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>401</width>
10 <height>203</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="QGridLayout" name="gridLayout_3">
23 <property name="sizeConstraint">
24 <enum>QLayout::SetFixedSize</enum>
25 </property>
26 <item row="4" column="1">
27 <layout class="QHBoxLayout" name="horizontalLayout_2">
28 <item>
29 <spacer name="horizontalSpacer_2">
30 <property name="orientation">
31 <enum>Qt::Horizontal</enum>
32 </property>
33 <property name="sizeHint" stdset="0">
34 <size>
35 <width>0</width>
36 <height>0</height>
37 </size>
38 </property>
39 </spacer>
40 </item>
41 <item>
42 <widget class="QPushButton" name="save">
43 <property name="enabled">
44 <bool>false</bool>
45 </property>
46 <property name="text">
47 <string>Save</string>
48 </property>
49 </widget>
50 </item>
51 </layout>
52 </item>
53 <item row="3" column="1">
54 <spacer name="verticalSpacer">
55 <property name="orientation">
56 <enum>Qt::Vertical</enum>
57 </property>
58 <property name="sizeHint" stdset="0">
59 <size>
60 <width>0</width>
61 <height>0</height>
62 </size>
63 </property>
64 </spacer>
65 </item>
66 <item row="2" column="1">
67 <widget class="QGroupBox" name="groupBox_2">
68 <property name="title">
69 <string/>
70 </property>
71 <layout class="QVBoxLayout" name="verticalLayout_2">
72 <item>
73 <layout class="QFormLayout" name="formLayout">
74 <item row="0" column="0">
75 <widget class="QLabel" name="label">
76 <property name="text">
77 <string>Save type</string>
78 </property>
79 </widget>
80 </item>
81 <item row="0" column="1">
82 <widget class="QComboBox" name="savetype">
83 <item>
84 <property name="text">
85 <string>Autodetect</string>
86 </property>
87 </item>
88 <item>
89 <property name="text">
90 <string>None</string>
91 </property>
92 </item>
93 <item>
94 <property name="text">
95 <string>SRAM</string>
96 </property>
97 </item>
98 <item>
99 <property name="text">
100 <string>Flash 512kb</string>
101 </property>
102 </item>
103 <item>
104 <property name="text">
105 <string>Flash 1Mb</string>
106 </property>
107 </item>
108 <item>
109 <property name="text">
110 <string>EEPROM</string>
111 </property>
112 </item>
113 </widget>
114 </item>
115 <item row="2" column="0">
116 <widget class="QLabel" name="label_3">
117 <property name="text">
118 <string>Idle loop</string>
119 </property>
120 </widget>
121 </item>
122 <item row="2" column="1">
123 <widget class="QLineEdit" name="idleLoop"/>
124 </item>
125 <item row="1" column="0" colspan="2">
126 <widget class="Line" name="line">
127 <property name="orientation">
128 <enum>Qt::Horizontal</enum>
129 </property>
130 </widget>
131 </item>
132 </layout>
133 </item>
134 <item>
135 <widget class="Line" name="line_2">
136 <property name="orientation">
137 <enum>Qt::Horizontal</enum>
138 </property>
139 </widget>
140 </item>
141 <item>
142 <layout class="QHBoxLayout" name="horizontalLayout">
143 <item>
144 <spacer name="horizontalSpacer">
145 <property name="orientation">
146 <enum>Qt::Horizontal</enum>
147 </property>
148 <property name="sizeHint" stdset="0">
149 <size>
150 <width>0</width>
151 <height>0</height>
152 </size>
153 </property>
154 </spacer>
155 </item>
156 <item>
157 <widget class="QCheckBox" name="hwGBPlayer">
158 <property name="text">
159 <string>Game Boy Player features</string>
160 </property>
161 </widget>
162 </item>
163 <item>
164 <spacer name="horizontalSpacer_3">
165 <property name="orientation">
166 <enum>Qt::Horizontal</enum>
167 </property>
168 <property name="sizeHint" stdset="0">
169 <size>
170 <width>0</width>
171 <height>0</height>
172 </size>
173 </property>
174 </spacer>
175 </item>
176 </layout>
177 </item>
178 </layout>
179 </widget>
180 </item>
181 <item row="2" column="0" rowspan="3">
182 <widget class="QGroupBox" name="groupBox">
183 <property name="title">
184 <string/>
185 </property>
186 <layout class="QVBoxLayout" name="verticalLayout">
187 <item>
188 <widget class="QCheckBox" name="hwAutodetect">
189 <property name="text">
190 <string>Autodetect</string>
191 </property>
192 <property name="checked">
193 <bool>true</bool>
194 </property>
195 </widget>
196 </item>
197 <item>
198 <widget class="QCheckBox" name="hwRTC">
199 <property name="enabled">
200 <bool>false</bool>
201 </property>
202 <property name="text">
203 <string>Realtime clock</string>
204 </property>
205 </widget>
206 </item>
207 <item>
208 <widget class="QCheckBox" name="hwGyro">
209 <property name="enabled">
210 <bool>false</bool>
211 </property>
212 <property name="text">
213 <string>Gyroscope</string>
214 </property>
215 </widget>
216 </item>
217 <item>
218 <widget class="QCheckBox" name="hwTilt">
219 <property name="enabled">
220 <bool>false</bool>
221 </property>
222 <property name="text">
223 <string>Tilt</string>
224 </property>
225 </widget>
226 </item>
227 <item>
228 <widget class="QCheckBox" name="hwLight">
229 <property name="enabled">
230 <bool>false</bool>
231 </property>
232 <property name="text">
233 <string>Light sensor</string>
234 </property>
235 </widget>
236 </item>
237 <item>
238 <widget class="QCheckBox" name="hwRumble">
239 <property name="enabled">
240 <bool>false</bool>
241 </property>
242 <property name="text">
243 <string>Rumble</string>
244 </property>
245 </widget>
246 </item>
247 </layout>
248 </widget>
249 </item>
250 </layout>
251 </widget>
252 <resources/>
253 <connections/>
254</ui>