duckstation/src/duckstation-qt/settingsdialog.ui

232 lines
6.1 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">
<normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
2019-12-31 06:17:17 +00:00
</property>
<layout class="QGridLayout" name="gridLayout">
<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>
2019-12-31 06:17:17 +00:00
<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>
2019-12-31 06:17:17 +00:00
</property>
<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 theme="GeneralSettings">
<normaloff>.</normaloff>.</iconset>
</property>
2019-12-31 06:17:17 +00:00
</item>
<item>
<property name="text">
<string>BIOS Settings</string>
</property>
<property name="icon">
<iconset theme="BIOSSettings">
<normaloff>.</normaloff>.</iconset>
</property>
2019-12-31 06:17:17 +00:00
</item>
<item>
<property name="text">
<string>Console Settings</string>
</property>
<property name="icon">
<iconset theme="ConsoleSettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
<item>
<property name="text">
<string>Emulation Settings</string>
</property>
<property name="icon">
<iconset theme="EmulationSettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
<item>
<property name="text">
<string>Game List Settings</string>
</property>
<property name="icon">
<iconset theme="GamelistSettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
<item>
<property name="text">
<string>Hotkey Settings</string>
</property>
<property name="icon">
<iconset theme="HotkeySettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
<item>
<property name="text">
<string>Controller Settings</string>
</property>
<property name="icon">
<iconset theme="ControllerSettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
<item>
<property name="text">
<string>Memory Card Settings</string>
</property>
<property name="icon">
<iconset theme="MemorycardSettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
<item>
<property name="text">
<string>Display Settings</string>
</property>
<property name="icon">
<iconset theme="DisplaySettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
<item>
<property name="text">
<string>Enhancement Settings</string>
</property>
<property name="icon">
<iconset theme="EnhancementSettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
<item>
<property name="text">
<string>Post-Processing Settings</string>
</property>
<property name="icon">
<iconset theme="PostprocessingSettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
<item>
<property name="text">
<string>Audio Settings</string>
</property>
<property name="icon">
<iconset theme="AudioSettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
2021-02-26 14:44:53 +00:00
<item>
<property name="text">
<string>Achievement Settings</string>
</property>
<property name="icon">
<iconset theme="AchievementsSettings">
<normaloff>.</normaloff>.</iconset>
2021-02-26 14:44:53 +00:00
</property>
</item>
<item>
<property name="text">
<string>Advanced Settings</string>
</property>
<property name="icon">
<iconset theme="AdvancedSettings">
<normaloff>.</normaloff>.</iconset>
</property>
</item>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::RestoreDefaults</set>
</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>
2019-12-31 06:17:17 +00:00
</layout>
</widget>
<resources>
<include location="resources/resources.qrc"/>
2019-12-31 06:17:17 +00:00
</resources>
<connections/>
2019-12-31 06:17:17 +00:00
</ui>