all repos — mgba @ b73f6314ca08eca05c5d64e8b6184f93a2cad261

mGBA Game Boy Advance Emulator

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

  1<?xml version="1.0" encoding="UTF-8"?>
  2<ui version="4.0">
  3 <class>LoadSaveState</class>
  4 <widget class="QWidget" name="LoadSaveState">
  5  <property name="geometry">
  6   <rect>
  7    <x>0</x>
  8    <y>0</y>
  9    <width>760</width>
 10    <height>560</height>
 11   </rect>
 12  </property>
 13  <property name="windowTitle">
 14   <string>%1 State</string>
 15  </property>
 16  <layout class="QGridLayout" name="gridLayout_2" rowstretch="1,0,0,0" columnstretch="0,0,0">
 17   <property name="leftMargin">
 18    <number>6</number>
 19   </property>
 20   <property name="topMargin">
 21    <number>6</number>
 22   </property>
 23   <property name="rightMargin">
 24    <number>6</number>
 25   </property>
 26   <property name="bottomMargin">
 27    <number>6</number>
 28   </property>
 29   <property name="spacing">
 30    <number>2</number>
 31   </property>
 32   <item row="1" column="0">
 33    <widget class="QPushButton" name="state1">
 34     <property name="sizePolicy">
 35      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
 36       <horstretch>0</horstretch>
 37       <verstretch>0</verstretch>
 38      </sizepolicy>
 39     </property>
 40     <property name="maximumSize">
 41      <size>
 42       <width>242</width>
 43       <height>162</height>
 44      </size>
 45     </property>
 46     <property name="text">
 47      <string>No Save</string>
 48     </property>
 49     <property name="iconSize">
 50      <size>
 51       <width>240</width>
 52       <height>160</height>
 53      </size>
 54     </property>
 55     <property name="shortcut">
 56      <string>1</string>
 57     </property>
 58    </widget>
 59   </item>
 60   <item row="1" column="1">
 61    <widget class="QPushButton" name="state2">
 62     <property name="sizePolicy">
 63      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
 64       <horstretch>0</horstretch>
 65       <verstretch>0</verstretch>
 66      </sizepolicy>
 67     </property>
 68     <property name="maximumSize">
 69      <size>
 70       <width>242</width>
 71       <height>162</height>
 72      </size>
 73     </property>
 74     <property name="text">
 75      <string>No Save</string>
 76     </property>
 77     <property name="iconSize">
 78      <size>
 79       <width>240</width>
 80       <height>160</height>
 81      </size>
 82     </property>
 83     <property name="shortcut">
 84      <string>2</string>
 85     </property>
 86    </widget>
 87   </item>
 88   <item row="0" column="0" colspan="3">
 89    <widget class="QLabel" name="lsLabel">
 90     <property name="sizePolicy">
 91      <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
 92       <horstretch>0</horstretch>
 93       <verstretch>0</verstretch>
 94      </sizepolicy>
 95     </property>
 96     <property name="styleSheet">
 97      <string notr="true">font-size: 30pt; font-weight: bold;</string>
 98     </property>
 99     <property name="text">
