allow reordering of applications

This commit is contained in:
dries.k
2021-09-28 19:05:37 +02:00
parent 66bad86445
commit a036caaca6
6 changed files with 131 additions and 23 deletions

View File

@@ -30,6 +30,12 @@
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
@@ -83,7 +89,7 @@
</font>
</property>
<property name="text">
<string>TextLabel</string>
<string/>
</property>
</widget>
</item>