|
1 <ui version="4.0" > |
|
2 <author></author> |
|
3 <comment></comment> |
|
4 <exportmacro></exportmacro> |
|
5 <class>HWForm</class> |
|
6 <widget class="QMainWindow" name="HWForm" > |
|
7 <property name="geometry" > |
|
8 <rect> |
|
9 <x>0</x> |
|
10 <y>0</y> |
|
11 <width>640</width> |
|
12 <height>450</height> |
|
13 </rect> |
|
14 </property> |
|
15 <property name="minimumSize" > |
|
16 <size> |
|
17 <width>640</width> |
|
18 <height>450</height> |
|
19 </size> |
|
20 </property> |
|
21 <property name="maximumSize" > |
|
22 <size> |
|
23 <width>640</width> |
|
24 <height>450</height> |
|
25 </size> |
|
26 </property> |
|
27 <property name="windowTitle" > |
|
28 <string>-= by unC0Rr =-</string> |
|
29 </property> |
|
30 <widget class="QWidget" name="centralWidget" > |
|
31 <widget class="QStackedWidget" name="Pages" > |
|
32 <property name="geometry" > |
|
33 <rect> |
|
34 <x>0</x> |
|
35 <y>0</y> |
|
36 <width>640</width> |
|
37 <height>450</height> |
|
38 </rect> |
|
39 </property> |
|
40 <property name="minimumSize" > |
|
41 <size> |
|
42 <width>640</width> |
|
43 <height>450</height> |
|
44 </size> |
|
45 </property> |
|
46 <property name="maximumSize" > |
|
47 <size> |
|
48 <width>640</width> |
|
49 <height>450</height> |
|
50 </size> |
|
51 </property> |
|
52 <property name="currentIndex" > |
|
53 <number>2</number> |
|
54 </property> |
|
55 <widget class="QWidget" name="page" > |
|
56 <widget class="QPushButton" name="BtnSPBack" > |
|
57 <property name="geometry" > |
|
58 <rect> |
|
59 <x>230</x> |
|
60 <y>170</y> |
|
61 <width>161</width> |
|
62 <height>41</height> |
|
63 </rect> |
|
64 </property> |
|
65 <property name="font" > |
|
66 <font> |
|
67 <family>MS Shell Dlg</family> |
|
68 <pointsize>14</pointsize> |
|
69 <weight>50</weight> |
|
70 <italic>false</italic> |
|
71 <bold>false</bold> |
|
72 <underline>false</underline> |
|
73 <strikeout>false</strikeout> |
|
74 </font> |
|
75 </property> |
|
76 <property name="text" > |
|
77 <string>Back</string> |
|
78 </property> |
|
79 <property name="checkable" > |
|
80 <bool>false</bool> |
|
81 </property> |
|
82 <property name="checked" > |
|
83 <bool>false</bool> |
|
84 </property> |
|
85 </widget> |
|
86 <widget class="QPushButton" name="BtnSimpleGame" > |
|
87 <property name="geometry" > |
|
88 <rect> |
|
89 <x>230</x> |
|
90 <y>120</y> |
|
91 <width>161</width> |
|
92 <height>41</height> |
|
93 </rect> |
|
94 </property> |
|
95 <property name="font" > |
|
96 <font> |
|
97 <family>MS Shell Dlg</family> |
|
98 <pointsize>14</pointsize> |
|
99 <weight>50</weight> |
|
100 <italic>false</italic> |
|
101 <bold>false</bold> |
|
102 <underline>false</underline> |
|
103 <strikeout>false</strikeout> |
|
104 </font> |
|
105 </property> |
|
106 <property name="text" > |
|
107 <string>Simple Game</string> |
|
108 </property> |
|
109 <property name="checkable" > |
|
110 <bool>false</bool> |
|
111 </property> |
|
112 <property name="checked" > |
|
113 <bool>false</bool> |
|
114 </property> |
|
115 </widget> |
|
116 </widget> |
|
117 <widget class="QWidget" name="page" > |
|
118 <widget class="QGroupBox" name="GBoxTeam" > |
|
119 <property name="geometry" > |
|
120 <rect> |
|
121 <x>20</x> |
|
122 <y>10</y> |
|
123 <width>161</width> |
|
124 <height>51</height> |
|
125 </rect> |
|
126 </property> |
|
127 <property name="title" > |
|
128 <string>Team</string> |
|
129 </property> |
|
130 </widget> |
|
131 <widget class="QPushButton" name="BtnTeamSave" > |
|
132 <property name="geometry" > |
|
133 <rect> |
|
134 <x>460</x> |
|
135 <y>340</y> |
|
136 <width>161</width> |
|
137 <height>41</height> |
|
138 </rect> |
|
139 </property> |
|
140 <property name="font" > |
|
141 <font> |
|
142 <family>MS Shell Dlg</family> |
|
143 <pointsize>14</pointsize> |
|
144 <weight>50</weight> |
|
145 <italic>false</italic> |
|
146 <bold>false</bold> |
|
147 <underline>false</underline> |
|
148 <strikeout>false</strikeout> |
|
149 </font> |
|
150 </property> |
|
151 <property name="text" > |
|
152 <string>Save</string> |
|
153 </property> |
|
154 <property name="checkable" > |
|
155 <bool>false</bool> |
|
156 </property> |
|
157 <property name="checked" > |
|
158 <bool>false</bool> |
|
159 </property> |
|
160 </widget> |
|
161 <widget class="QPushButton" name="BtnTeamDiscard" > |
|
162 <property name="geometry" > |
|
163 <rect> |
|
164 <x>460</x> |
|
165 <y>400</y> |
|
166 <width>161</width> |
|
167 <height>41</height> |
|
168 </rect> |
|
169 </property> |
|
170 <property name="font" > |
|
171 <font> |
|
172 <family>MS Shell Dlg</family> |
|
173 <pointsize>14</pointsize> |
|
174 <weight>50</weight> |
|
175 <italic>false</italic> |
|
176 <bold>false</bold> |
|
177 <underline>false</underline> |
|
178 <strikeout>false</strikeout> |
|
179 </font> |
|
180 </property> |
|
181 <property name="text" > |
|
182 <string>Discard</string> |
|
183 </property> |
|
184 <property name="checkable" > |
|
185 <bool>false</bool> |
|
186 </property> |
|
187 <property name="checked" > |
|
188 <bool>false</bool> |
|
189 </property> |
|
190 </widget> |
|
191 <widget class="QGroupBox" name="GBoxHedgehogs" > |
|
192 <property name="geometry" > |
|
193 <rect> |
|
194 <x>20</x> |
|
195 <y>70</y> |
|
196 <width>161</width> |
|
197 <height>261</height> |
|
198 </rect> |
|
199 </property> |
|
200 <property name="title" > |
|
201 <string>Team Members</string> |
|
202 </property> |
|
203 </widget> |
|
204 <widget class="QGroupBox" name="GBoxBinds" > |
|
205 <property name="geometry" > |
|
206 <rect> |
|
207 <x>190</x> |
|
208 <y>10</y> |
|
209 <width>181</width> |
|
210 <height>321</height> |
|
211 </rect> |
|
212 </property> |
|
213 <property name="title" > |
|
214 <string>Key binds</string> |
|
215 </property> |
|
216 </widget> |
|
217 <widget class="QGroupBox" name="GBoxFort" > |
|
218 <property name="geometry" > |
|
219 <rect> |
|
220 <x>390</x> |
|
221 <y>110</y> |
|
222 <width>181</width> |
|
223 <height>221</height> |
|
224 </rect> |
|
225 </property> |
|
226 <property name="title" > |
|
227 <string>Fort</string> |
|
228 </property> |
|
229 <widget class="QComboBox" name="CBFort" > |
|
230 <property name="geometry" > |
|
231 <rect> |
|
232 <x>10</x> |
|
233 <y>20</y> |
|
234 <width>161</width> |
|
235 <height>21</height> |
|
236 </rect> |
|
237 </property> |
|
238 <property name="currentIndex" > |
|
239 <number>-1</number> |
|
240 </property> |
|
241 <property name="maxCount" > |
|
242 <number>65535</number> |
|
243 </property> |
|
244 </widget> |
|
245 <widget class="QLabel" name="FortPreview" > |
|
246 <property name="geometry" > |
|
247 <rect> |
|
248 <x>10</x> |
|
249 <y>50</y> |
|
250 <width>161</width> |
|
251 <height>161</height> |
|
252 </rect> |
|
253 </property> |
|
254 <property name="text" > |
|
255 <string/> |
|
256 </property> |
|
257 <property name="pixmap" > |
|
258 <pixmap/> |
|
259 </property> |
|
260 <property name="scaledContents" > |
|
261 <bool>true</bool> |
|
262 </property> |
|
263 </widget> |
|
264 </widget> |
|
265 <widget class="QGroupBox" name="GBoxGrave" > |
|
266 <property name="geometry" > |
|
267 <rect> |
|
268 <x>390</x> |
|
269 <y>10</y> |
|
270 <width>181</width> |
|
271 <height>91</height> |
|
272 </rect> |
|
273 </property> |
|
274 <property name="title" > |
|
275 <string>Grave</string> |
|
276 </property> |
|
277 <widget class="QComboBox" name="CBGrave" > |
|
278 <property name="geometry" > |
|
279 <rect> |
|
280 <x>10</x> |
|
281 <y>20</y> |
|
282 <width>161</width> |
|
283 <height>21</height> |
|
284 </rect> |
|
285 </property> |
|
286 <property name="currentIndex" > |
|
287 <number>-1</number> |
|
288 </property> |
|
289 <property name="maxCount" > |
|
290 <number>65535</number> |
|
291 </property> |
|
292 </widget> |
|
293 <widget class="QLabel" name="GravePreview" > |
|
294 <property name="geometry" > |
|
295 <rect> |
|
296 <x>80</x> |
|
297 <y>50</y> |
|
298 <width>32</width> |
|
299 <height>32</height> |
|
300 </rect> |
|
301 </property> |
|
302 <property name="text" > |
|
303 <string/> |
|
304 </property> |
|
305 <property name="scaledContents" > |
|
306 <bool>true</bool> |
|
307 </property> |
|
308 </widget> |
|
309 </widget> |
|
310 </widget> |
|
311 <widget class="QWidget" name="page" > |
|
312 <widget class="QGroupBox" name="groupBox" > |
|
313 <property name="geometry" > |
|
314 <rect> |
|
315 <x>20</x> |
|
316 <y>10</y> |
|
317 <width>591</width> |
|
318 <height>71</height> |
|
319 </rect> |
|
320 </property> |
|
321 <property name="title" > |
|
322 <string>Teams</string> |
|
323 </property> |
|
324 <widget class="QComboBox" name="CBTeamName" > |
|
325 <property name="geometry" > |
|
326 <rect> |
|
327 <x>200</x> |
|
328 <y>30</y> |
|
329 <width>171</width> |
|
330 <height>22</height> |
|
331 </rect> |
|
332 </property> |
|
333 </widget> |
|
334 <widget class="QPushButton" name="BtnNewTeam" > |
|
335 <property name="geometry" > |
|
336 <rect> |
|
337 <x>10</x> |
|
338 <y>20</y> |
|
339 <width>160</width> |
|
340 <height>40</height> |
|
341 </rect> |
|
342 </property> |
|
343 <property name="font" > |
|
344 <font> |
|
345 <family>MS Shell Dlg</family> |
|
346 <pointsize>14</pointsize> |
|
347 <weight>50</weight> |
|
348 <italic>false</italic> |
|
349 <bold>false</bold> |
|
350 <underline>false</underline> |
|
351 <strikeout>false</strikeout> |
|
352 </font> |
|
353 </property> |
|
354 <property name="text" > |
|
355 <string>New team</string> |
|
356 </property> |
|
357 </widget> |
|
358 <widget class="QPushButton" name="BtnEditTeam" > |
|
359 <property name="geometry" > |
|
360 <rect> |
|
361 <x>400</x> |
|
362 <y>20</y> |
|
363 <width>160</width> |
|
364 <height>40</height> |
|
365 </rect> |
|
366 </property> |
|
367 <property name="font" > |
|
368 <font> |
|
369 <family>MS Shell Dlg</family> |
|
370 <pointsize>14</pointsize> |
|
371 <weight>50</weight> |
|
372 <italic>false</italic> |
|
373 <bold>false</bold> |
|
374 <underline>false</underline> |
|
375 <strikeout>false</strikeout> |
|
376 </font> |
|
377 </property> |
|
378 <property name="text" > |
|
379 <string>Edit team</string> |
|
380 </property> |
|
381 </widget> |
|
382 </widget> |
|
383 <widget class="QComboBox" name="CBResolution" > |
|
384 <property name="geometry" > |
|
385 <rect> |
|
386 <x>20</x> |
|
387 <y>120</y> |
|
388 <width>151</width> |
|
389 <height>22</height> |
|
390 </rect> |
|
391 </property> |
|
392 <item> |
|
393 <property name="text" > |
|
394 <string>640x480</string> |
|
395 </property> |
|
396 </item> |
|
397 <item> |
|
398 <property name="text" > |
|
399 <string>800x600</string> |
|
400 </property> |
|
401 </item> |
|
402 <item> |
|
403 <property name="text" > |
|
404 <string>1024x768</string> |
|
405 </property> |
|
406 </item> |
|
407 <item> |
|
408 <property name="text" > |
|
409 <string>1280x1024</string> |
|
410 </property> |
|
411 </item> |
|
412 </widget> |
|
413 <widget class="QCheckBox" name="CBEnableSound" > |
|
414 <property name="geometry" > |
|
415 <rect> |
|
416 <x>20</x> |
|
417 <y>180</y> |
|
418 <width>101</width> |
|
419 <height>18</height> |
|
420 </rect> |
|
421 </property> |
|
422 <property name="text" > |
|
423 <string>Enable sound</string> |
|
424 </property> |
|
425 </widget> |
|
426 <widget class="QCheckBox" name="CBFullscreen" > |
|
427 <property name="geometry" > |
|
428 <rect> |
|
429 <x>20</x> |
|
430 <y>160</y> |
|
431 <width>101</width> |
|
432 <height>18</height> |
|
433 </rect> |
|
434 </property> |
|
435 <property name="text" > |
|
436 <string>Fullscreen</string> |
|
437 </property> |
|
438 </widget> |
|
439 <widget class="QPushButton" name="BtnSetupBack" > |
|
440 <property name="geometry" > |
|
441 <rect> |
|
442 <x>420</x> |
|
443 <y>380</y> |
|
444 <width>161</width> |
|
445 <height>41</height> |
|
446 </rect> |
|
447 </property> |
|
448 <property name="font" > |
|
449 <font> |
|
450 <family>MS Shell Dlg</family> |
|
451 <pointsize>14</pointsize> |
|
452 <weight>50</weight> |
|
453 <italic>false</italic> |
|
454 <bold>false</bold> |
|
455 <underline>false</underline> |
|
456 <strikeout>false</strikeout> |
|
457 </font> |
|
458 </property> |
|
459 <property name="text" > |
|
460 <string>Back</string> |
|
461 </property> |
|
462 <property name="checkable" > |
|
463 <bool>false</bool> |
|
464 </property> |
|
465 <property name="checked" > |
|
466 <bool>false</bool> |
|
467 </property> |
|
468 </widget> |
|
469 <widget class="QPushButton" name="BtnSaveOptions" > |
|
470 <property name="geometry" > |
|
471 <rect> |
|
472 <x>30</x> |
|
473 <y>380</y> |
|
474 <width>161</width> |
|
475 <height>41</height> |
|
476 </rect> |
|
477 </property> |
|
478 <property name="font" > |
|
479 <font> |
|
480 <family>MS Shell Dlg</family> |
|
481 <pointsize>14</pointsize> |
|
482 <weight>50</weight> |
|
483 <italic>false</italic> |
|
484 <bold>false</bold> |
|
485 <underline>false</underline> |
|
486 <strikeout>false</strikeout> |
|
487 </font> |
|
488 </property> |
|
489 <property name="text" > |
|
490 <string>Save</string> |
|
491 </property> |
|
492 <property name="checkable" > |
|
493 <bool>false</bool> |
|
494 </property> |
|
495 <property name="checked" > |
|
496 <bool>false</bool> |
|
497 </property> |
|
498 </widget> |
|
499 </widget> |
|
500 <widget class="QWidget" name="page" > |
|
501 <widget class="QPushButton" name="BtnMPBack" > |
|
502 <property name="geometry" > |
|
503 <rect> |
|
504 <x>240</x> |
|
505 <y>180</y> |
|
506 <width>161</width> |
|
507 <height>41</height> |
|
508 </rect> |
|
509 </property> |
|
510 <property name="font" > |
|
511 <font> |
|
512 <family>MS Shell Dlg</family> |
|
513 <pointsize>14</pointsize> |
|
514 <weight>50</weight> |
|
515 <italic>false</italic> |
|
516 <bold>false</bold> |
|
517 <underline>false</underline> |
|
518 <strikeout>false</strikeout> |
|
519 </font> |
|
520 </property> |
|
521 <property name="text" > |
|
522 <string>Back</string> |
|
523 </property> |
|
524 <property name="checkable" > |
|
525 <bool>false</bool> |
|
526 </property> |
|
527 <property name="checked" > |
|
528 <bool>false</bool> |
|
529 </property> |
|
530 </widget> |
|
531 </widget> |
|
532 <widget class="QWidget" name="pageMain" > |
|
533 <widget class="QPushButton" name="BtnMultiplayer" > |
|
534 <property name="geometry" > |
|
535 <rect> |
|
536 <x>230</x> |
|
537 <y>160</y> |
|
538 <width>161</width> |
|
539 <height>41</height> |
|
540 </rect> |
|
541 </property> |
|
542 <property name="font" > |
|
543 <font> |
|
544 <family>MS Shell Dlg</family> |
|
545 <pointsize>14</pointsize> |
|
546 <weight>50</weight> |
|
547 <italic>false</italic> |
|
548 <bold>false</bold> |
|
549 <underline>false</underline> |
|
550 <strikeout>false</strikeout> |
|
551 </font> |
|
552 </property> |
|
553 <property name="text" > |
|
554 <string>Multiplayer</string> |
|
555 </property> |
|
556 <property name="checkable" > |
|
557 <bool>false</bool> |
|
558 </property> |
|
559 <property name="checked" > |
|
560 <bool>false</bool> |
|
561 </property> |
|
562 </widget> |
|
563 <widget class="QPushButton" name="BtnDemos" > |
|
564 <property name="geometry" > |
|
565 <rect> |
|
566 <x>230</x> |
|
567 <y>260</y> |
|
568 <width>161</width> |
|
569 <height>41</height> |
|
570 </rect> |
|
571 </property> |
|
572 <property name="font" > |
|
573 <font> |
|
574 <family>MS Shell Dlg</family> |
|
575 <pointsize>14</pointsize> |
|
576 <weight>50</weight> |
|
577 <italic>false</italic> |
|
578 <bold>false</bold> |
|
579 <underline>false</underline> |
|
580 <strikeout>false</strikeout> |
|
581 </font> |
|
582 </property> |
|
583 <property name="text" > |
|
584 <string>Demos</string> |
|
585 </property> |
|
586 <property name="checkable" > |
|
587 <bool>false</bool> |
|
588 </property> |
|
589 <property name="checked" > |
|
590 <bool>false</bool> |
|
591 </property> |
|
592 </widget> |
|
593 <widget class="QPushButton" name="BtnSetup" > |
|
594 <property name="geometry" > |
|
595 <rect> |
|
596 <x>230</x> |
|
597 <y>210</y> |
|
598 <width>161</width> |
|
599 <height>41</height> |
|
600 </rect> |
|
601 </property> |
|
602 <property name="font" > |
|
603 <font> |
|
604 <family>MS Shell Dlg</family> |
|
605 <pointsize>14</pointsize> |
|
606 <weight>50</weight> |
|
607 <italic>false</italic> |
|
608 <bold>false</bold> |
|
609 <underline>false</underline> |
|
610 <strikeout>false</strikeout> |
|
611 </font> |
|
612 </property> |
|
613 <property name="text" > |
|
614 <string>Setup</string> |
|
615 </property> |
|
616 <property name="checkable" > |
|
617 <bool>false</bool> |
|
618 </property> |
|
619 <property name="checked" > |
|
620 <bool>false</bool> |
|
621 </property> |
|
622 </widget> |
|
623 <widget class="QPushButton" name="BtnExit" > |
|
624 <property name="geometry" > |
|
625 <rect> |
|
626 <x>230</x> |
|
627 <y>310</y> |
|
628 <width>161</width> |
|
629 <height>41</height> |
|
630 </rect> |
|
631 </property> |
|
632 <property name="font" > |
|
633 <font> |
|
634 <family>MS Shell Dlg</family> |
|
635 <pointsize>14</pointsize> |
|
636 <weight>50</weight> |
|
637 <italic>false</italic> |
|
638 <bold>false</bold> |
|
639 <underline>false</underline> |
|
640 <strikeout>false</strikeout> |
|
641 </font> |
|
642 </property> |
|
643 <property name="text" > |
|
644 <string>Exit</string> |
|
645 </property> |
|
646 <property name="checkable" > |
|
647 <bool>false</bool> |
|
648 </property> |
|
649 <property name="checked" > |
|
650 <bool>false</bool> |
|
651 </property> |
|
652 </widget> |
|
653 <widget class="QPushButton" name="BtnSinglePlayer" > |
|
654 <property name="geometry" > |
|
655 <rect> |
|
656 <x>230</x> |
|
657 <y>110</y> |
|
658 <width>161</width> |
|
659 <height>41</height> |
|
660 </rect> |
|
661 </property> |
|
662 <property name="font" > |
|
663 <font> |
|
664 <family>MS Shell Dlg</family> |
|
665 <pointsize>14</pointsize> |
|
666 <weight>50</weight> |
|
667 <italic>false</italic> |
|
668 <bold>false</bold> |
|
669 <underline>false</underline> |
|
670 <strikeout>false</strikeout> |
|
671 </font> |
|
672 </property> |
|
673 <property name="text" > |
|
674 <string>Single Player</string> |
|
675 </property> |
|
676 <property name="checkable" > |
|
677 <bool>false</bool> |
|
678 </property> |
|
679 <property name="checked" > |
|
680 <bool>false</bool> |
|
681 </property> |
|
682 </widget> |
|
683 </widget> |
|
684 </widget> |
|
685 </widget> |
|
686 </widget> |
|
687 <pixmapfunction></pixmapfunction> |
|
688 <resources/> |
|
689 <connections> |
|
690 <connection> |
|
691 <sender>BtnExit</sender> |
|
692 <signal>clicked()</signal> |
|
693 <receiver>HWForm</receiver> |
|
694 <slot>close()</slot> |
|
695 <hints> |
|
696 <hint type="sourcelabel" > |
|
697 <x>310</x> |
|
698 <y>330</y> |
|
699 </hint> |
|
700 <hint type="destinationlabel" > |
|
701 <x>319</x> |
|
702 <y>224</y> |
|
703 </hint> |
|
704 </hints> |
|
705 </connection> |
|
706 </connections> |
|
707 </ui> |