Duckstation/src/duckstation-qt/settingsdialog.ui

230 lines
6.8 KiB
Plaintext
Raw Normal View History

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>
<width>780</width>
<height>650</height>
2019-12-31 06:17:17 +00:00
</rect>
</property>
<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">
<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>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
<property name="horizontalSpacing">
<number>10</number>
</property>
<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">
2019-12-31 06:17:17 +00:00
<size>
<width>230</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
2019-12-31 06:17:17 +00:00
<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>
</item>
2019-12-31 06:17:17 +00:00
<item>
<property name="text">
2020-01-24 04:50:51 +00:00
<string>Console Settings</string>
2019-12-31 06:17:17 +00:00
</property>
<property name="icon">
<iconset resource="resources/resources.qrc">
2020-01-24 04:50:51 +00:00
<normaloff>:/icons/utilities-system-monitor.png</normaloff>:/icons/utilities-system-monitor.png</iconset>
2019-12-31 06:17:17 +00:00
</property>
</item>
<item>
<property name="text">
2020-01-24 04:50:51 +00:00
<string>Game List Settings</string>
2019-12-31 06:17:17 +00:00
</property>
<property name="icon">
<iconset resource="resources/resources.qrc">
2020-09-10 10:47:59 +00:00
<normaloff>:/icons/system-file-manager.png</normaloff>:/icons/system-file-manager.png</iconset>
2020-01-05 02:46:03 +00:00
</property>
</item>
<item>
<property name="text">
2020-01-24 04:50:51 +00:00
<string>Hotkey Settings</string>
2020-01-05 02:46:03 +00:00
</property>
<property name="icon">
<iconset resource="resources/resources.qrc">
2020-09-10 10:47:59 +00:00
<normaloff>:/icons/preferences-desktop-keyboard-shortcuts.png</normaloff>:/icons/preferences-desktop-keyboard-shortcuts.png</iconset>
2019-12-31 06:17:17 +00:00
</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>
2019-12-31 06:17:17 +00:00
<item>
<property name="text">
<string>GPU Settings</string>
</property>
<property name="icon">
<iconset resource="resources/resources.qrc">
2019-12-31 06:17:17 +00:00
<normaloff>:/icons/video-display.png</normaloff>:/icons/video-display.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Audio Settings</string>
</property>
<property name="icon">
<iconset resource="resources/resources.qrc">
2019-12-31 06:17:17 +00:00
<normaloff>:/icons/audio-card.png</normaloff>:/icons/audio-card.png</iconset>
</property>
</item>
2020-04-30 14:59:31 +00:00
<item>
<property name="text">
<string>Advanced Settings</string>
</property>
<property name="icon">
<iconset resource="resources/resources.qrc">
2020-04-30 14:59:31 +00:00
<normaloff>:/icons/applications-development.png</normaloff>:/icons/applications-development.png</iconset>
</property>
</item>
2019-12-31 06:17:17 +00:00
</widget>
</item>
<item row="0" column="1">
<widget class="QStackedWidget" name="settingsContainer">
<property name="minimumSize">
<size>
<width>500</width>
<height>0</height>
</size>
</property>
2019-12-31 06:17:17 +00:00
<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">
2019-12-31 06:17:17 +00:00
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
2020-01-01 04:01:58 +00:00
<set>QDialogButtonBox::Close|QDialogButtonBox::RestoreDefaults</set>
2019-12-31 06:17:17 +00:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="resources/resources.qrc"/>
2019-12-31 06:17:17 +00:00
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>SettingsDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>SettingsDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>