diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-04 15:00:50 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-04 15:00:50 +0000 |
| commit | 4f85186ebef89f6cacb0989721789dbaf25dd7d8 (patch) | |
| tree | 03d46caa67a8d6b0a788a11f30c2370a6bf075c7 /examples/GuiClient | |
| parent | 63f34190f873b15d41341a99696bc454a8b5c7af (diff) | |
| download | qxmpp-4f85186ebef89f6cacb0989721789dbaf25dd7d8.tar.gz | |
login with placeholder text
Diffstat (limited to 'examples/GuiClient')
| -rw-r--r-- | examples/GuiClient/mainDialog.ui | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/examples/GuiClient/mainDialog.ui b/examples/GuiClient/mainDialog.ui index f6c30952..7ba0ea10 100644 --- a/examples/GuiClient/mainDialog.ui +++ b/examples/GuiClient/mainDialog.ui @@ -27,7 +27,7 @@ <item> <widget class="QStackedWidget" name="stackedWidget"> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="page"> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -139,7 +139,7 @@ <item> <widget class="QLabel" name="label_3"> <property name="text"> - <string>Username:</string> + <string>Login:</string> </property> </widget> </item> @@ -148,12 +148,8 @@ <property name="text"> <string/> </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Password:</string> + <property name="placeholderText"> + <string>Username</string> </property> </widget> </item> @@ -165,6 +161,9 @@ <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> + <property name="placeholderText"> + <string>Password</string> + </property> </widget> </item> <item> |
