diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-28 01:25:33 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-28 01:25:33 -0500 |
| commit | 51db1f99f0c4cddc0af224d46d6e5679d18d2a53 (patch) | |
| tree | ddb11e4aef19b1d428c9f71bdc734e59b2e2d25d /src/settingsdialog.ui | |
| parent | 106ed49baecc60dbdf4844ed684df750e5caf3aa (diff) | |
custom browser command
changed some places that used QDesktopServices to use shell::Open() from uibase instead
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 90 |
1 files changed, 72 insertions, 18 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 8670752b..43af5e9f 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -836,7 +836,7 @@ </widget> </item> <item> - <layout class="QGridLayout" name="gridLayout_8"> + <layout class="QGridLayout" name="gridLayout_8" columnstretch="1,1"> <item row="1" column="0"> <widget class="QCheckBox" name="proxyBox"> <property name="statusTip"> @@ -850,16 +850,13 @@ </property> </widget> </item> - <item row="0" column="0"> - <widget class="QCheckBox" name="offlineBox"> - <property name="statusTip"> - <string>Disable automatic internet features</string> - </property> - <property name="whatsThis"> - <string>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</string> - </property> + <item row="1" column="1"> + <widget class="QCheckBox" name="trackedBox"> <property name="text"> - <string>Offline Mode</string> + <string>Tracked Integration</string> + </property> + <property name="checked"> + <bool>true</bool> </property> </widget> </item> @@ -873,6 +870,19 @@ </property> </widget> </item> + <item row="0" column="0"> + <widget class="QCheckBox" name="offlineBox"> + <property name="statusTip"> + <string>Disable automatic internet features</string> + </property> + <property name="whatsThis"> + <string>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</string> + </property> + <property name="text"> + <string>Offline Mode</string> + </property> + </widget> + </item> <item row="2" column="0"> <widget class="QCheckBox" name="hideAPICounterBox"> <property name="toolTip"> @@ -886,14 +896,58 @@ </property> </widget> </item> - <item row="1" column="1"> - <widget class="QCheckBox" name="trackedBox"> - <property name="text"> - <string>Tracked Integration</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> + <item row="2" column="1"> + <widget class="QWidget" name="widget_7" native="true"> + <layout class="QHBoxLayout" name="horizontalLayout_9"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item> + <widget class="QCheckBox" name="useCustomBrowser"> + <property name="toolTip"> + <string>Use "%1" as a placeholder for the URL.</string> + </property> + <property name="statusTip"> + <string>Use "%1" as a placeholder for the URL.</string> + </property> + <property name="whatsThis"> + <string>Use "%1" as a placeholder for the URL.</string> + </property> + <property name="text"> + <string>Custom browser</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="browserCommand"> + <property name="toolTip"> + <string>Use "%1" as a placeholder for the URL.</string> + </property> + <property name="statusTip"> + <string>Use "%1" as a placeholder for the URL.</string> + </property> + <property name="whatsThis"> + <string>Use "%1" as a placeholder for the URL.</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="browseCustomBrowser"> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + </layout> </widget> </item> </layout> |
