2019-12-31 06:17:17 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SettingsDialog</class>
|
|
|
|
<widget class="QDialog" name="SettingsDialog">
|
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::WindowModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-04-27 06:16:14 +00:00
|
|
|
<width>780</width>
|
2020-05-20 13:26:24 +00:00
|
|
|
<height>650</height>
|
2019-12-31 06:17:17 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-07-28 16:22:11 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2019-12-31 06:17:17 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>DuckStation Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2020-07-28 16:22:11 +00:00
|
|
|
<iconset resource="resources/resources.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/applications-system.png</normaloff>:/icons/applications-system.png</iconset>
|
|
|
|
</property>
|
2020-10-02 15:13:18 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2019-12-31 06:17:17 +00:00
|
|
|
<item row="0" column="0">
|
2020-10-02 15:13:18 +00:00
|
|
|
<widget class="QListWidget" name="settingsCategory">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2019-12-31 06:17:17 +00:00
|
|
|
</property>
|
2020-10-02 15:13:18 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>230</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>400</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>General Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/applications-system.png</normaloff>:/icons/applications-system.png</iconset>
|
|
|
|
</property>
|
2019-12-31 06:17:17 +00:00
|
|
|
</item>
|
2020-10-02 15:13:18 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>BIOS Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/media-flash-2.png</normaloff>:/icons/media-flash-2.png</iconset>
|
|
|
|
</property>
|
2019-12-31 06:17:17 +00:00
|
|
|
</item>
|
2020-10-02 15:13:18 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Console Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/utilities-system-monitor.png</normaloff>:/icons/utilities-system-monitor.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Game List Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/system-file-manager.png</normaloff>:/icons/system-file-manager.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hotkey Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/preferences-desktop-keyboard-shortcuts.png</normaloff>:/icons/preferences-desktop-keyboard-shortcuts.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Controller Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/input-gaming.png</normaloff>:/icons/input-gaming.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Memory Card Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/media-flash.png</normaloff>:/icons/media-flash.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/video-display.png</normaloff>:/icons/video-display.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enhancement Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/antialias-icon.png</normaloff>:/icons/antialias-icon.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Post-Processing Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/applications-graphics.png</normaloff>:/icons/applications-graphics.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Audio Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/audio-card.png</normaloff>:/icons/audio-card.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Advanced Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/applications-development.png</normaloff>:/icons/applications-development.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QStackedWidget" name="settingsContainer">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>500</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="page"/>
|
|
|
|
<widget class="QWidget" name="page_2"/>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QTextEdit" name="helpText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>120</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>120</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2020-04-27 06:16:14 +00:00
|
|
|
</property>
|
2020-10-02 15:13:18 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2020-04-27 06:16:14 +00:00
|
|
|
<size>
|
2020-10-02 15:13:18 +00:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2020-03-22 03:16:56 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2020-10-02 15:13:18 +00:00
|
|
|
</spacer>
|
2020-03-22 03:16:56 +00:00
|
|
|
</item>
|
2020-10-02 15:13:18 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closeButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close</string>
|
2019-12-31 06:17:17 +00:00
|
|
|
</property>
|
2020-10-02 15:13:18 +00:00
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
2019-12-31 06:17:17 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2020-07-28 16:22:11 +00:00
|
|
|
<include location="resources/resources.qrc"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
</resources>
|
2020-10-02 15:13:18 +00:00
|
|
|
<connections/>
|
2019-12-31 06:17:17 +00:00
|
|
|
</ui>
|