summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
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>