aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.ui
diff options
context:
space:
mode:
authortassaron2017-06-08 09:56:57 -0400
committertassaron2017-06-08 09:56:57 -0400
commit6079c4fd24aecf2ecfed0528c1427a74d596993f (patch)
treea987cf925b460f786a953880a2cf1f75158082e4 /mainwindow.ui
parent292d21c20372634f4d0cabf43611d0e50386bc4c (diff)
drag'n'drop componentList, move component code to core.py
FIXME: finish implementing drag'n'drop, Down button
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui11
1 files changed, 7 insertions, 4 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 62e0632..e809ee8 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -184,17 +184,20 @@
<property name="lineWidth">
<number>1</number>
</property>
- <property name="showDropIndicator" stdset="0">
- <bool>false</bool>
+ <property name="tabKeyNavigation">
+ <bool>true</bool>
</property>
<property name="dragEnabled">
- <bool>false</bool>
+ <bool>true</bool>
</property>
<property name="dragDropOverwriteMode">
<bool>false</bool>
</property>
<property name="dragDropMode">
- <enum>QAbstractItemView::NoDragDrop</enum>
+ <enum>QAbstractItemView::InternalMove</enum>
+ </property>
+ <property name="defaultDropAction">
+ <enum>Qt::MoveAction</enum>
</property>
</widget>
</item>