Allow drag and drop reordering of macros

This commit is contained in:
WarmUpTill
2022-02-23 21:29:50 +01:00
committed by WarmUpTill
parent 83df1ab658
commit 88dff37776
3 changed files with 35 additions and 0 deletions

View File

@@ -584,6 +584,15 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
<property name="defaultDropAction">
<enum>Qt::MoveAction</enum>
</property>
<property name="sortingEnabled">
<bool>false</bool>
</property>