diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-12-24 17:29:16 +0100 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2018-12-24 17:29:16 +0100 |
| commit | d28ddcfbb52394a2a7ac793ad376ea8fd7b514fe (patch) | |
| tree | f6e3038adf070a2f223edc0cd88d74f8ce539502 /src/mainwindow.ui | |
| parent | 6211a23c5f2d891b7e2c91d837c5ed98959f4f27 (diff) | |
Added Active Plugins and Active Mods counters
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 7e94000d..067cd4d0 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -179,7 +179,7 @@ <number>2</number>
</property>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,1,0,0,0,0,0">
+ <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,1,0,0,0,0,0,0,0">
<item>
<widget class="QLabel" name="label_3">
<property name="sizePolicy">
@@ -225,6 +225,16 @@ p, li { white-space: pre-wrap; } </spacer>
</item>
<item>
+ <widget class="QLabel" name="activeModslabel">
+ <property name="text">
+ <string>Active:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLCDNumber" name="activeModsCounter"/>
+ </item>
+ <item>
<widget class="QPushButton" name="listOptionsBtn">
<property name="maximumSize">
<size>
@@ -854,6 +864,16 @@ p, li { white-space: pre-wrap; } </spacer>
</item>
<item>
+ <widget class="QLabel" name="activePluginsLabel">
+ <property name="text">
+ <string>Active:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLCDNumber" name="activePluginsCounter"/>
+ </item>
+ <item>
<widget class="QPushButton" name="restoreButton">
<property name="toolTip">
<string>Restore Backup...</string>
|
