all repos — mgba @ bf16c7b6bfd29981371d83289436b7512d799ef8

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>MBC6</string>
325          </property>
326         </item>
327         <item>
328          <property name="text">
329           <string>MBC7</string>
330          </property>
331         </item>
332         <item>
333          <property name="text">
334           <string>MMM01</string>
335          </property>
336         </item>
337         <item>
338          <property name="text">
339           <string>Pocket Cam</string>
340          </property>
341         </item>
342         <item>
343          <property name="text">
344           <string>TAMA5</string>
345          </property>
346         </item>
347         <item>
348          <property name="text">
349           <string>HuC-1</string>
350          </property>
351         </item>
352         <item>
353          <property name="text">
354           <string>HuC-3</string>
355          </property>
356         </item>
357         <item>
358          <property name="text">
359           <string>Wisdom Tree (Unlicensed)</string>
360          </property>
361         </item>
362         <item>
363          <property name="text">
364           <string>BBD (Unlicensed)</string>
365          </property>
366         </item>
367         <item>
368          <property name="text">
369           <string>Hitek (Unlicensed)</string>
370          </property>
371         </item>
372         <item>
373          <property name="text">
374           <string>Pokémon Jade/Diamond (Unlicensed)</string>
375          </property>
376         </item>
377        </widget>
378       </item>
379       <item row="2" column="0">
380        <widget class="QLabel" name="label_5">
381         <property name="text">
382          <string>Background Colors</string>
383         </property>
384        </widget>
385       </item>
386       <item row="2" column="1">
387        <layout class="QHBoxLayout" name="horizontalLayout">
388         <item>
389          <widget class="QFrame" name="color0">
390           <property name="minimumSize">
391            <size>
392             <width>30</width>
393             <height>30</height>
394            </size>
395           </property>
396           <property name="autoFillBackground">
397            <bool>true</bool>
398           </property>
399           <property name="frameShape">
400            <enum>QFrame::StyledPanel</enum>
401           </property>
402           <property name="frameShadow">
403            <enum>QFrame::Raised</enum>
404           </property>
405          </widget>
406         </item>
407         <item>
408          <widget class="QFrame" name="color1">
409           <property name="minimumSize">
410            <size>
411             <width>30</width>
412             <height>30</height>
413            </size>
414           </property>
415           <property name="autoFillBackground">
416            <bool>true</bool>
417           </property>
418           <property name="frameShape">
419            <enum>QFrame::StyledPanel</enum>
420           </property>
421           <property name="frameShadow">
422            <enum>QFrame::Raised</enum>
423           </property>
424          </widget>
425         </item>
426         <item>
427          <widget class="QFrame" name="color2">
428           <property name="minimumSize">
429            <size>
430             <width>30</width>
431             <height>30</height>
432            </size>
433           </property>
434           <property name="autoFillBackground">
435            <bool>true</bool>
436           </property>
437           <property name="frameShape">
438            <enum>QFrame::StyledPanel</enum>
439           </property>
440           <property name="frameShadow">
441            <enum>QFrame::Raised</enum>
442           </property>
443          </widget>
444         </item>
445         <item>
446          <widget class="QFrame" name="color3">
447           <property name="minimumSize">
448            <size>
449             <width>30</width>
450             <height>30</height>
451            </size>
452           </property>
453           <property name="autoFillBackground">
454            <bool>true</bool>
455           </property>
456           <property name="frameShape">
457            <enum>QFrame::StyledPanel</enum>
458           </property>
459           <property name="frameShadow">
460            <enum>QFrame::Raised</enum>
461           </property>
462          </widget>
463         </item>
464        </layout>
465       </item>
466       <item row="3" column="0">
467        <widget class="QLabel" name="label_6">
468         <property name="text">
469          <string>Sprite Colors 1</string>
470         </property>
471        </widget>
472       </item>
473       <item row="4" column="0">
474        <widget class="QLabel" name="label_7">
475         <property name="text">
476          <string>Sprite Colors 2</string>
477         </property>
478        </widget>
479       </item>
480       <item row="3" column="1">
481        <layout class="QHBoxLayout" name="horizontalLayout_3">
482         <item>
483          <widget class="QFrame" name="color4">
484           <property name="minimumSize">
485            <size>
486             <width>30</width>
487             <height>30</height>
488            </size>
489           </property>
490           <property name="autoFillBackground">
491            <bool>true</bool>
492           </property>
493           <property name="frameShape">
494            <enum>QFrame::StyledPanel</enum>
495           </property>
496           <property name="frameShadow">
497            <enum>QFrame::Raised</enum>
498           </property>
499          </widget>
500         </item>
501         <item>
502          <widget class="QFrame" name="color5">
503           <property name="minimumSize">
504            <size>
505             <width>30</width>
506             <height>30</height>
507            </size>
508           </property>
509           <property name="autoFillBackground">
510            <bool>true</bool>
511           </property>
512           <property name="frameShape">
513            <enum>QFrame::StyledPanel</enum>
514           </property>
515           <property name="frameShadow">
516            <enum>QFrame::Raised</enum>
517           </property>
518          </widget>
519         </item>
520         <item>
521          <widget class="QFrame" name="color6">
522           <property name="minimumSize">
523            <size>
524             <width>30</width>
525             <height>30</height>
526            </size>
527           </property>
528           <property name="autoFillBackground">
529            <bool>true</bool>
530           </property>
531           <property name="frameShape">
532            <enum>QFrame::StyledPanel</enum>
533           </property>
534           <property name="frameShadow">
535            <enum>QFrame::Raised</enum>
536           </property>
537          </widget>
538         </item>
539         <item>
540          <widget class="QFrame" name="color7">
541           <property name="minimumSize">
542            <size>
543             <width>30</width>
544             <height>30</height>
545            </size>
546           </property>
547           <property name="autoFillBackground">
548            <bool>true</bool>
549           </property>
550           <property name="frameShape">
551            <enum>QFrame::StyledPanel</enum>
552           </property>
553           <property name="frameShadow">
554            <enum>QFrame::Raised</enum>
555           </property>
556          </widget>
557         </item>
558        </layout>
559       </item>
560       <item row="4" column="1">
561        <layout class="QHBoxLayout" name="horizontalLayout_4">
562         <item>
563          <widget class="QFrame" name="color8">
564           <property name="minimumSize">
565            <size>
566             <width>30</width>
567             <height>30</height>
568            </size>
569           </property>
570           <property name="autoFillBackground">
571            <bool>true</bool>
572           </property>
573           <property name="frameShape">
574            <enum>QFrame::StyledPanel</enum>
575           </property>
576           <property name="frameShadow">
577            <enum>QFrame::Raised</enum>
578           </property>
579          </widget>
580         </item>
581         <item>
582          <widget class="QFrame" name="color9">
583           <property name="minimumSize">
584            <size>
585             <width>30</width>
586             <height>30</height>
587            </size>
588           </property>
589           <property name="autoFillBackground">
590            <bool>true</bool>
591           </property>
592           <property name="frameShape">
593            <enum>QFrame::StyledPanel</enum>
594           </property>
595           <property name="frameShadow">
596            <enum>QFrame::Raised</enum>
597           </property>
598          </widget>
599         </item>
600         <item>
601          <widget class="QFrame" name="color10">
602           <property name="minimumSize">
603            <size>
604             <width>30</width>
605             <height>30</height>
606            </size>
607           </property>
608           <property name="autoFillBackground">
609            <bool>true</bool>
610           </property>
611           <property name="frameShape">
612            <enum>QFrame::StyledPanel</enum>
613           </property>
614           <property name="frameShadow">
615            <enum>QFrame::Raised</enum>
616           </property>
617          </widget>
618         </item>
619         <item>
620          <widget class="QFrame" name="color11">
621           <property name="minimumSize">
622            <size>
623             <width>30</width>
624             <height>30</height>
625            </size>
626           </property>
627           <property name="autoFillBackground">
628            <bool>true</bool>
629           </property>
630           <property name="frameShape">
631            <enum>QFrame::StyledPanel</enum>
632           </property>
633           <property name="frameShadow">
634            <enum>QFrame::Raised</enum>
635           </property>
636          </widget>
637         </item>
638        </layout>
639       </item>
640      </layout>
641     </widget>
642    </widget>
643   </item>
644   <item>
645    <widget class="QDialogButtonBox" name="buttonBox">
646     <property name="standardButtons">
647      <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
648     </property>
649    </widget>
650   </item>
651  </layout>
652 </widget>
653 <resources/>
654 <connections/>
655</ui>