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

biossettingswidget.ui (5398B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>BIOSSettingsWidget</class>
      4  <widget class="QWidget" name="BIOSSettingsWidget">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>529</width>
     10     <height>330</height>
     11    </rect>
     12   </property>
     13   <layout class="QVBoxLayout" name="mainLayout">
     14    <property name="leftMargin">
     15     <number>0</number>
     16    </property>
     17    <property name="topMargin">
     18     <number>0</number>
     19    </property>
     20    <property name="rightMargin">
     21     <number>0</number>
     22    </property>
     23    <property name="bottomMargin">
     24     <number>0</number>
     25    </property>
     26    <item>
     27     <widget class="QGroupBox" name="groupBox">
     28      <property name="title">
     29       <string>BIOS Selection</string>
     30      </property>
     31      <layout class="QGridLayout" name="gridLayout">
     32       <item row="0" column="1">
     33        <widget class="QComboBox" name="imageNTSCJ">
     34         <property name="sizePolicy">
     35          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
     36           <horstretch>0</horstretch>
     37           <verstretch>0</verstretch>
     38          </sizepolicy>
     39         </property>
     40        </widget>
     41       </item>
     42       <item row="2" column="0">
     43        <widget class="QLabel" name="label_5">
     44         <property name="text">
     45          <string>PAL (Europe, Australia):</string>
     46         </property>
     47        </widget>
     48       </item>
     49       <item row="0" column="0">
     50        <widget class="QLabel" name="label">
     51         <property name="text">
     52          <string>NTSC-J (Japan):</string>
     53         </property>
     54        </widget>
     55       </item>
     56       <item row="1" column="0">
     57        <widget class="QLabel" name="label_2">
     58         <property name="text">
     59          <string>NTSC-U/C (US/Canada):</string>
     60         </property>
     61        </widget>
     62       </item>
     63       <item row="2" column="1">
     64        <widget class="QComboBox" name="imagePAL">
     65         <property name="sizePolicy">
     66          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
     67           <horstretch>0</horstretch>
     68           <verstretch>0</verstretch>
     69          </sizepolicy>
     70         </property>
     71        </widget>
     72       </item>
     73       <item row="1" column="1">
     74        <widget class="QComboBox" name="imageNTSCU">
     75         <property name="sizePolicy">
     76          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
     77           <horstretch>0</horstretch>
     78           <verstretch>0</verstretch>
     79          </sizepolicy>
     80         </property>
     81        </widget>
     82       </item>
     83       <item row="3" column="1">
     84        <layout class="QHBoxLayout" name="horizontalLayout_2">
     85         <item>
     86          <spacer name="horizontalSpacer">
     87           <property name="orientation">
     88            <enum>Qt::Horizontal</enum>
     89           </property>
     90           <property name="sizeHint" stdset="0">
     91            <size>
     92             <width>40</width>
     93             <height>20</height>
     94            </size>
     95           </property>
     96          </spacer>
     97         </item>
     98         <item>
     99          <widget class="QPushButton" name="openSearchDirectory">
    100           <property name="text">
    101            <string>Open in Explorer...</string>
    102           </property>
    103          </widget>
    104         </item>
    105         <item>
    106          <widget class="QPushButton" name="refresh">
    107           <property name="text">
    108            <string>Refresh List</string>
    109           </property>
    110          </widget>
    111         </item>
    112        </layout>
    113       </item>
    114      </layout>
    115     </widget>
    116    </item>
    117    <item>
    118     <widget class="QGroupBox" name="directoryGroupBox">
    119      <property name="title">
    120       <string>BIOS Directory</string>
    121      </property>
    122      <layout class="QGridLayout" name="directoryGroupBoxLayout">
    123       <item row="0" column="0" colspan="2">
    124        <widget class="QLabel" name="directoryGroupBoxLabel">
    125         <property name="text">
    126          <string>DuckStation will search for BIOS images in this directory.</string>
    127         </property>
    128         <property name="wordWrap">
    129          <bool>true</bool>
    130         </property>
    131        </widget>
    132       </item>
    133       <item row="1" column="0" colspan="2">
    134        <layout class="QHBoxLayout" name="directoryGroupBoxHorizontalLayout">
    135         <item>
    136          <widget class="QLineEdit" name="searchDirectory"/>
    137         </item>
    138         <item>
    139          <widget class="QPushButton" name="browseSearchDirectory">
    140           <property name="text">
    141            <string>Browse...</string>
    142           </property>
    143          </widget>
    144         </item>
    145        </layout>
    146       </item>
    147      </layout>
    148     </widget>
    149    </item>
    150    <item>
    151     <widget class="QGroupBox" name="groupBox_2">
    152      <property name="title">
    153       <string>Options and Patches</string>
    154      </property>
    155      <layout class="QVBoxLayout" name="verticalLayout">
    156       <item>
    157        <widget class="QCheckBox" name="fastBoot">
    158         <property name="text">
    159          <string>Fast Boot</string>
    160         </property>
    161        </widget>
    162       </item>
    163       <item>
    164        <widget class="QCheckBox" name="enableTTYLogging">
    165         <property name="text">
    166          <string>Enable TTY Logging</string>
    167         </property>
    168        </widget>
    169       </item>
    170      </layout>
    171     </widget>
    172    </item>
    173    <item>
    174     <spacer name="verticalSpacer">
    175      <property name="orientation">
    176       <enum>Qt::Vertical</enum>
    177      </property>
    178      <property name="sizeHint" stdset="0">
    179       <size>
    180        <width>20</width>
    181        <height>40</height>
    182       </size>
    183      </property>
    184     </spacer>
    185    </item>
    186   </layout>
    187  </widget>
    188  <resources/>
    189  <connections/>
    190 </ui>