summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2017-11-30 20:55:00 -0600
committerGitHub <noreply@github.com>2017-11-30 20:55:00 -0600
commitc55a923bb8b9b66661f32beed8445602400ef318 (patch)
tree850ead2730c8ab50babc865a505a513d8fba5f46 /src/mainwindow.ui
parent7ec0b79eb49a27a3516d799a80d57000cde344da (diff)
parent797a007eab2695c231a00240225d77b3a9928992 (diff)
Merge pull request #132 from Silarn/mainline_dev
Numerous updates
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 743ce012..26b9e375 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -791,7 +791,7 @@ p, li { white-space: pre-wrap; }
</layout>
</item>
<item>
- <widget class="QTreeView" name="espList">
+ <widget class="PluginListView" name="espList">
<property name="minimumSize">
<size>
<width>250</width>
@@ -1412,6 +1412,11 @@ Right now this has very limited functionality</string>
<extends>QTreeView</extends>
<header>modlistview.h</header>
</customwidget>
+ <customwidget>
+ <class>PluginListView</class>
+ <extends>QTreeView</extends>
+ <header>pluginlistview.h</header>
+ </customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>