diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-23 19:10:19 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-23 19:10:19 -0400 |
| commit | 088f27fe48cd8f218052090a97e8187eedf0c06e (patch) | |
| tree | 87e2695ff28c5fa4a7ef3610a0898f22776074e6 /src/settingsdialog.ui | |
| parent | 200b5283eb5a0eff5ed18e772930b99eea5e11ef (diff) | |
changed the layout of the general settings tab
added option to disable checking for updates
removed online check, just try it and see
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 203 |
1 files changed, 126 insertions, 77 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 9d1e4da1..78bae6d7 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>586</width> - <height>486</height> + <height>491</height> </rect> </property> <property name="windowTitle"> @@ -23,75 +23,67 @@ <attribute name="title"> <string>General</string> </attribute> - <layout class="QVBoxLayout" name="verticalLayout_3"> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_3"> - <item> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>Language</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="languageBox"> - <property name="toolTip"> - <string>The display language</string> - </property> - <property name="whatsThis"> - <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The display language. This will only displaye languages for which you have a translation installed.</span></p></body></html></string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_4"> - <item> - <widget class="QLabel" name="label_10"> - <property name="text"> - <string>Style</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="styleBox"> - <property name="toolTip"> - <string>graphical style</string> - </property> - <property name="whatsThis"> - <string>graphical style of the MO user interface</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QCheckBox" name="usePrereleaseBox"> - <property name="toolTip"> - <string>Update to non-stable releases.</string> - </property> - <property name="whatsThis"> - <string>If this is enabled, the integrated update mechanism will notify of all releases, including pre-releases (alphas, betas). Please use this only if you're sufficiently tech-savvy to investigate issues, look for known problems in the issue tracker and create meaningful reports.</string> + <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,1"> + <item row="5" column="0" colspan="2"> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> </property> - <property name="text"> - <string>Install Pre-releases (Betas)</string> + <property name="sizeHint" stdset="0"> + <size> + <width>0</width> + <height>0</height> + </size> </property> - </widget> + </spacer> </item> - <item> + <item row="0" column="0" rowspan="2"> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>User Interface</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <item> + <layout class="QGridLayout" name="gridLayout_7"> + <item row="2" column="0"> + <widget class="QLabel" name="label_10"> + <property name="text"> + <string>Style</string> + </property> + </widget> + </item> + <item row="0" column="0"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Language</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QComboBox" name="languageBox"> + <property name="toolTip"> + <string>The display language</string> + </property> + <property name="whatsThis"> + <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The display language. This will only displaye languages for which you have a translation installed.</span></p></body></html></string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QComboBox" name="styleBox"> + <property name="toolTip"> + <string>graphical style</string> + </property> + <property name="whatsThis"> + <string>graphical style of the MO user interface</string> + </property> + </widget> + </item> + <item row="4" column="0" colspan="2"> <widget class="QCheckBox" name="centerDialogs"> - <property name="statusTip"> + <property name="toolTip"> <string>Dialogs will always be centered on the main window, but will remember their size.</string> </property> <property name="whatsThis"> @@ -102,7 +94,7 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> - <item> + <item row="5" column="0" colspan="2"> <widget class="QPushButton" name="resetDialogsButton"> <property name="maximumSize"> <size> @@ -121,7 +113,7 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> - <item> + <item row="6" column="0" colspan="2"> <widget class="QPushButton" name="categoriesBtn"> <property name="toolTip"> <string>Modify the categories available to arrange your mods.</string> @@ -137,36 +129,49 @@ p, li { white-space: pre-wrap; } </layout> </widget> </item> - <item> + <item row="0" column="1"> <widget class="QGroupBox" name="groupBox_5"> <property name="title"> <string>Download List</string> </property> - <layout class="QHBoxLayout" name="horizontalLayout_11"> + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="QCheckBox" name="compactBox"> + <widget class="QCheckBox" name="showMetaBox"> <property name="toolTip"> - <string>If checked, the download interface will be more compact.</string> + <string>If checked, the download list will display meta information instead of file names.</string> </property> <property name="text"> - <string>Compact List</string> + <string>Show Meta Information</string> </property> </widget> </item> <item> - <widget class="QCheckBox" name="showMetaBox"> + <widget class="QCheckBox" name="compactBox"> <property name="toolTip"> - <string>If checked, the download list will display meta information instead of file names.</string> + <string>If checked, the download interface will be more compact.</string> </property> <property name="text"> - <string>Show Meta Information</string> + <string>Compact List</string> </property> </widget> </item> + <item> + <spacer name="verticalSpacer_5"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + </spacer> + </item> </layout> </widget> </item> - <item> + <item row="3" column="0" colspan="2"> <widget class="QGroupBox" name="ModlistGroupBox"> <property name="title"> <string>Colors</string> @@ -240,6 +245,54 @@ p, li { white-space: pre-wrap; } </layout> </widget> </item> + <item row="1" column="1"> + <widget class="QGroupBox" name="groupBox_6"> + <property name="title"> + <string>Updates</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <widget class="QCheckBox" name="checkForUpdates"> + <property name="toolTip"> + <string>Mod Organizer checks for updates on Github on startup.</string> + </property> + <property name="whatsThis"> + <string>Mod Organizer checks for updates on Github on startup.</string> + </property> + <property name="text"> + <string>Check for updates</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="usePrereleaseBox"> + <property name="toolTip"> + <string>Update to non-stable releases.</string> + </property> + <property name="whatsThis"> + <string>If this is enabled, the integrated update mechanism will notify of all releases, including pre-releases (alphas, betas). Please use this only if you're sufficiently tech-savvy to investigate issues, look for known problems in the issue tracker and create meaningful reports.</string> + </property> + <property name="text"> + <string>Install Pre-releases (Betas)</string> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer_9"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> </layout> </widget> <widget class="QWidget" name="pathsTab"> @@ -1416,11 +1469,7 @@ programs you are intentionally running.</string> </layout> </widget> <tabstops> - <tabstop>languageBox</tabstop> - <tabstop>styleBox</tabstop> <tabstop>logLevelBox</tabstop> - <tabstop>usePrereleaseBox</tabstop> - <tabstop>categoriesBtn</tabstop> <tabstop>baseDirEdit</tabstop> <tabstop>browseBaseDirBtn</tabstop> <tabstop>downloadDirEdit</tabstop> |
