aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 886bd89..2904969 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -120,7 +120,17 @@
<number>0</number>
</property>
<item>
- <widget class="QListView" name="favourites_view"/>
+ <widget class="QTreeView" name="favourites_view">
+ <property name="dragDropMode">
+ <enum>QAbstractItemView::InternalMove</enum>
+ </property>
+ <property name="defaultDropAction">
+ <enum>Qt::MoveAction</enum>
+ </property>
+ <attribute name="headerVisible">
+ <bool>false</bool>
+ </attribute>
+ </widget>
</item>
</layout>
</widget>