all repos — mgba @ 60b59ae3123b8419372cd75e600ca5bda1240121

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        </widget>
252       </item>
253       <item row="1" column="0">
254        <widget class="QLabel" name="label_4">
255         <property name="text">
256          <string>Memory bank controller</string>
257         </property>
258        </widget>
259       </item>
260       <item row="1" column="1">
261        <widget class="QComboBox" name="mbc">
262         <item>
263          <property name="text">
264           <string>Autodetect</string>
265          </property>
266         </item>
267        </widget>
268       </item>
269       <item row="2" column="0">
270        <widget class="QLabel" name="label_5">
271         <property name="text">
272          <string>Background Colors</string>
273         </property>
274        </widget>
275       </item>
276       <item row="2" column="1">
277        <layout class="QHBoxLayout" name="horizontalLayout">
278         <item>
279          <widget class="QFrame" name="color0">
280           <property name="minimumSize">
281            <size>
282             <width>30</width>
283             <height>30</height>
284            </size>
285           </property>
286           <property name="autoFillBackground">
287            <bool>true</bool>
288           </property>
289           <property name="frameShape">
290            <enum>QFrame::StyledPanel</enum>
291           </property>
292           <property name="frameShadow">
293            <enum>QFrame::Raised</enum>
294           </property>
295          </widget>
296         </item>
297         <item>
298          <widget class="QFrame" name="color1">
299           <property name="minimumSize">
300            <size>
301             <width>30</width>
302             <height>30</height>
303            </size>
304           </property>
305           <property name="autoFillBackground">
306            <bool>true</bool>
307           </property>
308           <property name="frameShape">
309            <enum>QFrame::StyledPanel</enum>
310           </property>
311           <property name="frameShadow">
312            <enum>QFrame::Raised</enum>
313           </property>
314          </widget>
315         </item>
316         <item>
317          <widget class="QFrame" name="color2">
318           <property name="minimumSize">
319            <size>
320             <width>30</width>
321             <height>30</height>
322            </size>
323           </property>
324           <property name="autoFillBackground">
325            <bool>true</bool>
326           </property>
327           <property name="frameShape">
328            <enum>QFrame::StyledPanel</enum>
329           </property>
330           <property name="frameShadow">
331            <enum>QFrame::Raised</enum>
332           </property>
333          </widget>
334         </item>
335         <item>
336          <widget class="QFrame" name="color3">
337           <property name="minimumSize">
338            <size>
339             <width>30</width>
340             <height>30</height>
341            </size>
342           </property>
343           <property name="autoFillBackground">
344            <bool>true</bool>
345           </property>
346           <property name="frameShape">
347            <enum>QFrame::StyledPanel</enum>
348           </property>
349           <property name="frameShadow">
350            <enum>QFrame::Raised</enum>
351           </property>
352          </widget>
353         </item>
354        </layout>
355       </item>
356       <item row="3" column="0">
357        <widget class="QLabel" name="label_6">
358         <property name="text">
359          <string>Sprite Colors 1</string>
360         </property>
361        </widget>
362       </item>
363       <item row="4" column="0">
364        <widget class="QLabel" name="label_7">
365         <property name="text">
366          <string>Sprite Colors 2</string>
367         </property>
368        </widget>
369       </item>
370       <item row="3" column="1">
371        <layout class="QHBoxLayout" name="horizontalLayout_3">
372         <item>
373          <widget class="QFrame" name="color4">
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="color5">
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="color6">
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         <item>
430          <widget class="QFrame" name="color7">
431           <property name="minimumSize">
432            <size>
433             <width>30</width>
434             <height>30</height>
435            </size>
436           </property>
437           <property name="autoFillBackground">
438            <bool>true</bool>
439           </property>
440           <property name="frameShape">
441            <enum>QFrame::StyledPanel</enum>
442           </property>
443           <property name="frameShadow">
444            <enum>QFrame::Raised</enum>
445           </property>
446          </widget>
447         </item>
448        </layout>
449       </item>
450       <item row="4" column="1">
451        <layout class="QHBoxLayout" name="horizontalLayout_4">
452         <item>
453          <widget class="QFrame" name="color8">
454           <property name="minimumSize">
455            <size>
456             <width>30</width>
457             <height>30</height>
458            </size>
459           </property>
460           <property name="autoFillBackground">
461            <bool>true</bool>
462           </property>
463           <property name="frameShape">
464            <enum>QFrame::StyledPanel</enum>
465           </property>
466           <property name="frameShadow">
467            <enum>QFrame::Raised</enum>
468           </property>
469          </widget>
470         </item>
471         <item>
472          <widget class="QFrame" name="color9">
473           <property name="minimumSize">
474            <size>
475             <width>30</width>
476             <height>30</height>
477            </size>
478           </property>
479           <property name="autoFillBackground">
480            <bool>true</bool>
481           </property>
482           <property name="frameShape">
483            <enum>QFrame::StyledPanel</enum>
484           </property>
485           <property name="frameShadow">
486            <enum>QFrame::Raised</enum>
487           </property>
488          </widget>
489         </item>
490         <item>
491          <widget class="QFrame" name="color10">
492           <property name="minimumSize">
493            <size>
494             <width>30</width>
495             <height>30</height>
496            </size>
497           </property>
498           <property name="autoFillBackground">
499            <bool>true</bool>
500           </property>
501           <property name="frameShape">
502            <enum>QFrame::StyledPanel</enum>
503           </property>
504           <property name="frameShadow">
505            <enum>QFrame::Raised</enum>
506           </property>
507          </widget>
508         </item>
509         <item>
510          <widget class="QFrame" name="color11">
511           <property name="minimumSize">
512            <size>
513             <width>30</width>
514             <height>30</height>
515            </size>
516           </property>
517           <property name="autoFillBackground">
518            <bool>true</bool>
519           </property>
520           <property name="frameShape">
521            <enum>QFrame::StyledPanel</enum>
522           </property>
523           <property name="frameShadow">
524            <enum>QFrame::Raised</enum>
525           </property>
526          </widget>
527         </item>
528        </layout>
529       </item>
530      </layout>
531     </widget>
532    </widget>
533   </item>
534   <item>
535    <widget class="QDialogButtonBox" name="buttonBox">
536     <property name="standardButtons">
537      <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
538     </property>
539    </widget>
540   </item>
541  </layout>
542 </widget>
543 <resources/>
544 <connections/>
545</ui>