20
|
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" >
|
28
|
53 |
<number>6</number>
|
20
|
54 |
</property>
|
|
55 |
<widget class="QWidget" name="page" >
|
|
56 |
<widget class="QPushButton" name="BtnSimpleGame" >
|
|
57 |
<property name="geometry" >
|
|
58 |
<rect>
|
|
59 |
<x>230</x>
|
|
60 |
<y>120</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>Simple Game</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>
|
26
|
86 |
<widget class="QPushButton" name="BtnSPBack" >
|
20
|
87 |
<property name="geometry" >
|
|
88 |
<rect>
|
26
|
89 |
<x>230</x>
|
|
90 |
<y>170</y>
|
20
|
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" >
|
26
|
107 |
<string>Back</string>
|
20
|
108 |
</property>
|
|
109 |
<property name="checkable" >
|
|
110 |
<bool>false</bool>
|
|
111 |
</property>
|
|
112 |
<property name="checked" >
|
|
113 |
<bool>false</bool>
|
|
114 |
</property>
|
|
115 |
</widget>
|
26
|
116 |
</widget>
|
|
117 |
<widget class="QWidget" name="page" >
|
20
|
118 |
<widget class="QGroupBox" name="GBoxHedgehogs" >
|
|
119 |
<property name="geometry" >
|
|
120 |
<rect>
|
|
121 |
<x>20</x>
|
|
122 |
<y>70</y>
|
|
123 |
<width>161</width>
|
|
124 |
<height>261</height>
|
|
125 |
</rect>
|
|
126 |
</property>
|
|
127 |
<property name="title" >
|
|
128 |
<string>Team Members</string>
|
|
129 |
</property>
|
|
130 |
</widget>
|
21
|
131 |
<widget class="QGroupBox" name="GBoxTeam" >
|
|
132 |
<property name="geometry" >
|
|
133 |
<rect>
|
|
134 |
<x>20</x>
|
|
135 |
<y>10</y>
|
|
136 |
<width>161</width>
|
|
137 |
<height>51</height>
|
|
138 |
</rect>
|
|
139 |
</property>
|
|
140 |
<property name="title" >
|
|
141 |
<string>Team</string>
|
|
142 |
</property>
|
|
143 |
</widget>
|
|
144 |
<widget class="QGroupBox" name="GBoxPlayer" >
|
|
145 |
<property name="geometry" >
|
|
146 |
<rect>
|
|
147 |
<x>20</x>
|
|
148 |
<y>340</y>
|
|
149 |
<width>161</width>
|
|
150 |
<height>51</height>
|
|
151 |
</rect>
|
|
152 |
</property>
|
|
153 |
<property name="title" >
|
|
154 |
<string>Player</string>
|
|
155 |
</property>
|
|
156 |
<widget class="QComboBox" name="comboBox" >
|
|
157 |
<property name="geometry" >
|
|
158 |
<rect>
|
|
159 |
<x>10</x>
|
|
160 |
<y>20</y>
|
|
161 |
<width>141</width>
|
|
162 |
<height>22</height>
|
|
163 |
</rect>
|
|
164 |
</property>
|
|
165 |
<item>
|
|
166 |
<property name="text" >
|
|
167 |
<string>Human</string>
|
|
168 |
</property>
|
|
169 |
</item>
|
|
170 |
<item>
|
|
171 |
<property name="text" >
|
|
172 |
<string>CPU level 1</string>
|
|
173 |
</property>
|
|
174 |
</item>
|
|
175 |
<item>
|
|
176 |
<property name="text" >
|
|
177 |
<string>CPU level 2</string>
|
|
178 |
</property>
|
|
179 |
</item>
|
|
180 |
<item>
|
|
181 |
<property name="text" >
|
|
182 |
<string>CPU level 3</string>
|
|
183 |
</property>
|
|
184 |
</item>
|
|
185 |
<item>
|
|
186 |
<property name="text" >
|
|
187 |
<string>CPU level 4</string>
|
|
188 |
</property>
|
|
189 |
</item>
|
|
190 |
<item>
|
|
191 |
<property name="text" >
|
|
192 |
<string>CPU level 5</string>
|
|
193 |
</property>
|
|
194 |
</item>
|
|
195 |
</widget>
|
|
196 |
</widget>
|
26
|
197 |
<widget class="QPushButton" name="BtnTeamDiscard" >
|
|
198 |
<property name="geometry" >
|
|
199 |
<rect>
|
|
200 |
<x>440</x>
|
|
201 |
<y>400</y>
|
|
202 |
<width>161</width>
|
|
203 |
<height>41</height>
|
|
204 |
</rect>
|
|
205 |
</property>
|
|
206 |
<property name="font" >
|
|
207 |
<font>
|
|
208 |
<family>MS Shell Dlg</family>
|
|
209 |
<pointsize>14</pointsize>
|
|
210 |
<weight>50</weight>
|
|
211 |
<italic>false</italic>
|
|
212 |
<bold>false</bold>
|
|
213 |
<underline>false</underline>
|
|
214 |
<strikeout>false</strikeout>
|
|
215 |
</font>
|
|
216 |
</property>
|
|
217 |
<property name="text" >
|
|
218 |
<string>Discard</string>
|
|
219 |
</property>
|
|
220 |
<property name="checkable" >
|
|
221 |
<bool>false</bool>
|
|
222 |
</property>
|
|
223 |
<property name="checked" >
|
|
224 |
<bool>false</bool>
|
|
225 |
</property>
|
|
226 |
</widget>
|
|
227 |
<widget class="QPushButton" name="BtnTeamSave" >
|
|
228 |
<property name="geometry" >
|
|
229 |
<rect>
|
|
230 |
<x>440</x>
|
|
231 |
<y>340</y>
|
|
232 |
<width>161</width>
|
|
233 |
<height>41</height>
|
|
234 |
</rect>
|
|
235 |
</property>
|
|
236 |
<property name="font" >
|
|
237 |
<font>
|
|
238 |
<family>MS Shell Dlg</family>
|
|
239 |
<pointsize>14</pointsize>
|
|
240 |
<weight>50</weight>
|
|
241 |
<italic>false</italic>
|
|
242 |
<bold>false</bold>
|
|
243 |
<underline>false</underline>
|
|
244 |
<strikeout>false</strikeout>
|
|
245 |
</font>
|
|
246 |
</property>
|
|
247 |
<property name="text" >
|
|
248 |
<string>Save</string>
|
|
249 |
</property>
|
|
250 |
<property name="checkable" >
|
|
251 |
<bool>false</bool>
|
|
252 |
</property>
|
|
253 |
<property name="checked" >
|
|
254 |
<bool>false</bool>
|
|
255 |
</property>
|
|
256 |
</widget>
|
|
257 |
<widget class="QGroupBox" name="GBoxFort" >
|
|
258 |
<property name="geometry" >
|
|
259 |
<rect>
|
|
260 |
<x>420</x>
|
|
261 |
<y>110</y>
|
|
262 |
<width>181</width>
|
|
263 |
<height>221</height>
|
|
264 |
</rect>
|
|
265 |
</property>
|
|
266 |
<property name="title" >
|
|
267 |
<string>Fort</string>
|
|
268 |
</property>
|
|
269 |
<widget class="QComboBox" name="CBFort" >
|
|
270 |
<property name="geometry" >
|
|
271 |
<rect>
|
|
272 |
<x>10</x>
|
|
273 |
<y>20</y>
|
|
274 |
<width>161</width>
|
|
275 |
<height>21</height>
|
|
276 |
</rect>
|
|
277 |
</property>
|
|
278 |
<property name="currentIndex" >
|
|
279 |
<number>-1</number>
|
|
280 |
</property>
|
|
281 |
<property name="maxCount" >
|
|
282 |
<number>65535</number>
|
|
283 |
</property>
|
|
284 |
</widget>
|
|
285 |
<widget class="QLabel" name="FortPreview" >
|
|
286 |
<property name="geometry" >
|
|
287 |
<rect>
|
|
288 |
<x>10</x>
|
|
289 |
<y>50</y>
|
|
290 |
<width>161</width>
|
|
291 |
<height>161</height>
|
|
292 |
</rect>
|
|
293 |
</property>
|
|
294 |
<property name="text" >
|
|
295 |
<string/>
|
|
296 |
</property>
|
|
297 |
<property name="pixmap" >
|
|
298 |
<pixmap/>
|
|
299 |
</property>
|
|
300 |
<property name="scaledContents" >
|
|
301 |
<bool>true</bool>
|
|
302 |
</property>
|
|
303 |
</widget>
|
|
304 |
</widget>
|
|
305 |
<widget class="QGroupBox" name="GBoxGrave" >
|
|
306 |
<property name="geometry" >
|
|
307 |
<rect>
|
|
308 |
<x>420</x>
|
|
309 |
<y>10</y>
|
|
310 |
<width>181</width>
|
|
311 |
<height>91</height>
|
|
312 |
</rect>
|
|
313 |
</property>
|
|
314 |
<property name="title" >
|
|
315 |
<string>Grave</string>
|
|
316 |
</property>
|
|
317 |
<widget class="QComboBox" name="CBGrave" >
|
|
318 |
<property name="geometry" >
|
|
319 |
<rect>
|
|
320 |
<x>10</x>
|
|
321 |
<y>20</y>
|
|
322 |
<width>161</width>
|
|
323 |
<height>21</height>
|
|
324 |
</rect>
|
|
325 |
</property>
|
|
326 |
<property name="currentIndex" >
|
|
327 |
<number>-1</number>
|
|
328 |
</property>
|
|
329 |
<property name="maxCount" >
|
|
330 |
<number>65535</number>
|
|
331 |
</property>
|
|
332 |
</widget>
|
|
333 |
<widget class="QLabel" name="GravePreview" >
|
|
334 |
<property name="geometry" >
|
|
335 |
<rect>
|
|
336 |
<x>80</x>
|
|
337 |
<y>50</y>
|
|
338 |
<width>32</width>
|
|
339 |
<height>32</height>
|
|
340 |
</rect>
|
|
341 |
</property>
|
|
342 |
<property name="text" >
|
|
343 |
<string/>
|
|
344 |
</property>
|
|
345 |
<property name="scaledContents" >
|
|
346 |
<bool>true</bool>
|
|
347 |
</property>
|
|
348 |
</widget>
|
|
349 |
</widget>
|
|
350 |
<widget class="QGroupBox" name="GBoxBinds" >
|
|
351 |
<property name="geometry" >
|
|
352 |
<rect>
|
|
353 |
<x>200</x>
|
|
354 |
<y>10</y>
|
|
355 |
<width>201</width>
|
|
356 |
<height>381</height>
|
|
357 |
</rect>
|
|
358 |
</property>
|
|
359 |
<property name="title" >
|
|
360 |
<string>Key binds</string>
|
|
361 |
</property>
|
|
362 |
<widget class="QToolBox" name="BindsBox" >
|
|
363 |
<property name="geometry" >
|
|
364 |
<rect>
|
|
365 |
<x>10</x>
|
|
366 |
<y>20</y>
|
|
367 |
<width>181</width>
|
|
368 |
<height>351</height>
|
|
369 |
</rect>
|
|
370 |
</property>
|
|
371 |
<property name="lineWidth" >
|
|
372 |
<number>0</number>
|
|
373 |
</property>
|
|
374 |
<property name="currentIndex" >
|
28
|
375 |
<number>0</number>
|
26
|
376 |
</property>
|
|
377 |
<widget class="QWidget" name="page" >
|
|
378 |
<property name="geometry" >
|
|
379 |
<rect>
|
|
380 |
<x>0</x>
|
|
381 |
<y>0</y>
|
|
382 |
<width>181</width>
|
28
|
383 |
<height>270</height>
|
26
|
384 |
</rect>
|
|
385 |
</property>
|
|
386 |
<attribute name="label" >
|
|
387 |
<string>Actions</string>
|
|
388 |
</attribute>
|
|
389 |
</widget>
|
|
390 |
<widget class="QWidget" name="page" >
|
|
391 |
<attribute name="label" >
|
|
392 |
<string>Weapons</string>
|
|
393 |
</attribute>
|
|
394 |
</widget>
|
|
395 |
<widget class="QWidget" name="page" >
|
|
396 |
<property name="geometry" >
|
|
397 |
<rect>
|
|
398 |
<x>0</x>
|
|
399 |
<y>0</y>
|
28
|
400 |
<width>99</width>
|
|
401 |
<height>29</height>
|
26
|
402 |
</rect>
|
|
403 |
</property>
|
|
404 |
<attribute name="label" >
|
|
405 |
<string>Other</string>
|
|
406 |
</attribute>
|
|
407 |
</widget>
|
|
408 |
</widget>
|
|
409 |
</widget>
|
20
|
410 |
</widget>
|
|
411 |
<widget class="QWidget" name="page" >
|
|
412 |
<widget class="QGroupBox" name="groupBox" >
|
|
413 |
<property name="geometry" >
|
|
414 |
<rect>
|
|
415 |
<x>20</x>
|
|
416 |
<y>10</y>
|
|
417 |
<width>591</width>
|
|
418 |
<height>71</height>
|
|
419 |
</rect>
|
|
420 |
</property>
|
|
421 |
<property name="title" >
|
|
422 |
<string>Teams</string>
|
|
423 |
</property>
|
|
424 |
<widget class="QPushButton" name="BtnNewTeam" >
|
|
425 |
<property name="geometry" >
|
|
426 |
<rect>
|
|
427 |
<x>10</x>
|
|
428 |
<y>20</y>
|
|
429 |
<width>160</width>
|
|
430 |
<height>40</height>
|
|
431 |
</rect>
|
|
432 |
</property>
|
|
433 |
<property name="font" >
|
|
434 |
<font>
|
|
435 |
<family>MS Shell Dlg</family>
|
|
436 |
<pointsize>14</pointsize>
|
|
437 |
<weight>50</weight>
|
|
438 |
<italic>false</italic>
|
|
439 |
<bold>false</bold>
|
|
440 |
<underline>false</underline>
|
|
441 |
<strikeout>false</strikeout>
|
|
442 |
</font>
|
|
443 |
</property>
|
|
444 |
<property name="text" >
|
|
445 |
<string>New team</string>
|
|
446 |
</property>
|
|
447 |
</widget>
|
|
448 |
<widget class="QPushButton" name="BtnEditTeam" >
|
|
449 |
<property name="geometry" >
|
|
450 |
<rect>
|
|
451 |
<x>400</x>
|
|
452 |
<y>20</y>
|
|
453 |
<width>160</width>
|
|
454 |
<height>40</height>
|
|
455 |
</rect>
|
|
456 |
</property>
|
|
457 |
<property name="font" >
|
|
458 |
<font>
|
|
459 |
<family>MS Shell Dlg</family>
|
|
460 |
<pointsize>14</pointsize>
|
|
461 |
<weight>50</weight>
|
|
462 |
<italic>false</italic>
|
|
463 |
<bold>false</bold>
|
|
464 |
<underline>false</underline>
|
|
465 |
<strikeout>false</strikeout>
|
|
466 |
</font>
|
|
467 |
</property>
|
|
468 |
<property name="text" >
|
|
469 |
<string>Edit team</string>
|
|
470 |
</property>
|
|
471 |
</widget>
|
21
|
472 |
<widget class="QComboBox" name="CBTeamName" >
|
|
473 |
<property name="geometry" >
|
|
474 |
<rect>
|
|
475 |
<x>200</x>
|
|
476 |
<y>30</y>
|
|
477 |
<width>171</width>
|
|
478 |
<height>22</height>
|
|
479 |
</rect>
|
|
480 |
</property>
|
|
481 |
</widget>
|
20
|
482 |
</widget>
|
|
483 |
<widget class="QComboBox" name="CBResolution" >
|
|
484 |
<property name="geometry" >
|
|
485 |
<rect>
|
|
486 |
<x>20</x>
|
|
487 |
<y>120</y>
|
|
488 |
<width>151</width>
|
|
489 |
<height>22</height>
|
|
490 |
</rect>
|
|
491 |
</property>
|
|
492 |
<item>
|
|
493 |
<property name="text" >
|
|
494 |
<string>640x480</string>
|
|
495 |
</property>
|
|
496 |
</item>
|
|
497 |
<item>
|
|
498 |
<property name="text" >
|
|
499 |
<string>800x600</string>
|
|
500 |
</property>
|
|
501 |
</item>
|
|
502 |
<item>
|
|
503 |
<property name="text" >
|
|
504 |
<string>1024x768</string>
|
|
505 |
</property>
|
|
506 |
</item>
|
|
507 |
<item>
|
|
508 |
<property name="text" >
|
|
509 |
<string>1280x1024</string>
|
|
510 |
</property>
|
|
511 |
</item>
|
|
512 |
</widget>
|
|
513 |
<widget class="QCheckBox" name="CBEnableSound" >
|
|
514 |
<property name="geometry" >
|
|
515 |
<rect>
|
|
516 |
<x>20</x>
|
|
517 |
<y>180</y>
|
|
518 |
<width>101</width>
|
|
519 |
<height>18</height>
|
|
520 |
</rect>
|
|
521 |
</property>
|
|
522 |
<property name="text" >
|
|
523 |
<string>Enable sound</string>
|
|
524 |
</property>
|
|
525 |
</widget>
|
|
526 |
<widget class="QCheckBox" name="CBFullscreen" >
|
|
527 |
<property name="geometry" >
|
|
528 |
<rect>
|
|
529 |
<x>20</x>
|
|
530 |
<y>160</y>
|
|
531 |
<width>101</width>
|
|
532 |
<height>18</height>
|
|
533 |
</rect>
|
|
534 |
</property>
|
|
535 |
<property name="text" >
|
|
536 |
<string>Fullscreen</string>
|
|
537 |
</property>
|
|
538 |
</widget>
|
|
539 |
<widget class="QPushButton" name="BtnSetupBack" >
|
|
540 |
<property name="geometry" >
|
|
541 |
<rect>
|
|
542 |
<x>420</x>
|
|
543 |
<y>380</y>
|
|
544 |
<width>161</width>
|
|
545 |
<height>41</height>
|
|
546 |
</rect>
|
|
547 |
</property>
|
|
548 |
<property name="font" >
|
|
549 |
<font>
|
|
550 |
<family>MS Shell Dlg</family>
|
|
551 |
<pointsize>14</pointsize>
|
|
552 |
<weight>50</weight>
|
|
553 |
<italic>false</italic>
|
|
554 |
<bold>false</bold>
|
|
555 |
<underline>false</underline>
|
|
556 |
<strikeout>false</strikeout>
|
|
557 |
</font>
|
|
558 |
</property>
|
|
559 |
<property name="text" >
|
|
560 |
<string>Back</string>
|
|
561 |
</property>
|
|
562 |
<property name="checkable" >
|
|
563 |
<bool>false</bool>
|
|
564 |
</property>
|
|
565 |
<property name="checked" >
|
|
566 |
<bool>false</bool>
|
|
567 |
</property>
|
|
568 |
</widget>
|
|
569 |
<widget class="QPushButton" name="BtnSaveOptions" >
|
|
570 |
<property name="geometry" >
|
|
571 |
<rect>
|
|
572 |
<x>30</x>
|
|
573 |
<y>380</y>
|
|
574 |
<width>161</width>
|
|
575 |
<height>41</height>
|
|
576 |
</rect>
|
|
577 |
</property>
|
|
578 |
<property name="font" >
|
|
579 |
<font>
|
|
580 |
<family>MS Shell Dlg</family>
|
|
581 |
<pointsize>14</pointsize>
|
|
582 |
<weight>50</weight>
|
|
583 |
<italic>false</italic>
|
|
584 |
<bold>false</bold>
|
|
585 |
<underline>false</underline>
|
|
586 |
<strikeout>false</strikeout>
|
|
587 |
</font>
|
|
588 |
</property>
|
|
589 |
<property name="text" >
|
|
590 |
<string>Save</string>
|
|
591 |
</property>
|
|
592 |
<property name="checkable" >
|
|
593 |
<bool>false</bool>
|
|
594 |
</property>
|
|
595 |
<property name="checked" >
|
|
596 |
<bool>false</bool>
|
|
597 |
</property>
|
|
598 |
</widget>
|
|
599 |
</widget>
|
|
600 |
<widget class="QWidget" name="page" >
|
|
601 |
<widget class="QPushButton" name="BtnMPBack" >
|
|
602 |
<property name="geometry" >
|
|
603 |
<rect>
|
|
604 |
<x>240</x>
|
25
|
605 |
<y>340</y>
|
20
|
606 |
<width>161</width>
|
|
607 |
<height>41</height>
|
|
608 |
</rect>
|
|
609 |
</property>
|
|
610 |
<property name="font" >
|
|
611 |
<font>
|
|
612 |
<family>MS Shell Dlg</family>
|
|
613 |
<pointsize>14</pointsize>
|
|
614 |
<weight>50</weight>
|
|
615 |
<italic>false</italic>
|
|
616 |
<bold>false</bold>
|
|
617 |
<underline>false</underline>
|
|
618 |
<strikeout>false</strikeout>
|
|
619 |
</font>
|
|
620 |
</property>
|
|
621 |
<property name="text" >
|
|
622 |
<string>Back</string>
|
|
623 |
</property>
|
|
624 |
<property name="checkable" >
|
|
625 |
<bool>false</bool>
|
|
626 |
</property>
|
|
627 |
<property name="checked" >
|
|
628 |
<bool>false</bool>
|
|
629 |
</property>
|
|
630 |
</widget>
|
25
|
631 |
<widget class="QListWidget" name="listWidget" >
|
|
632 |
<property name="geometry" >
|
|
633 |
<rect>
|
|
634 |
<x>160</x>
|
|
635 |
<y>50</y>
|
|
636 |
<width>221</width>
|
|
637 |
<height>211</height>
|
|
638 |
</rect>
|
|
639 |
</property>
|
|
640 |
<property name="modelColumn" >
|
|
641 |
<number>0</number>
|
|
642 |
</property>
|
|
643 |
</widget>
|
20
|
644 |
</widget>
|
26
|
645 |
<widget class="QWidget" name="page" >
|
|
646 |
<widget class="QPushButton" name="BtnPlayDemo" >
|
|
647 |
<property name="geometry" >
|
|
648 |
<rect>
|
|
649 |
<x>240</x>
|
|
650 |
<y>330</y>
|
|
651 |
<width>161</width>
|
|
652 |
<height>41</height>
|
|
653 |
</rect>
|
|
654 |
</property>
|
|
655 |
<property name="font" >
|
|
656 |
<font>
|
|
657 |
<family>MS Shell Dlg</family>
|
|
658 |
<pointsize>14</pointsize>
|
|
659 |
<weight>50</weight>
|
|
660 |
<italic>false</italic>
|
|
661 |
<bold>false</bold>
|
|
662 |
<underline>false</underline>
|
|
663 |
<strikeout>false</strikeout>
|
|
664 |
</font>
|
|
665 |
</property>
|
|
666 |
<property name="text" >
|
|
667 |
<string>Play demo</string>
|
|
668 |
</property>
|
|
669 |
<property name="checkable" >
|
|
670 |
<bool>false</bool>
|
|
671 |
</property>
|
|
672 |
<property name="checked" >
|
|
673 |
<bool>false</bool>
|
|
674 |
</property>
|
|
675 |
</widget>
|
28
|
676 |
<widget class="QListWidget" name="DemosList" >
|
|
677 |
<property name="geometry" >
|
|
678 |
<rect>
|
|
679 |
<x>170</x>
|
|
680 |
<y>10</y>
|
|
681 |
<width>311</width>
|
|
682 |
<height>311</height>
|
|
683 |
</rect>
|
|
684 |
</property>
|
|
685 |
</widget>
|
26
|
686 |
<widget class="QPushButton" name="BtnDemosBack" >
|
|
687 |
<property name="geometry" >
|
|
688 |
<rect>
|
|
689 |
<x>240</x>
|
|
690 |
<y>380</y>
|
|
691 |
<width>161</width>
|
|
692 |
<height>41</height>
|
|
693 |
</rect>
|
|
694 |
</property>
|
|
695 |
<property name="font" >
|
|
696 |
<font>
|
|
697 |
<family>MS Shell Dlg</family>
|
|
698 |
<pointsize>14</pointsize>
|
|
699 |
<weight>50</weight>
|
|
700 |
<italic>false</italic>
|
|
701 |
<bold>false</bold>
|
|
702 |
<underline>false</underline>
|
|
703 |
<strikeout>false</strikeout>
|
|
704 |
</font>
|
|
705 |
</property>
|
|
706 |
<property name="text" >
|
|
707 |
<string>Back</string>
|
|
708 |
</property>
|
|
709 |
<property name="checkable" >
|
|
710 |
<bool>false</bool>
|
|
711 |
</property>
|
|
712 |
<property name="checked" >
|
|
713 |
<bool>false</bool>
|
|
714 |
</property>
|
|
715 |
</widget>
|
28
|
716 |
</widget>
|
|
717 |
<widget class="QWidget" name="page" >
|
|
718 |
<widget class="QPushButton" name="BtnNetConnect" >
|
|
719 |
<property name="geometry" >
|
|
720 |
<rect>
|
|
721 |
<x>250</x>
|
|
722 |
<y>140</y>
|
|
723 |
<width>161</width>
|
|
724 |
<height>41</height>
|
|
725 |
</rect>
|
|
726 |
</property>
|
|
727 |
<property name="font" >
|
|
728 |
<font>
|
|
729 |
<family>MS Shell Dlg</family>
|
|
730 |
<pointsize>14</pointsize>
|
|
731 |
<weight>50</weight>
|
|
732 |
<italic>false</italic>
|
|
733 |
<bold>false</bold>
|
|
734 |
<underline>false</underline>
|
|
735 |
<strikeout>false</strikeout>
|
|
736 |
</font>
|
|
737 |
</property>
|
|
738 |
<property name="text" >
|
|
739 |
<string>Connect</string>
|
|
740 |
</property>
|
|
741 |
<property name="checkable" >
|
|
742 |
<bool>false</bool>
|
|
743 |
</property>
|
|
744 |
<property name="checked" >
|
|
745 |
<bool>false</bool>
|
|
746 |
</property>
|
|
747 |
</widget>
|
|
748 |
<widget class="QPushButton" name="BtnNetBack" >
|
|
749 |
<property name="geometry" >
|
|
750 |
<rect>
|
|
751 |
<x>250</x>
|
|
752 |
<y>390</y>
|
|
753 |
<width>161</width>
|
|
754 |
<height>41</height>
|
|
755 |
</rect>
|
|
756 |
</property>
|
|
757 |
<property name="font" >
|
|
758 |
<font>
|
|
759 |
<family>MS Shell Dlg</family>
|
|
760 |
<pointsize>14</pointsize>
|
|
761 |
<weight>50</weight>
|
|
762 |
<italic>false</italic>
|
|
763 |
<bold>false</bold>
|
|
764 |
<underline>false</underline>
|
|
765 |
<strikeout>false</strikeout>
|
|
766 |
</font>
|
|
767 |
</property>
|
|
768 |
<property name="text" >
|
|
769 |
<string>Back</string>
|
|
770 |
</property>
|
|
771 |
<property name="checkable" >
|
|
772 |
<bool>false</bool>
|
|
773 |
</property>
|
|
774 |
<property name="checked" >
|
|
775 |
<bool>false</bool>
|
|
776 |
</property>
|
|
777 |
</widget>
|
|
778 |
</widget>
|
|
779 |
<widget class="QWidget" name="page" >
|
|
780 |
<widget class="QPushButton" name="BtnNetChatJoin" >
|
26
|
781 |
<property name="geometry" >
|
|
782 |
<rect>
|
28
|
783 |
<x>460</x>
|
|
784 |
<y>290</y>
|
|
785 |
<width>161</width>
|
|
786 |
<height>41</height>
|
|
787 |
</rect>
|
|
788 |
</property>
|
|
789 |
<property name="font" >
|
|
790 |
<font>
|
|
791 |
<family>MS Shell Dlg</family>
|
|
792 |
<pointsize>14</pointsize>
|
|
793 |
<weight>50</weight>
|
|
794 |
<italic>false</italic>
|
|
795 |
<bold>false</bold>
|
|
796 |
<underline>false</underline>
|
|
797 |
<strikeout>false</strikeout>
|
|
798 |
</font>
|
|
799 |
</property>
|
|
800 |
<property name="text" >
|
|
801 |
<string>Join</string>
|
|
802 |
</property>
|
|
803 |
<property name="checkable" >
|
|
804 |
<bool>false</bool>
|
|
805 |
</property>
|
|
806 |
<property name="checked" >
|
|
807 |
<bool>false</bool>
|
|
808 |
</property>
|
|
809 |
</widget>
|
|
810 |
<widget class="QPushButton" name="BtnNetChatCreate" >
|
|
811 |
<property name="geometry" >
|
|
812 |
<rect>
|
|
813 |
<x>460</x>
|
|
814 |
<y>340</y>
|
|
815 |
<width>161</width>
|
|
816 |
<height>41</height>
|
|
817 |
</rect>
|
|
818 |
</property>
|
|
819 |
<property name="font" >
|
|
820 |
<font>
|
|
821 |
<family>MS Shell Dlg</family>
|
|
822 |
<pointsize>14</pointsize>
|
|
823 |
<weight>50</weight>
|
|
824 |
<italic>false</italic>
|
|
825 |
<bold>false</bold>
|
|
826 |
<underline>false</underline>
|
|
827 |
<strikeout>false</strikeout>
|
|
828 |
</font>
|
|
829 |
</property>
|
|
830 |
<property name="text" >
|
|
831 |
<string>Create</string>
|
|
832 |
</property>
|
|
833 |
<property name="checkable" >
|
|
834 |
<bool>false</bool>
|
|
835 |
</property>
|
|
836 |
<property name="checked" >
|
|
837 |
<bool>false</bool>
|
|
838 |
</property>
|
|
839 |
</widget>
|
|
840 |
<widget class="QPushButton" name="BtnNetChatDisconnect" >
|
|
841 |
<property name="geometry" >
|
|
842 |
<rect>
|
|
843 |
<x>460</x>
|
|
844 |
<y>390</y>
|
|
845 |
<width>161</width>
|
|
846 |
<height>41</height>
|
|
847 |
</rect>
|
|
848 |
</property>
|
|
849 |
<property name="font" >
|
|
850 |
<font>
|
|
851 |
<family>MS Shell Dlg</family>
|
|
852 |
<pointsize>14</pointsize>
|
|
853 |
<weight>50</weight>
|
|
854 |
<italic>false</italic>
|
|
855 |
<bold>false</bold>
|
|
856 |
<underline>false</underline>
|
|
857 |
<strikeout>false</strikeout>
|
|
858 |
</font>
|
|
859 |
</property>
|
|
860 |
<property name="text" >
|
|
861 |
<string>Disconnect</string>
|
|
862 |
</property>
|
|
863 |
<property name="checkable" >
|
|
864 |
<bool>false</bool>
|
|
865 |
</property>
|
|
866 |
<property name="checked" >
|
|
867 |
<bool>false</bool>
|
|
868 |
</property>
|
|
869 |
</widget>
|
|
870 |
<widget class="QListWidget" name="ChannelsList" >
|
|
871 |
<property name="geometry" >
|
|
872 |
<rect>
|
|
873 |
<x>20</x>
|
26
|
874 |
<y>10</y>
|
28
|
875 |
<width>201</width>
|
|
876 |
<height>331</height>
|
26
|
877 |
</rect>
|
|
878 |
</property>
|
|
879 |
</widget>
|
|
880 |
</widget>
|
20
|
881 |
<widget class="QWidget" name="pageMain" >
|
25
|
882 |
<widget class="QPushButton" name="BtnSinglePlayer" >
|
|
883 |
<property name="geometry" >
|
|
884 |
<rect>
|
|
885 |
<x>230</x>
|
|
886 |
<y>70</y>
|
|
887 |
<width>161</width>
|
|
888 |
<height>41</height>
|
|
889 |
</rect>
|
|
890 |
</property>
|
|
891 |
<property name="font" >
|
|
892 |
<font>
|
|
893 |
<family>MS Shell Dlg</family>
|
|
894 |
<pointsize>14</pointsize>
|
|
895 |
<weight>50</weight>
|
|
896 |
<italic>false</italic>
|
|
897 |
<bold>false</bold>
|
|
898 |
<underline>false</underline>
|
|
899 |
<strikeout>false</strikeout>
|
|
900 |
</font>
|
|
901 |
</property>
|
|
902 |
<property name="text" >
|
|
903 |
<string>Single Player</string>
|
|
904 |
</property>
|
|
905 |
<property name="checkable" >
|
|
906 |
<bool>false</bool>
|
|
907 |
</property>
|
|
908 |
<property name="checked" >
|
|
909 |
<bool>false</bool>
|
|
910 |
</property>
|
|
911 |
</widget>
|
20
|
912 |
<widget class="QPushButton" name="BtnMultiplayer" >
|
|
913 |
<property name="geometry" >
|
|
914 |
<rect>
|
|
915 |
<x>230</x>
|
25
|
916 |
<y>120</y>
|
20
|
917 |
<width>161</width>
|
|
918 |
<height>41</height>
|
|
919 |
</rect>
|
|
920 |
</property>
|
|
921 |
<property name="font" >
|
|
922 |
<font>
|
|
923 |
<family>MS Shell Dlg</family>
|
|
924 |
<pointsize>14</pointsize>
|
|
925 |
<weight>50</weight>
|
|
926 |
<italic>false</italic>
|
|
927 |
<bold>false</bold>
|
|
928 |
<underline>false</underline>
|
|
929 |
<strikeout>false</strikeout>
|
|
930 |
</font>
|
|
931 |
</property>
|
|
932 |
<property name="text" >
|
|
933 |
<string>Multiplayer</string>
|
|
934 |
</property>
|
|
935 |
<property name="checkable" >
|
|
936 |
<bool>false</bool>
|
|
937 |
</property>
|
|
938 |
<property name="checked" >
|
|
939 |
<bool>false</bool>
|
|
940 |
</property>
|
|
941 |
</widget>
|
25
|
942 |
<widget class="QPushButton" name="BtnSetup" >
|
|
943 |
<property name="geometry" >
|
|
944 |
<rect>
|
|
945 |
<x>230</x>
|
|
946 |
<y>220</y>
|
|
947 |
<width>161</width>
|
|
948 |
<height>41</height>
|
|
949 |
</rect>
|
|
950 |
</property>
|
|
951 |
<property name="font" >
|
|
952 |
<font>
|
|
953 |
<family>MS Shell Dlg</family>
|
|
954 |
<pointsize>14</pointsize>
|
|
955 |
<weight>50</weight>
|
|
956 |
<italic>false</italic>
|
|
957 |
<bold>false</bold>
|
|
958 |
<underline>false</underline>
|
|
959 |
<strikeout>false</strikeout>
|
|
960 |
</font>
|
|
961 |
</property>
|
|
962 |
<property name="text" >
|
|
963 |
<string>Setup</string>
|
|
964 |
</property>
|
|
965 |
<property name="checkable" >
|
|
966 |
<bool>false</bool>
|
|
967 |
</property>
|
|
968 |
<property name="checked" >
|
|
969 |
<bool>false</bool>
|
|
970 |
</property>
|
|
971 |
</widget>
|
20
|
972 |
<widget class="QPushButton" name="BtnExit" >
|
|
973 |
<property name="geometry" >
|
|
974 |
<rect>
|
|
975 |
<x>230</x>
|
25
|
976 |
<y>320</y>
|
20
|
977 |
<width>161</width>
|
|
978 |
<height>41</height>
|
|
979 |
</rect>
|
|
980 |
</property>
|
|
981 |
<property name="font" >
|
|
982 |
<font>
|
|
983 |
<family>MS Shell Dlg</family>
|
|
984 |
<pointsize>14</pointsize>
|
|
985 |
<weight>50</weight>
|
|
986 |
<italic>false</italic>
|
|
987 |
<bold>false</bold>
|
|
988 |
<underline>false</underline>
|
|
989 |
<strikeout>false</strikeout>
|
|
990 |
</font>
|
|
991 |
</property>
|
|
992 |
<property name="text" >
|
|
993 |
<string>Exit</string>
|
|
994 |
</property>
|
|
995 |
<property name="checkable" >
|
|
996 |
<bool>false</bool>
|
|
997 |
</property>
|
|
998 |
<property name="checked" >
|
|
999 |
<bool>false</bool>
|
|
1000 |
</property>
|
|
1001 |
</widget>
|
26
|
1002 |
<widget class="QPushButton" name="BtnDemos" >
|
|
1003 |
<property name="geometry" >
|
|
1004 |
<rect>
|
|
1005 |
<x>230</x>
|
|
1006 |
<y>270</y>
|
|
1007 |
<width>161</width>
|
|
1008 |
<height>41</height>
|
|
1009 |
</rect>
|
|
1010 |
</property>
|
|
1011 |
<property name="font" >
|
|
1012 |
<font>
|
|
1013 |
<family>MS Shell Dlg</family>
|
|
1014 |
<pointsize>14</pointsize>
|
|
1015 |
<weight>50</weight>
|
|
1016 |
<italic>false</italic>
|
|
1017 |
<bold>false</bold>
|
|
1018 |
<underline>false</underline>
|
|
1019 |
<strikeout>false</strikeout>
|
|
1020 |
</font>
|
|
1021 |
</property>
|
|
1022 |
<property name="text" >
|
|
1023 |
<string>Demos</string>
|
|
1024 |
</property>
|
|
1025 |
<property name="checkable" >
|
|
1026 |
<bool>false</bool>
|
|
1027 |
</property>
|
|
1028 |
<property name="checked" >
|
|
1029 |
<bool>false</bool>
|
|
1030 |
</property>
|
|
1031 |
</widget>
|
28
|
1032 |
<widget class="QPushButton" name="BtnNet" >
|
|
1033 |
<property name="geometry" >
|
|
1034 |
<rect>
|
|
1035 |
<x>230</x>
|
|
1036 |
<y>170</y>
|
|
1037 |
<width>161</width>
|
|
1038 |
<height>41</height>
|
|
1039 |
</rect>
|
|
1040 |
</property>
|
|
1041 |
<property name="font" >
|
|
1042 |
<font>
|
|
1043 |
<family>MS Shell Dlg</family>
|
|
1044 |
<pointsize>14</pointsize>
|
|
1045 |
<weight>50</weight>
|
|
1046 |
<italic>false</italic>
|
|
1047 |
<bold>false</bold>
|
|
1048 |
<underline>false</underline>
|
|
1049 |
<strikeout>false</strikeout>
|
|
1050 |
</font>
|
|
1051 |
</property>
|
|
1052 |
<property name="text" >
|
|
1053 |
<string>Net game</string>
|
|
1054 |
</property>
|
|
1055 |
<property name="checkable" >
|
|
1056 |
<bool>false</bool>
|
|
1057 |
</property>
|
|
1058 |
<property name="checked" >
|
|
1059 |
<bool>false</bool>
|
|
1060 |
</property>
|
|
1061 |
</widget>
|
20
|
1062 |
</widget>
|
|
1063 |
</widget>
|
|
1064 |
</widget>
|
|
1065 |
</widget>
|
|
1066 |
<pixmapfunction></pixmapfunction>
|
|
1067 |
<resources/>
|
|
1068 |
<connections>
|
|
1069 |
<connection>
|
|
1070 |
<sender>BtnExit</sender>
|
|
1071 |
<signal>clicked()</signal>
|
|
1072 |
<receiver>HWForm</receiver>
|
|
1073 |
<slot>close()</slot>
|
|
1074 |
<hints>
|
|
1075 |
<hint type="sourcelabel" >
|
|
1076 |
<x>310</x>
|
|
1077 |
<y>330</y>
|
|
1078 |
</hint>
|
|
1079 |
<hint type="destinationlabel" >
|
|
1080 |
<x>319</x>
|
|
1081 |
<y>224</y>
|
|
1082 |
</hint>
|
|
1083 |
</hints>
|
|
1084 |
</connection>
|
|
1085 |
</connections>
|
|
1086 |
</ui>
|