pcsx2/pcsx2-qt/Settings/ControllerSettingsWindow.ui

166 lines
4.5 KiB
Plaintext
Raw Normal View History

2021-12-13 12:12:54 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ControllerSettingsWindow</class>
<widget class="QWidget" name="ControllerSettingsWindow">
2021-12-13 12:12:54 +00:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1305</width>
<height>690</height>
2021-12-13 12:12:54 +00:00
</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>
<property name="windowIcon">
<iconset>
<normalon>:/icons/AppIcon64.png</normalon>
</iconset>
</property>
2022-06-08 12:15:10 +00:00
<layout class="QGridLayout" name="gridLayout">
2021-12-13 12:12:54 +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>
</property>
<property name="minimumSize">
<size>
<width>170</width>
2021-12-13 12:12:54 +00:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>170</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>1100</width>
<height>620</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
2022-06-08 12:15:10 +00:00
<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>
2022-06-08 12:15:10 +00:00
</property>
</widget>
</item>
<item>
2023-06-19 07:57:08 +00:00
<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>
2022-06-08 12:15:10 +00:00
</item>
<item>
<widget class="QPushButton" name="newProfile">
<property name="text">
<string>New Profile</string>
</property>
<property name="icon">
<iconset theme="plus-line">
2022-06-08 12:15:10 +00:00
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="applyProfile">
2022-06-08 12:15:10 +00:00
<property name="text">
<string>Apply Profile</string>
2022-06-08 12:15:10 +00:00
</property>
<property name="icon">
<iconset theme="folder-open-line">
<normaloff>.</normaloff>.</iconset>
2022-06-08 12:15:10 +00:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="deleteProfile">
<property name="text">
<string>Delete Profile</string>
</property>
<property name="icon">
<iconset theme="minus-line">
2022-06-08 12:15:10 +00:00
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mappingSettings">
<property name="text">
<string>Mapping Settings</string>
</property>
<property name="icon">
<iconset theme="settings-3-line">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
2022-06-08 12:15:10 +00:00
<item>
<widget class="QPushButton" name="restoreDefaults">
<property name="text">
<string>Restore Defaults</string>
</property>
<property name="icon">
<iconset theme="restart-line">
<normaloff>.</normaloff>.</iconset>
2022-06-08 12:15:10 +00:00
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
2021-12-13 12:12:54 +00:00
</item>
</layout>
</widget>
<resources>
<include location="../resources/resources.qrc"/>
</resources>
<connections/>
</ui>