2021-12-13 12:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>InterfaceSettingsWidget</class>
|
|
|
|
<widget class="QWidget" name="InterfaceSettingsWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>698</width>
|
2024-10-03 07:28:50 +00:00
|
|
|
<height>512</height>
|
2021-12-13 12:12:54 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<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>
|
2024-10-03 07:28:50 +00:00
|
|
|
<widget class="QGroupBox" name="behaviourGroup">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Behaviour</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="formLayout_4">
|
2024-05-14 21:42:19 +00:00
|
|
|
<item row="1" column="0">
|
2021-12-13 12:12:54 +00:00
|
|
|
<widget class="QCheckBox" name="inhibitScreensaver">
|
|
|
|
<property name="text">
|
|
|
|
<string>Inhibit Screensaver</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-14 21:42:19 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="confirmShutdown">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
2024-05-14 21:42:19 +00:00
|
|
|
<string>Confirm Shutdown</string>
|
2021-12-13 12:12:54 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-10-03 07:28:50 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="discordPresence">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
2024-10-03 07:28:50 +00:00
|
|
|
<string>Enable Discord Presence</string>
|
2021-12-13 12:12:54 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-10-03 07:28:50 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="pauseOnStart">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
2024-10-03 07:28:50 +00:00
|
|
|
<string>Pause On Start</string>
|
2021-12-13 12:12:54 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-05-14 21:42:19 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="pauseOnControllerDisconnection">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
2024-05-14 21:42:19 +00:00
|
|
|
<string>Pause On Controller Disconnection</string>
|
2021-12-13 12:12:54 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-10-03 07:28:50 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="pauseOnFocusLoss">
|
2024-05-14 21:42:19 +00:00
|
|
|
<property name="text">
|
2024-10-03 07:28:50 +00:00
|
|
|
<string>Pause On Focus Loss</string>
|
2024-05-14 21:42:19 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-12-13 12:12:54 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-10-03 07:28:50 +00:00
|
|
|
<widget class="QGroupBox" name="gameDisplayGroup">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Game Display</string>
|
|
|
|
</property>
|
2022-11-23 13:20:49 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="startFullscreen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="doubleClickTogglesFullscreen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Double-Click Toggles Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="renderToSeparateWindow">
|
|
|
|
<property name="text">
|
|
|
|
<string>Render To Separate Window</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="hideMainWindow">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide Main Window When Running</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="disableWindowResizing">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disable Window Resizing</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="hideMouseCursor">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide Cursor In Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2021-12-13 12:12:54 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2022-10-22 03:43:26 +00:00
|
|
|
<widget class="QGroupBox" name="preferencesGroup">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Preferences</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
2024-10-03 07:28:50 +00:00
|
|
|
<widget class="QLabel" name="languageLabel">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Language:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="language"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2024-10-03 07:28:50 +00:00
|
|
|
<widget class="QLabel" name="themeLabel">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Theme:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="theme"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="automaticUpdaterGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Automatic Updater</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2024-04-15 01:19:11 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="autoUpdateCurrentVersion">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-12-13 12:12:54 +00:00
|
|
|
<item row="0" column="0">
|
2024-10-03 07:28:50 +00:00
|
|
|
<widget class="QLabel" name="updaterChannelLabel">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Update Channel:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2024-10-03 07:28:50 +00:00
|
|
|
<widget class="QLabel" name="currentVersionLabel">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Current Version:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-04-15 01:19:11 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="autoUpdateTag"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
2024-10-03 07:28:50 +00:00
|
|
|
<layout class="QHBoxLayout" name="automaticUpdaterCheckGroup" stretch="1,0">
|
2021-12-13 12:12:54 +00:00
|
|
|
<item>
|
2024-04-15 01:19:11 +00:00
|
|
|
<widget class="QCheckBox" name="autoUpdateEnabled">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Automatic Update Check</string>
|
2021-12-13 12:12:54 +00:00
|
|
|
</property>
|
2024-04-15 01:19:11 +00:00
|
|
|
</widget>
|
2021-12-13 12:12:54 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="checkForUpdates">
|
|
|
|
<property name="text">
|
|
|
|
<string>Check for Updates...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
2024-05-14 21:42:19 +00:00
|
|
|
<enum>Qt::Orientation::Vertical</enum>
|
2021-12-13 12:12:54 +00:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="../resources/resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|