aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/filter_dialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/filter_dialog.ui')
-rw-r--r--ui/qt/filter_dialog.ui28
1 files changed, 6 insertions, 22 deletions
diff --git a/ui/qt/filter_dialog.ui b/ui/qt/filter_dialog.ui
index c01a6eff76..4856be13fd 100644
--- a/ui/qt/filter_dialog.ui
+++ b/ui/qt/filter_dialog.ui
@@ -15,29 +15,13 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QTreeWidget" name="filterTreeWidget">
- <property name="selectionMode">
- <enum>QAbstractItemView::ExtendedSelection</enum>
+ <widget class="QTreeView" name="filterTreeView">
+ <property name="sortingEnabled">
+ <bool>true</bool>
</property>
- <property name="textElideMode">
- <enum>Qt::ElideMiddle</enum>
- </property>
- <property name="indentation">
- <number>0</number>
- </property>
- <property name="rootIsDecorated">
- <bool>false</bool>
- </property>
- <column>
- <property name="text">
- <string>Name</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Filter</string>
- </property>
- </column>
+ <attribute name="headerShowSortIndicator" stdset="0">
+ <bool>true</bool>
+ </attribute>
</widget>
</item>
<item>