duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

controllersettingswindow.ui (4093B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>ControllerSettingsWindow</class>
      4  <widget class="QWidget" name="ControllerSettingsWindow">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>1284</width>
     10     <height>672</height>
     11    </rect>
     12   </property>
     13   <property name="sizePolicy">
     14    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
     15     <horstretch>0</horstretch>
     16     <verstretch>0</verstretch>
     17    </sizepolicy>
     18   </property>
     19   <property name="windowTitle">
     20    <string>DuckStation Controller Settings</string>
     21   </property>
     22   <property name="windowIcon">
     23    <iconset resource="resources/duckstation-qt.qrc">
     24     <normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
     25   </property>
     26   <layout class="QGridLayout" name="gridLayout">
     27    <item row="0" column="0">
     28     <widget class="QListWidget" name="settingsCategory">
     29      <property name="sizePolicy">
     30       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
     31        <horstretch>0</horstretch>
     32        <verstretch>0</verstretch>
     33       </sizepolicy>
     34      </property>
     35      <property name="minimumSize">
     36       <size>
     37        <width>160</width>
     38        <height>0</height>
     39       </size>
     40      </property>
     41      <property name="maximumSize">
     42       <size>
     43        <width>160</width>
     44        <height>16777215</height>
     45       </size>
     46      </property>
     47      <property name="iconSize">
     48       <size>
     49        <width>32</width>
     50        <height>32</height>
     51       </size>
     52      </property>
     53     </widget>
     54    </item>
     55    <item row="0" column="1">
     56     <widget class="QStackedWidget" name="settingsContainer">
     57      <property name="minimumSize">
     58       <size>
     59        <width>1100</width>
     60        <height>620</height>
     61       </size>
     62      </property>
     63     </widget>
     64    </item>
     65    <item row="1" column="0" colspan="2">
     66     <layout class="QHBoxLayout" name="horizontalLayout_2">
     67      <item>
     68       <layout class="QHBoxLayout" name="editProfileLayout">
     69        <item>
     70         <widget class="QLabel" name="editProfileLabel">
     71          <property name="text">
     72           <string>Editing Profile:</string>
     73          </property>
     74         </widget>
     75        </item>
     76        <item>
     77         <widget class="QComboBox" name="currentProfile"/>
     78        </item>
     79        <item>
     80         <widget class="QPushButton" name="newProfile">
     81          <property name="text">
     82           <string>New Profile</string>
     83          </property>
     84          <property name="icon">
     85           <iconset theme="add-line"/>
     86          </property>
     87         </widget>
     88        </item>
     89        <item>
     90         <widget class="QPushButton" name="applyProfile">
     91          <property name="text">
     92           <string>Apply Profile</string>
     93          </property>
     94          <property name="icon">
     95           <iconset theme="folder-open-line"/>
     96          </property>
     97         </widget>
     98        </item>
     99        <item>
    100         <widget class="QPushButton" name="deleteProfile">
    101          <property name="text">
    102           <string>Delete Profile</string>
    103          </property>
    104          <property name="icon">
    105           <iconset theme="minus-line"/>
    106          </property>
    107         </widget>
    108        </item>
    109        <item>
    110         <widget class="QPushButton" name="copyGlobalSettings">
    111          <property name="text">
    112           <string>Copy Global Settings</string>
    113          </property>
    114          <property name="icon">
    115           <iconset theme="folder-open-line"/>
    116          </property>
    117         </widget>
    118        </item>
    119        <item>
    120         <widget class="QPushButton" name="restoreDefaults">
    121          <property name="text">
    122           <string>Restore Defaults</string>
    123          </property>
    124          <property name="icon">
    125           <iconset theme="restart-line"/>
    126          </property>
    127         </widget>
    128        </item>
    129       </layout>
    130      </item>
    131      <item>
    132       <widget class="QDialogButtonBox" name="buttonBox">
    133        <property name="standardButtons">
    134         <set>QDialogButtonBox::StandardButton::Close</set>
    135        </property>
    136       </widget>
    137      </item>
    138     </layout>
    139    </item>
    140   </layout>
    141  </widget>
    142  <resources>
    143   <include location="resources/duckstation-qt.qrc"/>
    144  </resources>
    145  <connections/>
    146 </ui>