summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-26 10:59:18 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-26 10:59:18 -0600
commit6a4e52f9dc9e929f3404145702e8279eb19beae0 (patch)
treeb00d2ffae2cc462f729b8954e6dfa87ab6efeeba /src/mainwindow.ui
parent66d0ae4317129f852627e6cddd6fa485dcdf6779 (diff)
Display counter tooltips when clicked
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index f2b12037..b1ed8e5a 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -303,7 +303,7 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item>
- <widget class="QLCDNumber" name="activeModsCounter">
+ <widget class="LCDNumber" name="activeModsCounter">
<property name="minimumSize">
<size>
<width>0</width>
@@ -924,7 +924,7 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item>
- <widget class="QLCDNumber" name="activePluginsCounter">
+ <widget class="LCDNumber" name="activePluginsCounter">
<property name="minimumSize">
<size>
<width>0</width>
@@ -1678,6 +1678,11 @@ Right now this has very limited functionality</string>
<extends>QTreeView</extends>
<header>pluginlistview.h</header>
</customwidget>
+ <customwidget>
+ <class>LCDNumber</class>
+ <extends>QLCDNumber</extends>
+ <header>lcdnumber.h</header>
+ </customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>