Skip to content

Commit 8d8ec40

Browse files
committed
Default text solves #84
1 parent 1a7b7f9 commit 8d8ec40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

passworddialog.ui

+6
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,15 @@
4545
<layout class="QHBoxLayout" name="horizontalLayout">
4646
<item>
4747
<widget class="QLineEdit" name="lineEditPassword">
48+
<property name="text">
49+
<string/>
50+
</property>
4851
<property name="echoMode">
4952
<enum>QLineEdit::Password</enum>
5053
</property>
54+
<property name="placeholderText">
55+
<string>Password</string>
56+
</property>
5157
</widget>
5258
</item>
5359
<item>

0 commit comments

Comments
 (0)