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

settingswindow.ui (3479B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>SettingsWindow</class>
      4  <widget class="QWidget" name="SettingsWindow">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>780</width>
     10     <height>650</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 Settings</string>
     21   </property>
     22   <property name="windowIcon">
     23    <iconset resource="resources/resources.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>150</width>
     38        <height>0</height>
     39       </size>
     40      </property>
     41      <property name="maximumSize">
     42       <size>
     43        <width>150</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>500</width>
     60        <height>0</height>
     61       </size>
     62      </property>
     63     </widget>
     64    </item>
     65    <item row="1" column="0" colspan="2">
     66     <widget class="QTextEdit" name="helpText">
     67      <property name="minimumSize">
     68       <size>
     69        <width>0</width>
     70        <height>100</height>
     71       </size>
     72      </property>
     73      <property name="maximumSize">
     74       <size>
     75        <width>16777215</width>
     76        <height>100</height>
     77       </size>
     78      </property>
     79      <property name="readOnly">
     80       <bool>true</bool>
     81      </property>
     82     </widget>
     83    </item>
     84    <item row="2" column="0" colspan="2">
     85     <layout class="QHBoxLayout" name="footerLayout">
     86      <item>
     87       <widget class="QPushButton" name="restoreDefaults">
     88        <property name="text">
     89         <string>Restore Defaults</string>
     90        </property>
     91       </widget>
     92      </item>
     93      <item>
     94       <widget class="QPushButton" name="copyGlobalSettings">
     95        <property name="text">
     96         <string>Copy Global Settings</string>
     97        </property>
     98       </widget>
     99      </item>
    100      <item>
    101       <widget class="QPushButton" name="clearGameSettings">
    102        <property name="text">
    103         <string>Clear Settings</string>
    104        </property>
    105       </widget>
    106      </item>
    107      <item>
    108       <spacer name="horizontalSpacer_2">
    109        <property name="orientation">
    110         <enum>Qt::Horizontal</enum>
    111        </property>
    112        <property name="sizeHint" stdset="0">
    113         <size>
    114          <width>40</width>
    115          <height>20</height>
    116         </size>
    117        </property>
    118       </spacer>
    119      </item>
    120      <item>
    121       <widget class="QPushButton" name="close">
    122        <property name="text">
    123         <string>Close</string>
    124        </property>
    125       </widget>
    126      </item>
    127     </layout>
    128    </item>
    129   </layout>
    130  </widget>
    131  <resources>
    132   <include location="resources/resources.qrc"/>
    133  </resources>
    134  <connections/>
    135 </ui>