diff options
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index c6742dfd..517434a7 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -55,7 +55,7 @@ <number>1</number>
</property>
<item>
- <widget class="QListWidget" name="categoriesList">
+ <widget class="QTreeWidget" name="categoriesList">
<property name="minimumSize">
<size>
<width>100</width>
@@ -71,6 +71,14 @@ <property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
+ <attribute name="headerVisible">
+ <bool>false</bool>
+ </attribute>
+ <column>
+ <property name="text">
+ <string notr="true">1</string>
+ </property>
+ </column>
</widget>
</item>
</layout>
|
