2021-12-13 12:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2023-10-14 08:45:09 +00:00
|
|
|
<class>SettingsWindow</class>
|
|
|
|
<widget class="QWidget" name="SettingsWindow">
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-02-05 00:46:21 +00:00
|
|
|
<width>800</width>
|
|
|
|
<height>500</height>
|
2021-12-13 12:12:54 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2022-02-05 00:46:21 +00:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2021-12-13 12:12:54 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>PCSX2 Settings</string>
|
|
|
|
</property>
|
2024-05-25 13:39:43 +00:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset>
|
|
|
|
<normalon>:/icons/AppIcon64.png</normalon>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QListWidget" name="settingsCategory">
|
|
|
|
<property name="sizePolicy">
|
2022-02-05 00:46:21 +00:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2021-12-13 12:12:54 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2022-11-23 13:20:49 +00:00
|
|
|
<width>160</width>
|
2021-12-13 12:12:54 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2022-11-23 13:20:49 +00:00
|
|
|
<width>160</width>
|
2021-12-13 12:12:54 +00:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QStackedWidget" name="settingsContainer">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>500</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QTextEdit" name="helpText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2024-05-25 13:39:43 +00:00
|
|
|
<height>122</height>
|
2021-12-13 12:12:54 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
2024-05-25 13:39:43 +00:00
|
|
|
<height>122</height>
|
2021-12-13 12:12:54 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
2023-09-04 11:14:39 +00:00
|
|
|
<layout class="QHBoxLayout" name="footerLayout">
|
2021-12-13 12:12:54 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="restoreDefaultsButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Restore Defaults</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-09-04 11:14:39 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="copyGlobalSettingsButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy Global Settings</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="clearGameSettingsButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear Settings</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-12-13 12:12:54 +00:00
|
|
|
<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="closeButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="../resources/resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|