summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-10 13:09:44 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-04 03:33:16 -0500
commita4624f239fe5d152ec8797c1a3f8c2b2aeaef1ba (patch)
tree1371a463d11f9f7f66eae07daf898b4c1b7cc0c9 /src/mainwindow.ui
parente8027bfeaae9382c99b7e0a0503ec5eae774934f (diff)
split FileTreeModel, initial implementation, some stuff is broken
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index d0daafc0..b27122ef 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -1075,7 +1075,7 @@ p, li { white-space: pre-wrap; }
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
- <widget class="QTreeWidget" name="dataTree">
+ <widget class="QTreeView" name="dataTree">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
@@ -1088,19 +1088,9 @@ p, li { white-space: pre-wrap; }
<property name="uniformRowHeights">
<bool>true</bool>
</property>
- <attribute name="headerDefaultSectionSize">
+ <attribute name="headerMinimumSectionSize">
<number>400</number>
</attribute>
- <column>
- <property name="text">
- <string>File</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Mod</string>
- </property>
- </column>
</widget>
</item>
</layout>