all repos — mgba @ c9b7f450aa3ce437bdd3f20b001488b05d919bc5

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>247</width>
 10    <height>345</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="QVBoxLayout" name="verticalLayout_2">
 23   <item>
 24    <widget class="QGroupBox" name="groupBox">
 25     <property name="title">
 26      <string/>
 27     </property>
 28     <layout class="QFormLayout" name="formLayout">
 29      <property name="fieldGrowthPolicy">
 30       <enum>QFormLayout::FieldsStayAtSizeHint</enum>
 31      </property>
 32      <item row="1" column="0" colspan="2">
 33       <widget class="Line" name="line">
 34        <property name="orientation">
 35         <enum>Qt::Horizontal</enum>
 36        </property>
 37       </widget>
 38      </item>
 39      <item row="2" column="0">
 40       <widget class="QLabel" name="label_2">
 41        <property name="text">
 42         <string>Sensors</string>
 43        </property>
 44       </widget>
 45      </item>
 46      <item row="2" column="1">
 47       <widget class="QCheckBox" name="sensorAutodetect">
 48        <property name="enabled">
 49         <bool>false</bool>
 50        </property>
 51        <property name="text">
 52         <string>Autodetect</string>
 53        </property>
 54        <property name="checked">
 55         <bool>true</bool>
 56        </property>
 57       </widget>
 58      </item>
 59      <item row="3" column="1">
 60       <widget class="QCheckBox" name="sensorRTC">
 61        <property name="enabled">
 62         <bool>false</bool>
 63        </property>
 64        <property name="text">
 65         <string>Realtime Clock</string>
 66        </property>
 67       </widget>
 68      </item>
 69      <item row="4" column="1">
 70       <widget class="QCheckBox" name="sensorGyro">
 71        <property name="enabled">
 72         <bool>false</bool>
 73        </property>
 74        <property name="text">
 75         <string>Gyroscope</string>
 76        </property>
 77       </widget>
 78      </item>
 79      <item row="5" column="1">
 80       <widget class="QCheckBox" name="sensorAccel">
 81        <property name="enabled">
 82         <bool>false</bool>
 83        </property>
 84        <property name="text">
 85         <string>Accelerometer</string>
 86        </property>
 87       </widget>
 88      </item>
 89      <item row="6" column="1">
 90       <widget class="QCheckBox" name="sensorLight">
 91        <property name="enabled">
 92         <bool>false</bool>
 93        </property>
 94        <property name="text">
 95         <string>Light sensor</string>
 96        </property>
 97       </widget>
 98      </item>
 99      <item row="0" column="1">
100       <widget class="QComboBox" name="savetype">
101        <item>
102         <property name="text">
103          <string>Autodetect</string>
104         </property>
105        </item>
106        <item>
107         <property name="text">
108          <string>None</string>
109         </property>
110        </item>
111        <item>
112         <property name="text">
113          <string>SRAM</string>
114         </property>
115        </item>
116        <item>
117         <property name="text">
118          <string>Flash 512kb</string>
119         </property>
120        </item>
121        <item>
122         <property name="text">
123          <string>Flash 1Mb</string>
124         </property>
125        </item>
126        <item>
127         <property name="text">
128          <string>EEPROM</string>
129         </property>
130        </item>
131       </widget>
132      </item>
133      <item row="0" column="0">
134       <widget class="QLabel" name="label">
135        <property name="text">
136         <string>Save type</string>
137        </property>
138       </widget>
139      </item>
140     </layout>
141    </widget>
142   </item>
143   <item>
144    <widget class="QTabWidget" name="tabWidget">
145     <property name="currentIndex">
146      <number>0</number>
147     </property>
148     <widget class="QWidget" name="tab_3">
149      <attribute name="title">
150       <string>RTC</string>
151      </attribute>
152      <layout class="QVBoxLayout" name="verticalLayout">
153       <item>
154        <widget class="QRadioButton" name="radioButton">
155         <property name="enabled">
156          <bool>false</bool>
157         </property>
158         <property name="text">
159          <string>System time</string>
160         </property>
161         <property name="checked">
162          <bool>true</bool>
163         </property>
164        </widget>
165       </item>
166       <item>
167        <widget class="QRadioButton" name="radioButton_2">
168         <property name="enabled">
169          <bool>false</bool>
170         </property>
171         <property name="text">
172          <string>Manual time</string>
173         </property>
174        </widget>
175       </item>
176       <item>
177        <widget class="QDateTimeEdit" name="dateTimeEdit">
178         <property name="enabled">
179          <bool>false</bool>
180         </property>
181         <property name="displayFormat">
182          <string>M/d/yyyy h:mm AP</string>
183         </property>
184         <property name="calendarPopup">
185          <bool>false</bool>
186         </property>
187        </widget>
188       </item>
189      </layout>
190     </widget>
191     <widget class="QWidget" name="tab_6">
192      <attribute name="title">
193       <string>Light</string>
194      </attribute>
195      <layout class="QGridLayout" name="gridLayout">
196       <item row="0" column="1">
197        <widget class="QSpinBox" name="lightSpin">
198         <property name="maximum">
199          <number>255</number>
200         </property>
201        </widget>
202       </item>
203       <item row="0" column="0">
204        <widget class="QLabel" name="label_3">
205         <property name="text">
206          <string>Brightness</string>
207         </property>
208        </widget>
209       </item>
210       <item row="1" column="0" colspan="2">
211        <widget class="QSlider" name="lightSlide">
212         <property name="maximum">
213          <number>255</number>
214         </property>
215         <property name="orientation">
216          <enum>Qt::Horizontal</enum>
217         </property>
218         <property name="tickPosition">
219          <enum>QSlider::TicksBelow</enum>
220         </property>
221         <property name="tickInterval">
222          <number>16</number>
223         </property>
224        </widget>
225       </item>
226      </layout>
227     </widget>
228    </widget>
229   </item>
230  </layout>
231 </widget>
232 <resources/>
233 <connections/>
234</ui>