Improve pattern properties dialog.
Add placeholder to explain how to use the fields.
This commit is contained in:
parent
669ce4061a
commit
6dfa13ec9a
|
@ -117,6 +117,9 @@
|
|||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="lineEditPassmarkLength">
|
||||
<property name="placeholderText">
|
||||
<string>Name of measurement or increment</string>
|
||||
</property>
|
||||
<property name="clearButtonEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
@ -131,6 +134,9 @@
|
|||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="lineEditPassmarkWidth">
|
||||
<property name="placeholderText">
|
||||
<string>Name of measurement or increment</string>
|
||||
</property>
|
||||
<property name="clearButtonEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue
Block a user