summaryrefslogtreecommitdiff
path: root/src/settingsdialog.ui
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-11 14:47:50 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-11 14:47:50 -0600
commit5335188e635c8c1b1cb2529e2a921d15c7d02058 (patch)
treee3197f2e16c7946fbf44637e0e748202db95716a /src/settingsdialog.ui
parentdac716bb86a9e4ff514fe7d939f33b397dc120e5 (diff)
Add option to remove column colors for mod list separators
Diffstat (limited to 'src/settingsdialog.ui')
-rw-r--r--src/settingsdialog.ui40
1 files changed, 28 insertions, 12 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui
index 80a6a0e7..6557bbcc 100644
--- a/src/settingsdialog.ui
+++ b/src/settingsdialog.ui
@@ -99,31 +99,31 @@ If you use pre-releases, never contact me directly by e-mail or via private mess
<string>Colors</string>
</property>
<layout class="QGridLayout" name="gridLayout_5">
- <item row="2" column="0" colspan="2">
- <widget class="QPushButton" name="containsBtn">
+ <item row="4" column="0" colspan="2">
+ <widget class="QPushButton" name="resetColorsBtn">
<property name="text">
- <string>Mod Contains selected Plugin</string>
+ <string>Reset Colors</string>
</property>
</widget>
</item>
- <item row="3" column="0" colspan="2">
- <widget class="QPushButton" name="containedBtn">
+ <item row="1" column="0">
+ <widget class="QPushButton" name="overwrittenBtn">
<property name="text">
- <string>Plugin is Contained in selected Mod</string>
+ <string>Is overwritten (loose files)</string>
</property>
</widget>
</item>
- <item row="4" column="0" colspan="2">
- <widget class="QPushButton" name="resetColorsBtn">
+ <item row="2" column="0" colspan="2">
+ <widget class="QPushButton" name="containsBtn">
<property name="text">
- <string>Reset Colors</string>
+ <string>Mod Contains selected Plugin</string>
</property>
</widget>
</item>
- <item row="1" column="0">
- <widget class="QPushButton" name="overwrittenBtn">
+ <item row="3" column="0" colspan="2">
+ <widget class="QPushButton" name="containedBtn">
<property name="text">
- <string>Is overwritten (loose files)</string>
+ <string>Plugin is Contained in selected Mod</string>
</property>
</widget>
</item>
@@ -134,6 +134,22 @@ If you use pre-releases, never contact me directly by e-mail or via private mess
</property>
</widget>
</item>
+ <item row="5" column="0">
+ <widget class="QCheckBox" name="colorSeparatorsBox">
+ <property name="toolTip">
+ <string>When this is enabled, the color defined for a separator will be shown on the mod list scrollbar at the location of the separator. This can be useful for quick navigation between separator sections or to a specific separator section.</string>
+ </property>
+ <property name="whatsThis">
+ <string>When this is enabled, the color defined for a separator will be shown on the mod list scrollbar at the location of the separator. This can be useful for quick navigation between separator sections or to a specific separator section.</string>
+ </property>
+ <property name="text">
+ <string>Show mod list separator colors on the scrollbar</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>