diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2017-11-30 16:37:14 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2017-11-30 16:37:14 -0600 |
| commit | d7bc542b3d1a96a546d48850e61d3ecdc953c4cc (patch) | |
| tree | 8a02758752b525a32876a687ae207962b7e5be9a /src/mainwindow.ui | |
| parent | 977d562976a06b9d98e08197d28dfca7cb3d229e (diff) | |
Implement mod/plugin highlighting when pair is selected
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 7 |
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"/>
|
