mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-31 03:21:10 -04:00

* Clean Up As discussed in discord this PR purges some empty forms and it's unused properties from the following files below. achievementsettingswidget.ui: <string>Form</string> advancedsettingswidget.ui: <string>Form</string> audiosettingswidget.ui: <string>Form</string> biossettingswidget.ui: <string>Form</string> consolesettingswidget.ui: <string>Form</string> controllerbindingwidget.ui: <string>Form</string> controllerbindingwidget_analog_controller.ui: <string>Form</string> controllerbindingwidget_analog_joystick.ui: <string>Form</string> controllerbindingwidget_digital_controller.ui: <string>Form</string> controllerbindingwidget_guncon.ui: <string>Form</string> controllerbindingwidget_mouse.ui: <string>Form</string> controllerbindingwidget_negcon.ui: <string>Form</string> controllerglobalsettingswidget.ui: <string>Form</string> controllermacroeditwidget.ui: <string>Form</string> displaysettingswidget.ui: <string>Form</string> emptygamelistwidget.ui: <string>Form</string> emulationsettingswidget.ui: <string>Form</string> enhancementsettingswidget.ui: <string>Form</string> foldersettingswidget.ui: <string>Form</string> gamelistsettingswidget.ui: <string>Form</string> gamelistwidget.ui: <string>Form</string> generalsettingswidget.ui: <string>Form</string> postprocessingsettingswidget.ui: <string>Form</string>
247 lines
7.0 KiB
XML
247 lines
7.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>GeneralSettingsWidget</class>
|
|
<widget class="QWidget" name="GeneralSettingsWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>652</width>
|
|
<height>483</height>
|
|
</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>
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
<property name="title">
|
|
<string>Behaviour</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="formLayout_4">
|
|
<item row="6" column="1">
|
|
<widget class="QCheckBox" name="autoLoadCheats">
|
|
<property name="text">
|
|
<string>Automatically Load Cheats</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QCheckBox" name="confirmPowerOff">
|
|
<property name="text">
|
|
<string>Confirm Power Off</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QCheckBox" name="saveStateOnExit">
|
|
<property name="text">
|
|
<string>Save State On Shutdown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QCheckBox" name="pauseOnFocusLoss">
|
|
<property name="text">
|
|
<string>Pause On Focus Loss</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QCheckBox" name="applyGameSettings">
|
|
<property name="text">
|
|
<string>Apply Per-Game Settings</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QCheckBox" name="createSaveStateBackups">
|
|
<property name="text">
|
|
<string>Create Save State Backups</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QCheckBox" name="inhibitScreensaver">
|
|
<property name="text">
|
|
<string>Inhibit Screensaver</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QCheckBox" name="loadDevicesFromSaveStates">
|
|
<property name="text">
|
|
<string>Load Devices From Save States</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QCheckBox" name="pauseOnStart">
|
|
<property name="text">
|
|
<string>Pause On Start</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0">
|
|
<widget class="QCheckBox" name="enableDiscordPresence">
|
|
<property name="text">
|
|
<string>Enable Discord Presence</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<widget class="QCheckBox" name="compressSaveStates">
|
|
<property name="text">
|
|
<string>Compress Save States</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="title">
|
|
<string>Game Display</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<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>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="automaticUpdaterGroup">
|
|
<property name="title">
|
|
<string>Automatic Updater</string>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="text">
|
|
<string>Update Channel:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="autoUpdateTag"/>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="text">
|
|
<string>Current Version:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLabel" name="autoUpdateCurrentVersion">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="autoUpdateEnabled">
|
|
<property name="text">
|
|
<string>Enable Automatic Update Check</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0" colspan="2">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</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">
|
|
<enum>Qt::Vertical</enum>
|
|
</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>
|