summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-24 19:46:31 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-24 19:46:31 -0600
commit7fa230411e3615e923f39fe85d9ccb985e3d4e5d (patch)
tree52f93e6dd2423e1e9f39bd9ba0ead33de4119cd3 /src/mainwindow.ui
parent23cf8e60fd7144294ee1ffc013f76d4917518a76 (diff)
Improvements to the plugin and mod counters
* Fix style * Add whatsThis * Add tooltips with additional statistics * Don't count mods like overwrite, unmanaged, DLC, etc.
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 1c2a5aed..1180dee0 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -304,6 +304,9 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QLCDNumber" name="activeModsCounter">
+ <property name="whatsThis">
+ <string>This provides statistics about the mod list. The total number of active mod is normally displayed. Other statistics may be accessed with the tooltip of this counter.</string>
+ </property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
@@ -916,14 +919,17 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QLCDNumber" name="activePluginsCounter">
+ <property name="whatsThis">
+ <string>This provides statistics about the plugin list. The total number of active plugins is normally displayed. Other statistics may be accessed with the tooltip of this counter.</string>
+ </property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="digitCount">
- <number>3</number>
+ <number>4</number>
</property>
<property name="segmentStyle">
- <enum>QLCDNumber::Outline</enum>
+ <enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>