KLineEdit/QLineEdit
This commit is contained in:
parent
e2cdec1947
commit
880417502a
2 changed files with 7 additions and 7 deletions
|
@ -49,8 +49,8 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="KLineEdit" name="userLineEdit">
|
||||
<property name="clickMessage">
|
||||
<widget class="QLineEdit" name="userLineEdit">
|
||||
<property name="placeholderText">
|
||||
<string>Danbooru username (optional)</string>
|
||||
</property>
|
||||
</widget>
|
||||
|
@ -63,8 +63,8 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="KLineEdit" name="passwdLineEdit">
|
||||
<property name="clickMessage">
|
||||
<widget class="QLineEdit" name="passwdLineEdit">
|
||||
<property name="placeholderText">
|
||||
<string>Danbooru password (optional)</string>
|
||||
</property>
|
||||
<property name="passwordMode">
|
||||
|
@ -106,7 +106,7 @@
|
|||
<header>kcombobox.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KLineEdit</class>
|
||||
<class>QLineEdit</class>
|
||||
<extends>QLineEdit</extends>
|
||||
<header>klineedit.h</header>
|
||||
</customwidget>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue