all repos — mgba @ eb4f33e23a5b21cbb2159780dac3c4791ea209e4

mGBA Game Boy Advance Emulator

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

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