Improve pattern properties dialog.

Add placeholder to explain how to use the fields.
This commit is contained in:
Roman Telezhynskyi 2024-05-13 19:03:30 +03:00
parent 669ce4061a
commit 6dfa13ec9a

View File

@ -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>