all repos — mgba @ 51b8c862b969390582cb39b3ac98239cdea9a4b1

mGBA Game Boy Advance Emulator

src/platform/qt/OverrideView.ui (view raw)

  1<?xml version="1.0" encoding="UTF-8"?>
  2<ui version="4.0">
  3 <class>OverrideView</class>
  4 <widget class="QWidget" name="OverrideView">
  5  <property name="geometry">
  6   <rect>
  7    <x>0</x>
  8    <y>0</y>
  9    <width>409</width>
 10    <height>228</height>
 11   </rect>
 12  </property>
 13  <property name="sizePolicy">
 14   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 15    <horstretch>0</horstretch>
 16    <verstretch>0</verstretch>
 17   </sizepolicy>
 18  </property>
 19  <property name="windowTitle">
 20   <string>Game Overrides</string>
 21  </property>
 22  <layout class="QGridLayout" name="gridLayout_3">
 23   <item row="2" column="1">
 24    <layout class="QHBoxLayout" name="horizontalLayout_2">
 25     <item>
 26      <spacer name="horizontalSpacer_2">
 27       <property name="orientation">
 28        <enum>Qt::Horizontal</enum>
 29       </property>
 30       <property name="sizeHint" stdset="0">
 31        <size>
 32         <width>40</width>
 33         <height>20</height>
 34        </size>
 35       </property>
 36      </spacer>
 37     </item>
 38     <item>
 39      <widget class="QPushButton" name="save">
 40       <property name="enabled">
 41        <bool>false</bool>
 42       </property>
 43       <property name="text">
 44        <string>Save</string>
 45       </property>
 46      </widget>
 47     </item>
 48    </layout>
 49   </item>
 50   <item row="0" column="0" rowspan="3">
 51    <widget class="QGroupBox" name="groupBox">
 52     <property name="title">
 53      <string/>
 54     </property>
 55     <layout class="QVBoxLayout" name="verticalLayout">
 56      <item>
 57       <widget class="QCheckBox" name="hwAutodetect">
 58        <property name="text">
 59         <string>Autodetect</string>
 60        </property>
 61        <property name="checked">
 62         <bool>true</bool>
 63        </property>
 64       </widget>
 65      </item>
 66      <item>
 67       <widget class="QCheckBox" name="hwRTC">
 68        <property name="enabled">
 69         <bool>false</bool>
 70        </property>
 71        <property name="text">
 72         <string>Realtime clock</string>
 73        </property>
 74       </widget>
 75      </item>
 76      <item>
 77       <widget class="QCheckBox" name="hwGyro">
 78        <property name="enabled">
 79         <bool>false</bool>
 80        </property>
 81        <property name="text">
 82         <string>Gyroscope</string>
 83        </property>
 84       </widget>
 85      </item>
 86      <item>
 87       <widget class="QCheckBox" name="hwTilt">
 88        <property name="enabled">
 89         <bool>false</bool>
 90        </property>
 91        <property name="text">
 92         <string>Tilt</string>
 93        </property>
 94       </widget>
 95      </item>
 96      <item>
 97       <widget class="QCheckBox" name="hwLight">
 98        <property name="enabled">
 99         <bool>false</bool>
100        </property>
101        <property name="text">
102         <string>Light sensor</string>
103        </property>
104       </widget>
105      </item>
106      <item>
107       <widget class="QCheckBox" name="hwRumble">
108        <property name="enabled">
109         <bool>false</bool>
110        </property>
111        <property name="text">
112         <string>Rumble</string>
113        </property>
114       </widget>
115      </item>
116     </layout>
117    </widget>
118   </item>
119   <item row="0" column="1">
120    <widget class="QGroupBox" name="groupBox_2">
121     <property name="title">
122      <string/>
123     </property>
124     <layout class="QFormLayout" name="formLayout_5">
125      <property name="fieldGrowthPolicy">
126       <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
127      </property>
128      <item row="0" column="0">
129       <widget class="QLabel" name="label">
130        <property name="text">
131         <string>Save type</string>
132        </property>
133       </widget>
134      </item>
135      <item row="0" column="1">
136       <widget class="QComboBox" name="savetype">
137        <item>
138         <property name="text">
139          <string>Autodetect</string>
140         </property>
141        </item>
142        <item>
143         <property name="text">
144          <string>None</string>
145         </property>
146        </item>
147        <item>
148         <property name="text">
149          <string>SRAM</string>
150         </property>
151        </item>
152        <item>
153         <property name="text">
154          <string>Flash 512kb</string>
155         </property>
156        </item>
157        <item>
158         <property name="text">
159          <string>Flash 1Mb</string>
160         </property>
161        </item>
162        <item>
163         <property name="text">
164          <string>EEPROM</string>
165         </property>
166        </item>
167       </widget>
168      </item>
169      <item row="2" column="0">
170       <widget class="QLabel" name="label_3">
171        <property name="text">
172         <string>Idle loop</string>
173        </property>
174       </widget>
175      </item>
176      <item row="2" column="1">
177       <widget class="QLineEdit" name="idleLoop"/>
178      </item>
179      <item row="1" column="1">
180       <widget class="Line" name="line">
181        <property name="orientation">
182         <enum>Qt::Horizontal</enum>
183        </property>
184       </widget>
185      </item>
186     </layout>
187    </widget>
188   </item>
189   <item row="1" column="1">
190    <spacer name="verticalSpacer">
191     <property name="orientation">
192      <enum>Qt::Vertical</enum>
193     </property>
194     <property name="sizeHint" stdset="0">
195      <size>
196       <width>20</width>
197       <height>40</height>
198      </size>
199     </property>
200    </spacer>
201   </item>
202  </layout>
203 </widget>
204 <resources/>
205 <connections/>
206</ui>