all repos — mgba @ 36c1fb59be4710543c4a5476a554757efe306ccd

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>444</width>
 10    <height>284</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="QVBoxLayout" name="verticalLayout">
 23   <item>
 24    <widget class="QTabWidget" name="tabWidget">
 25     <property name="currentIndex">
 26      <number>0</number>
 27     </property>
 28     <widget class="QWidget" name="tabGBA">
 29      <attribute name="title">
 30       <string>Game Boy Advance</string>
 31      </attribute>
 32      <layout class="QGridLayout" name="gridLayout">
 33       <item row="0" column="0" rowspan="3">
 34        <widget class="QGroupBox" name="groupBox">
 35         <property name="title">
 36          <string/>
 37         </property>
 38         <layout class="QVBoxLayout" name="verticalLayout_2">
 39          <item>
 40           <widget class="QCheckBox" name="hwAutodetect">
 41            <property name="text">
 42             <string>Autodetect</string>
 43            </property>
 44            <property name="checked">
 45             <bool>true</bool>
 46            </property>
 47           </widget>
 48          </item>
 49          <item>
 50           <widget class="QCheckBox" name="hwRTC">
 51            <property name="enabled">
 52             <bool>false</bool>
 53            </property>
 54            <property name="text">
 55             <string>Realtime clock</string>
 56            </property>
 57           </widget>
 58          </item>
 59          <item>
 60           <widget class="QCheckBox" name="hwGyro">
 61            <property name="enabled">
 62             <bool>false</bool>
 63            </property>
 64            <property name="text">
 65             <string>Gyroscope</string>
 66            </property>
 67           </widget>
 68          </item>
 69          <item>
 70           <widget class="QCheckBox" name="hwTilt">
 71            <property name="enabled">
 72             <bool>false</bool>
 73            </property>
 74            <property name="text">
 75             <string>Tilt</string>
 76            </property>
 77           </widget>
 78          </item>
 79          <item>
 80           <widget class="QCheckBox" name="hwLight">
 81            <property name="enabled">
 82             <bool>false</bool>
 83            </property>
 84            <property name="text">
 85             <string>Light sensor</string>
 86            </property>
 87           </widget>
 88          </item>
 89          <item>
 90           <widget class="QCheckBox" name="hwRumble">
 91            <property name="enabled">
 92             <bool>false</bool>
 93            </property>
 94            <property name="text">
 95             <string>Rumble</string>
 96            </property>
 97           </widget>
 98          </item>
 99         </layout>
