<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ControllerSettingsDialog</class> <widget class="QDialog" name="ControllerSettingsDialog"> <property name="windowModality"> <enum>Qt::WindowModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1305</width> <height>680</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>PCSX2 Controller Settings</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QListWidget" name="settingsCategory"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>170</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>170</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>1100</width> <height>620</height> </size> </property> </widget> </item> <item row="1" column="0" colspan="2"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Editing Profile:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="currentProfile"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>220</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="newProfile"> <property name="text"> <string>New Profile</string> </property> <property name="icon"> <iconset theme="file-add-line"> <normaloff>.</normaloff>.</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="loadProfile"> <property name="text"> <string>Load Profile</string> </property> <property name="icon"> <iconset theme="folder-open-line"> <normaloff>.</normaloff>.</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="deleteProfile"> <property name="text"> <string>Delete Profile</string> </property> <property name="icon"> <iconset theme="file-reduce-line"> <normaloff>.</normaloff>.</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="restoreDefaults"> <property name="text"> <string>Restore Defaults</string> </property> <property name="icon"> <iconset theme="restart-line"> <normaloff>.</normaloff>.</iconset> </property> </widget> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../resources/resources.qrc"/> </resources> <connections/> </ui>