diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-11-01 16:20:53 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-11-01 16:20:53 +0100 |
| commit | 73842ee245a09fe4ead0e1a2a5f778d89f0a8039 (patch) | |
| tree | b0e805c0d7c5f0ef7ef3edd49db81a08966b0c76 /src/settingsdialog.ui | |
| parent | 122744454c9befc06b582a8f0feb03bfbb85aa71 (diff) | |
Added ability to change color of conflict and plugin highlighting from the settings.
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 88 |
1 files changed, 65 insertions, 23 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 05814091..4d6535dc 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -92,28 +92,65 @@ If you use pre-releases, never contact me directly by e-mail or via private mess <property name="title">
<string>User interface</string>
</property>
- <layout class="QVBoxLayout" name="verticalLayout_11">
- <item>
- <widget class="QCheckBox" name="compactBox">
- <property name="toolTip">
- <string>If checked, the download interface will be more compact.</string>
- </property>
- <property name="text">
- <string>Compact Download Interface</string>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="2" column="0" colspan="2">
+ <widget class="QGroupBox" name="ModlistGroupBox">
+ <property name="title">
+ <string>Colors</string>
</property>
+ <layout class="QGridLayout" name="gridLayout_5">
+ <item row="2" column="0" colspan="2">
+ <widget class="QPushButton" name="containsBtn">
+ <property name="text">
+ <string>Mod Contains selected Plugin</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" colspan="2">
+ <widget class="QPushButton" name="containedBtn">
+ <property name="text">
+ <string>Plugin is Contained in selected Mod</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" colspan="2">
+ <widget class="QPushButton" name="resetColorsBtn">
+ <property name="text">
+ <string>Reset Colors</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QPushButton" name="overwrittenBtn">
+ <property name="text">
+ <string>Is overwritten (loose files)</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QPushButton" name="overwritingBtn">
+ <property name="text">
+ <string>Is overwriting (loose files)</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
- <item>
- <widget class="QCheckBox" name="showMetaBox">
+ <item row="6" column="0" colspan="2">
+ <widget class="QPushButton" name="categoriesBtn">
<property name="toolTip">
- <string>If checked, the download list will display meta information instead of file names.</string>
+ <string>Modify the categories available to arrange your mods.</string>
+ </property>
+ <property name="whatsThis">
+ <string>Modify the categories available to arrange your mods.</string>
</property>
<property name="text">
- <string>Download Meta Information</string>
+ <string>Configure Mod Categories</string>
</property>
</widget>
</item>
- <item>
+ <item row="5" column="0" colspan="2">
<widget class="QPushButton" name="resetDialogsButton">
<property name="maximumSize">
<size>
@@ -132,7 +169,17 @@ If you use pre-releases, never contact me directly by e-mail or via private mess </property>
</widget>
</item>
- <item>
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="compactBox">
+ <property name="toolTip">
+ <string>If checked, the download interface will be more compact.</string>
+ </property>
+ <property name="text">
+ <string>Compact Download Interface</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
@@ -145,16 +192,13 @@ If you use pre-releases, never contact me directly by e-mail or via private mess </property>
</spacer>
</item>
- <item>
- <widget class="QPushButton" name="categoriesBtn">
+ <item row="0" column="1">
+ <widget class="QCheckBox" name="showMetaBox">
<property name="toolTip">
- <string>Modify the categories available to arrange your mods.</string>
- </property>
- <property name="whatsThis">
- <string>Modify the categories available to arrange your mods.</string>
+ <string>If checked, the download list will display meta information instead of file names.</string>
</property>
<property name="text">
- <string>Configure Mod Categories</string>
+ <string>Download Meta Information</string>
</property>
</widget>
</item>
@@ -1217,8 +1261,6 @@ For the other games this is not a sufficient replacement for AI!</string> <tabstop>logLevelBox</tabstop>
<tabstop>usePrereleaseBox</tabstop>
<tabstop>compactBox</tabstop>
- <tabstop>showMetaBox</tabstop>
- <tabstop>resetDialogsButton</tabstop>
<tabstop>categoriesBtn</tabstop>
<tabstop>baseDirEdit</tabstop>
<tabstop>browseBaseDirBtn</tabstop>
|
