<?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> <width>800</width> <height>500</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>PCSX2 Settings</string> </property> <layout class="QGridLayout" name="gridLayout" columnstretch="0,1"> <item row="0" column="0"> <widget class="QListWidget" name="settingsCategory"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <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> <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="footerLayout"> <item> <widget class="QPushButton" name="restoreDefaultsButton"> <property name="text"> <string>Restore Defaults</string> </property> </widget> </item> <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> <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>