Add clear buttons to all QLineEdit text boxes

This commit is contained in:
BigBahss
2020-09-10 16:00:26 -04:00
committed by huderlem
parent 7db62de548
commit 698e4e38e7
7 changed files with 30 additions and 3 deletions

View File

@@ -272,7 +272,11 @@
</spacer>
</item>
<item row="14" column="0" colspan="3">
<widget class="QLineEdit" name="lineEdit_metatileLabel"/>
<widget class="QLineEdit" name="lineEdit_metatileLabel">
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QComboBox" name="comboBox_layerType"/>