Commit 0694a2ac authored by John Tapsell's avatar John Tapsell

The helper text for a line edit should use placeHolderText, not Text

parent 27c1dd27
......@@ -61,14 +61,14 @@
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="editButtonName">
<property name="text">
<property name="placeholderText">
<string>Button name</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QLineEdit" name="editNameLabel">
<property name="text">
<property name="placeholderText">
<string>Description</string>
</property>
</widget>
......
......@@ -49,8 +49,8 @@
</item>
<item row="2" column="0" colspan="3">
<widget class="QLineEdit" name="editNameLabel">
<property name="text">
<string>&lt;Button Description Label (in front of button)&gt;</string>
<property name="placeholderText">
<string>Button Description</string>
</property>
</widget>
</item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment