all repos — mgba @ d676d26f5fad2514b412f225518e140f8d167ebf

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="sensorTilt">
 81        <property name="enabled">
 82         <bool>false</bool>
 83        </property>
 84        <property name="text">
 85         <string>Tilt</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="timeNoOverride">
155         <property name="text">
156          <string>System time</string>
157         </property>
158         <property name="checked">
159          <bool>true</bool>
160         </property>
161         <attribute name="buttonGroup">
162          <string notr="true">timeButtons</string>
163         </attribute>
164        </widget>
165       </item>
166       <item>
167        <widget class="QRadioButton" name="timeFixed">
168         <property name="text">
169          <string>Fixed time</string>
170         </property>
171         <attribute name="buttonGroup">
172          <string notr="true">timeButtons</string>
173         </attribute>
174        </widget>
175       </item>
176       <item>
177        <widget class="QRadioButton" name="timeFakeEpoch">
178         <property name="text">
179          <string>Start time at</string>
180         </property>
181         <attribute name="buttonGroup">
182          <string notr="true">timeButtons</string>
183         </attribute>
184        </widget>
185       </item>
186       <item>
187        <widget class="QDateTimeEdit" name="time">
188         <property name="wrapping">
189          <bool>true</bool>
190         </property>
191         <property name="maximumDate">
192          <date>
193           <year>2099</year>
194           <month>12</month>
195           <day>31</day>
196          </date>
197         </property>
198         <property name="minimumDate">
199          <date>
200           <year>2000</year>
201           <month>1</month>
202           <day>1</day>
203          </date>
204         </property>
205         <property name="currentSection">
206          <enum>QDateTimeEdit::MonthSection</enum>
207         </property>
208         <property name="displayFormat">
209          <string>MM/dd/yy hh:mm:ss AP</string>
210         </property>
211         <property name="timeSpec">
212          <enum>Qt::UTC</enum>
213         </property>
214        </widget>
215       </item>
216      </layout>
217     </widget>
218     <widget class="QWidget" name="tab_6">
219      <attribute name="title">
220       <string>Light</string>
221      </attribute>
222      <layout class="QGridLayout" name="gridLayout">
223       <item row="0" column="1">
224        <widget class="QSpinBox" name="lightSpin">
225         <property name="maximum">
226          <number>255</number>
227         </property>
228        </widget>
229       </item>
230       <item row="0" column="0">
231        <widget class="QLabel" name="label_3">
232         <property name="text">
233          <string>Brightness</string>
234         </property>
235        </widget>
236       </item>
237       <item row="1" column="0" colspan="2">
238        <widget class="QSlider" name="lightSlide">
239         <property name="maximum">
240          <number>255</number>
241         </property>
242         <property name="orientation">
243          <enum>Qt::Horizontal</enum>
244         </property>
245         <property name="tickPosition">
246          <enum>QSlider::TicksBelow</enum>
247         </property>
248         <property name="tickInterval">
249          <number>16</number>
250         </property>
251        </widget>
252       </item>
253      </layout>
254     </widget>
255    </widget>
256   </item>
257  </layout>
258 </widget>
259 <resources/>
260 <connections/>
261 <buttongroups>
262  <buttongroup name="timeButtons"/>
263 </buttongroups>
264</ui>