100      <string>%1 State</string>
101     </property>
102     <property name="scaledContents">
103      <bool>false</bool>
104     </property>
105     <property name="alignment">
106      <set>Qt::AlignCenter</set>
107     </property>
108    </widget>
109   </item>
110   <item row="1" column="2">
111    <widget class="QPushButton" name="state3">
112     <property name="sizePolicy">
113      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
114       <horstretch>0</horstretch>
115       <verstretch>0</verstretch>
116      </sizepolicy>
117     </property>
118     <property name="maximumSize">
119      <size>
120       <width>242</width>
121       <height>162</height>
122      </size>
123     </property>
124     <property name="text">
125      <string>No Save</string>
126     </property>
127     <property name="iconSize">
128      <size>
129       <width>240</width>
130       <height>160</height>
131      </size>
132     </property>
133     <property name="shortcut">
134      <string>3</string>
135     </property>
136    </widget>
137   </item>
138   <item row="2" column="0">
139    <widget class="QPushButton" name="state4">
140     <property name="sizePolicy">
141      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
142       <horstretch>0</horstretch>
143       <verstretch>0</verstretch>
144      </sizepolicy>
145     </property>
146     <property name="maximumSize">
147      <size>
148       <width>242</width>
149       <height>162</height>
150      </size>
151     </property>
152     <property name="text">
153      <string>No Save</string>
154     </property>
155     <property name="iconSize">
156      <size>
157       <width>240</width>
158       <height>160</height>
159      </size>
160     </property>
161     <property name="shortcut">
162      <string>4</string>
163     </property>
164    </widget>
165   </item>
166   <item row="2" column="1">
167    <widget class="QPushButton" name="state5">
168     <property name="sizePolicy">
169      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
170       <horstretch>0</horstretch>
171       <verstretch>0</verstretch>
172      </sizepolicy>
173     </property>
174     <property name="maximumSize">
175      <size>
176       <width>242</width>
177       <height>162</height>
178      </size>
179     </property>
180     <property name="text">
181      <string>No Save</string>
182     </property>
183     <property name="iconSize">
184      <size>
185       <width>240</width>
186       <height>160</height>
187      </size>
188     </property>
189     <property name="shortcut">
190      <string>5</string>
191     </property>
192    </widget>
193   </item>
194   <item row="2" column="2">
195    <widget class="QPushButton" name="state6">
196     <property name="sizePolicy">
197      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
198       <horstretch>0</horstretch>
199       <verstretch>0</verstretch>
200      </sizepolicy>
201     </property>
202     <property name="maximumSize">
203      <size>
204       <width>242</width>
205       <height>162</height>
206      </size>
207     </property>
208     <property name="text">
209      <string>No Save</string>
210     </property>
211     <property name="iconSize">
212      <size>
213       <width>240</width>
214       <height>160</height>
215      </size>
216     </property>
217     <property name="shortcut">
218      <string>6</string>
219     </property>
220    </widget>
221   </item>
222   <item row="3" column="0">
223    <widget class="QPushButton" name="state7">
224     <property name="sizePolicy">
225      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
226       <horstretch>0</horstretch>
227       <verstretch>0</verstretch>
228      </sizepolicy>
229     </property>
230     <property name="maximumSize">
231      <size>
232       <width>242</width>
233       <height>162</height>
234      </size>
235     </property>
236     <property name="text">
237      <string>No Save</string>
238     </property>
239     <property name="iconSize">
240      <size>
241       <width>240</width>
242       <height>160</height>
243      </size>
244     </property>
245     <property name="shortcut">
246      <string>7</string>
247     </property>
248    </widget>
249   </item>
250   <item row="3" column="1">
251    <widget class="QPushButton" name="state8">
252     <property name="sizePolicy">
253      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
254       <horstretch>0</horstretch>
255       <verstretch>0</verstretch>
256      </sizepolicy>
257     </property>
258     <property name="maximumSize">
259      <size>
260       <width>242</width>
261       <height>162</height>
262      </size>
263     </property>
264     <property name="text">
265      <string>No Save</string>
266     </property>
267     <property name="iconSize">
268      <size>
269       <width>240</width>
270       <height>160</height>
271      </size>
272     </property>
273     <property name="shortcut">
274      <string>8</string>
275     </property>
276    </widget>
277   </item>
278   <item row="3" column="2">
279    <widget class="QPushButton" name="state9">
280     <property name="sizePolicy">
281      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
282       <horstretch>0</horstretch>
283       <verstretch>0</verstretch>
284      </sizepolicy>
285     </property>
286     <property name="maximumSize">
287      <size>
288       <width>242</width>
289       <height>162</height>
290      </size>
291     </property>
292     <property name="text">
293      <string>No Save</string>
294     </property>
295     <property name="iconSize">
296      <size>
297       <width>240</width>
298       <height>160</height>
299      </size>
300     </property>
301     <property name="shortcut">
302      <string>9</string>
303     </property>
304    </widget>
305   </item>
306  </layout>
307 </widget>
308 <tabstops>
309  <tabstop>state1</tabstop>
310  <tabstop>state2</tabstop>
311  <tabstop>state3</tabstop>
312  <tabstop>state4</tabstop>
313  <tabstop>state5</tabstop>
314  <tabstop>state6</tabstop>
315  <tabstop>state7</tabstop>
316  <tabstop>state8</tabstop>
317  <tabstop>state9</tabstop>
318 </tabstops>
319 <resources/>
320 <connections/>
321</ui>