Enable clear button on new line edit settings
This commit is contained in:
parent
9174cff7f0
commit
d6dacf039e
1 changed files with 18 additions and 0 deletions
|
@ -316,6 +316,9 @@
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The image sheet that will be used to represent elevation and collision on the Collision tab</string>
|
<string>The image sheet that will be used to represent elevation and collision on the Collision tab</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="clearButtonEnabled">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="7">
|
<item row="0" column="7">
|
||||||
|
@ -795,6 +798,9 @@
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The icon that will be used to represent Warp events</string>
|
<string>The icon that will be used to represent Warp events</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="clearButtonEnabled">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="1">
|
<item row="4" column="1">
|
||||||
|
@ -802,6 +808,9 @@
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The icon that will be used to represent Healspot events</string>
|
<string>The icon that will be used to represent Healspot events</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="clearButtonEnabled">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
|
@ -823,6 +832,9 @@
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The icon that will be used to represent Object events that don't have their own sprite</string>
|
<string>The icon that will be used to represent Object events that don't have their own sprite</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="clearButtonEnabled">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
|
@ -837,6 +849,9 @@
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The icon that will be used to represent Trigger events</string>
|
<string>The icon that will be used to represent Trigger events</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="clearButtonEnabled">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="1">
|
<item row="3" column="1">
|
||||||
|
@ -844,6 +859,9 @@
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The icon that will be used to represent BG events</string>
|
<string>The icon that will be used to represent BG events</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="clearButtonEnabled">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="2">
|
<item row="0" column="2">
|
||||||
|
|
Loading…
Reference in a new issue