diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-29 07:04:15 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-29 07:04:15 +0000 |
| commit | 3256b370c24c00fa61b7e232c73deef9c1f71b11 (patch) | |
| tree | 1d0ba947eb82922eb718b8d3c416adf52e406921 /examples/GuiClient/mainDialog.ui | |
| parent | e2f91c3995fe43cec1dbc79660afd6784a47b8a3 (diff) | |
| download | qxmpp-3256b370c24c00fa61b7e232c73deef9c1f71b11.tar.gz | |
remove placeholderText property to remove Qt 4.7 dependency
Diffstat (limited to 'examples/GuiClient/mainDialog.ui')
| -rw-r--r-- | examples/GuiClient/mainDialog.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/GuiClient/mainDialog.ui b/examples/GuiClient/mainDialog.ui index 6adda3b1..635ca47b 100644 --- a/examples/GuiClient/mainDialog.ui +++ b/examples/GuiClient/mainDialog.ui @@ -176,9 +176,6 @@ <property name="text"> <string/> </property> - <property name="placeholderText"> - <string>Username</string> - </property> </widget> </item> <item> @@ -189,9 +186,6 @@ <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> - <property name="placeholderText"> - <string>Password</string> - </property> </widget> </item> <item> |
