summaryrefslogtreecommitdiff
path: root/core/opie-login/loginwindow.ui
authorsandman <sandman>2002-10-06 22:19:48 (UTC)
committer sandman <sandman>2002-10-06 22:19:48 (UTC)
commit685c08f1c48813f9d222446f0516b8e20635607e (patch) (side-by-side diff)
tree52792fd22ebaa26ee82ac500c0250d6ffea941f8 /core/opie-login/loginwindow.ui
parenta60fbe6f441b906489984b0dbc239259adacdcbc (diff)
downloadopie-685c08f1c48813f9d222446f0516b8e20635607e.zip
opie-685c08f1c48813f9d222446f0516b8e20635607e.tar.gz
opie-685c08f1c48813f9d222446f0516b8e20635607e.tar.bz2
- password line-edit now gets focus on user change
- the "OPIE - please wait" logo is displayed while the launcher is loading
Diffstat (limited to 'core/opie-login/loginwindow.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--core/opie-login/loginwindow.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/opie-login/loginwindow.ui b/core/opie-login/loginwindow.ui
index edd0819..5a35c8d 100644
--- a/core/opie-login/loginwindow.ui
+++ b/core/opie-login/loginwindow.ui
@@ -405,6 +405,12 @@
<receiver>LoginWindow</receiver>
<slot>login()</slot>
</connection>
+ <connection>
+ <sender>m_user</sender>
+ <signal>activated(int)</signal>
+ <receiver>m_password</receiver>
+ <slot>setFocus()</slot>
+ </connection>
<slot access="public">login()</slot>
<slot access="public">suspend()</slot>
<slot access="public">toggleEchoMode(bool)</slot>