100        </widget>
101       </item>
102       <item row="0" column="1">
103        <widget class="QGroupBox" name="groupBox_2">
104         <property name="title">
105          <string/>
106         </property>
107         <layout class="QVBoxLayout" name="verticalLayout_3">
108          <item>
109           <layout class="QFormLayout" name="formLayout">
110            <item row="0" column="0">
111             <widget class="QLabel" name="label">
112              <property name="text">
113               <string>Save type</string>
114              </property>
115             </widget>
116            </item>
117            <item row="0" column="1">
118             <widget class="QComboBox" name="savetype">
119              <item>
120               <property name="text">
121                <string>Autodetect</string>
122               </property>
123              </item>
124              <item>
125               <property name="text">
126                <string>None</string>
127               </property>
128              </item>
129              <item>
130               <property name="text">
131                <string>SRAM</string>
132               </property>
133              </item>
134              <item>
135               <property name="text">
136                <string>Flash 512kb</string>
137               </property>
138              </item>
139              <item>
140               <property name="text">
141                <string>Flash 1Mb</string>
142               </property>
143              </item>
144              <item>
145               <property name="text">
146                <string>EEPROM</string>
147               </property>
148              </item>
149             </widget>
150            </item>
151            <item row="2" column="0">
152             <widget class="QLabel" name="label_3">
153              <property name="text">
154               <string>Idle loop</string>
155              </property>
156             </widget>
157            </item>
158            <item row="2" column="1">
159             <widget class="QLineEdit" name="idleLoop"/>
160            </item>
161            <item row="1" column="0" colspan="2">
162             <widget class="Line" name="line">
163              <property name="orientation">
164               <enum>Qt::Horizontal</enum>
165              </property>
166             </widget>
167            </item>
168           </layout>
169          </item>
170          <item>
171           <widget class="Line" name="line_2">
172            <property name="orientation">
173             <enum>Qt::Horizontal</enum>
174            </property>
175           </widget>
176          </item>
177          <item>
178           <layout class="QHBoxLayout" name="horizontalLayout_2">
179            <item>
180             <spacer name="horizontalSpacer">
181              <property name="orientation">
182               <enum>Qt::Horizontal</enum>
183              </property>
184              <property name="sizeHint" stdset="0">
185               <size>
186                <width>0</width>
187                <height>0</height>
188               </size>
189              </property>
190             </spacer>
191            </item>
192            <item>
193             <widget class="QCheckBox" name="hwGBPlayer">
194              <property name="text">
195               <string>Game Boy Player features</string>
196              </property>
197             </widget>
198            </item>
199            <item>
200             <spacer name="horizontalSpacer_3">
201              <property name="orientation">
202               <enum>Qt::Horizontal</enum>
203              </property>
204              <property name="sizeHint" stdset="0">
205               <size>
206                <width>0</width>
207                <height>0</height>
208               </size>
209              </property>
210             </spacer>
211            </item>
212           </layout>
213          </item>
214         </layout>
215        </widget>
216       </item>
217       <item row="1" column="1">
218        <spacer name="verticalSpacer">
219         <property name="orientation">
220          <enum>Qt::Vertical</enum>
221         </property>
222         <property name="sizeHint" stdset="0">
223          <size>
224           <width>0</width>
225           <height>0</height>
226          </size>
227         </property>
228        </spacer>
229       </item>
230      </layout>
231     </widget>
232     <widget class="QWidget" name="tabGB">
233      <attribute name="title">
234       <string>Game Boy</string>
235      </attribute>
236      <layout class="QFormLayout" name="formLayout_3">
237       <item row="0" column="0">
238        <widget class="QLabel" name="label_2">
239         <property name="text">
240          <string>Game Boy model</string>
241         </property>
242        </widget>
243       </item>
244       <item row="0" column="1">
245        <widget class="QComboBox" name="gbModel">
246         <item>
247          <property name="text">
248           <string>Autodetect</string>
249          </property>
250         </item>
251         <item>
252          <property name="text">
253           <string>Game Boy (DMG)</string>
254          </property>
255         </item>
256         <item>
257          <property name="text">
258           <string>Super Game Boy (SGB)</string>
259          </property>
260         </item>
261         <item>
262          <property name="text">
263           <string>Game Boy Color (CGB)</string>
264          </property>
265         </item>
266         <item>
267          <property name="text">
268           <string>Game Boy Advance (AGB)</string>
269          </property>
270         </item>
271        </widget>
272       </item>
273       <item row="1" column="0">
274        <widget class="QLabel" name="label_4">
275         <property name="text">
276          <string>Memory bank controller</string>
277         </property>
278        </widget>
279       </item>
280       <item row="1" column="1">
281        <widget class="QComboBox" name="mbc">
282         <item>
283          <property name="text">
284           <string>Autodetect</string>
285          </property>
286         </item>
287         <item>
288          <property name="text">
289           <string>None</string>
290          </property>
291         </item>
292         <item>
293          <property name="text">
294           <string>MBC1</string>
295          </property>
296         </item>
297         <item>
298          <property name="text">
299           <string>MBC2</string>
300          </property>
301         </item>
302         <item>
303          <property name="text">
304           <string>MBC3</string>
305          </property>
306         </item>
307         <item>
308          <property name="text">
309           <string>MBC3 + RTC</string>
310          </property>
311         </item>
312         <item>
313          <property name="text">
314           <string>MBC5</string>
315          </property>
316         </item>
317         <item>
318          <property name="text">
319           <string>MBC5 + Rumble</string>
320          </property>
321         </item>
322         <item>
323          <property name="text">
324           <string>MBC7</string>
325          </property>
326         </item>
327         <item>
328          <property name="text">
329           <string>Pocket Cam</string>
330          </property>
331         </item>
332         <item>
333          <property name="text">
334           <string>TAMA5</string>
335          </property>
336         </item>
337         <item>
338          <property name="text">
339           <string>HuC-3</string>
340          </property>
341         </item>
342        </widget>
343       </item>
344       <item row="2" column="0">
345        <widget class="QLabel" name="label_5">
346         <property name="text">
347          <string>Colors</string>
348         </property>
349        </widget>
350       </item>
351       <item row="2" column="1">
352        <layout class="QHBoxLayout" name="horizontalLayout">
353         <item>
354          <widget class="QFrame" name="color0">
355           <property name="minimumSize">
356            <size>
357             <width>30</width>
358             <height>30</height>
359            </size>
360           </property>
361           <property name="autoFillBackground">
362            <bool>true</bool>
363           </property>
364           <property name="frameShape">
365            <enum>QFrame::StyledPanel</enum>
366           </property>
367           <property name="frameShadow">
368            <enum>QFrame::Raised</enum>
369           </property>
370          </widget>
371         </item>
372         <item>
373          <widget class="QFrame" name="color1">
374           <property name="minimumSize">
375            <size>
376             <width>30</width>
377             <height>30</height>
378            </size>
379           </property>
380           <property name="autoFillBackground">
381            <bool>true</bool>
382           </property>
383           <property name="frameShape">
384            <enum>QFrame::StyledPanel</enum>
385           </property>
386           <property name="frameShadow">
387            <enum>QFrame::Raised</enum>
388           </property>
389          </widget>
390         </item>
391         <item>
392          <widget class="QFrame" name="color2">
393           <property name="minimumSize">
394            <size>
395             <width>30</width>
396             <height>30</height>
397            </size>
398           </property>
399           <property name="autoFillBackground">
400            <bool>true</bool>
401           </property>
402           <property name="frameShape">
403            <enum>QFrame::StyledPanel</enum>
404           </property>
405           <property name="frameShadow">
406            <enum>QFrame::Raised</enum>
407           </property>
408          </widget>
409         </item>
410         <item>
411          <widget class="QFrame" name="color3">
412           <property name="minimumSize">
413            <size>
414             <width>30</width>
415             <height>30</height>
416            </size>
417           </property>
418           <property name="autoFillBackground">
419            <bool>true</bool>
420           </property>
421           <property name="frameShape">
422            <enum>QFrame::StyledPanel</enum>
423           </property>
424           <property name="frameShadow">
425            <enum>QFrame::Raised</enum>
426           </property>
427          </widget>
428         </item>
429        </layout>
430       </item>
431      </layout>
432     </widget>
433    </widget>
434   </item>
435   <item>
436    <widget class="QDialogButtonBox" name="buttonBox">
437     <property name="standardButtons">
438      <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
439     </property>
440    </widget>
441   </item>
442  </layout>
443 </widget>
444 <resources/>
445 <connections/>
446</ui>