summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-07-16 05:58:51 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-22 07:33:37 -0400
commitd1b4dec8ad1635738ada3dfbde5907e7f0df3448 (patch)
tree4ca1cd3b0bbaf95865bcd65e811f554742893ea2 /src/mainwindow.ui
parent6217f910f095adea4b06f370726636b09efea4ed (diff)
moved setup to new LogList class
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 5a45b3b4..c694abd4 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -1426,13 +1426,10 @@ p, li { white-space: pre-wrap; }
<number>0</number>
</property>
<item>
- <widget class="QTreeView" name="logList">
+ <widget class="LogList" name="logList">
<property name="contextMenuPolicy">
<enum>Qt::ActionsContextMenu</enum>
</property>
- <property name="selectionMode">
- <enum>QAbstractItemView::ExtendedSelection</enum>
- </property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
@@ -1807,6 +1804,11 @@ p, li { white-space: pre-wrap; }
<extends>QWidget</extends>
<header>sortabletreewidget.h</header>
</customwidget>
+ <customwidget>
+ <class>LogList</class>
+ <extends>QTreeView</extends>
+ <header>loglist.h</header>
+ </customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>