author | unc0rr |
Tue, 27 Dec 2005 10:20:55 +0000 | |
changeset 31 | 99888245a4e8 |
parent 28 | 59f7db859b8a |
child 32 | 78bff13b11c0 |
permissions | -rw-r--r-- |
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" > |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
53 |
<number>2</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> |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
382 |
<width>99</width> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
383 |
<height>29</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> |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
599 |
<widget class="QLabel" name="label" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
600 |
<property name="geometry" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
601 |
<rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
602 |
<x>10</x> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
603 |
<y>233</y> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
604 |
<width>47</width> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
605 |
<height>13</height> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
606 |
</rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
607 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
608 |
<property name="text" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
609 |
<string>Net nick</string> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
610 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
611 |
</widget> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
612 |
<widget class="QLineEdit" name="editNetNick" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
613 |
<property name="geometry" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
614 |
<rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
615 |
<x>60</x> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
616 |
<y>230</y> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
617 |
<width>113</width> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
618 |
<height>20</height> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
619 |
</rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
620 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
621 |
<property name="text" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
622 |
<string>unnamed</string> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
623 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
624 |
<property name="maxLength" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
625 |
<number>30</number> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
626 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
627 |
</widget> |
20 | 628 |
</widget> |
629 |
<widget class="QWidget" name="page" > |
|
630 |
<widget class="QPushButton" name="BtnMPBack" > |
|
631 |
<property name="geometry" > |
|
632 |
<rect> |
|
633 |
<x>240</x> |
|
25 | 634 |
<y>340</y> |
20 | 635 |
<width>161</width> |
636 |
<height>41</height> |
|
637 |
</rect> |
|
638 |
</property> |
|
639 |
<property name="font" > |
|
640 |
<font> |
|
641 |
<family>MS Shell Dlg</family> |
|
642 |
<pointsize>14</pointsize> |
|
643 |
<weight>50</weight> |
|
644 |
<italic>false</italic> |
|
645 |
<bold>false</bold> |
|
646 |
<underline>false</underline> |
|
647 |
<strikeout>false</strikeout> |
|
648 |
</font> |
|
649 |
</property> |
|
650 |
<property name="text" > |
|
651 |
<string>Back</string> |
|
652 |
</property> |
|
653 |
<property name="checkable" > |
|
654 |
<bool>false</bool> |
|
655 |
</property> |
|
656 |
<property name="checked" > |
|
657 |
<bool>false</bool> |
|
658 |
</property> |
|
659 |
</widget> |
|
25 | 660 |
<widget class="QListWidget" name="listWidget" > |
661 |
<property name="geometry" > |
|
662 |
<rect> |
|
663 |
<x>160</x> |
|
664 |
<y>50</y> |
|
665 |
<width>221</width> |
|
666 |
<height>211</height> |
|
667 |
</rect> |
|
668 |
</property> |
|
669 |
<property name="modelColumn" > |
|
670 |
<number>0</number> |
|
671 |
</property> |
|
672 |
</widget> |
|
20 | 673 |
</widget> |
26 | 674 |
<widget class="QWidget" name="page" > |
675 |
<widget class="QPushButton" name="BtnPlayDemo" > |
|
676 |
<property name="geometry" > |
|
677 |
<rect> |
|
678 |
<x>240</x> |
|
679 |
<y>330</y> |
|
680 |
<width>161</width> |
|
681 |
<height>41</height> |
|
682 |
</rect> |
|
683 |
</property> |
|
684 |
<property name="font" > |
|
685 |
<font> |
|
686 |
<family>MS Shell Dlg</family> |
|
687 |
<pointsize>14</pointsize> |
|
688 |
<weight>50</weight> |
|
689 |
<italic>false</italic> |
|
690 |
<bold>false</bold> |
|
691 |
<underline>false</underline> |
|
692 |
<strikeout>false</strikeout> |
|
693 |
</font> |
|
694 |
</property> |
|
695 |
<property name="text" > |
|
696 |
<string>Play demo</string> |
|
697 |
</property> |
|
698 |
<property name="checkable" > |
|
699 |
<bool>false</bool> |
|
700 |
</property> |
|
701 |
<property name="checked" > |
|
702 |
<bool>false</bool> |
|
703 |
</property> |
|
704 |
</widget> |
|
28 | 705 |
<widget class="QListWidget" name="DemosList" > |
706 |
<property name="geometry" > |
|
707 |
<rect> |
|
708 |
<x>170</x> |
|
709 |
<y>10</y> |
|
710 |
<width>311</width> |
|
711 |
<height>311</height> |
|
712 |
</rect> |
|
713 |
</property> |
|
714 |
</widget> |
|
26 | 715 |
<widget class="QPushButton" name="BtnDemosBack" > |
716 |
<property name="geometry" > |
|
717 |
<rect> |
|
718 |
<x>240</x> |
|
719 |
<y>380</y> |
|
720 |
<width>161</width> |
|
721 |
<height>41</height> |
|
722 |
</rect> |
|
723 |
</property> |
|
724 |
<property name="font" > |
|
725 |
<font> |
|
726 |
<family>MS Shell Dlg</family> |
|
727 |
<pointsize>14</pointsize> |
|
728 |
<weight>50</weight> |
|
729 |
<italic>false</italic> |
|
730 |
<bold>false</bold> |
|
731 |
<underline>false</underline> |
|
732 |
<strikeout>false</strikeout> |
|
733 |
</font> |
|
734 |
</property> |
|
735 |
<property name="text" > |
|
736 |
<string>Back</string> |
|
737 |
</property> |
|
738 |
<property name="checkable" > |
|
739 |
<bool>false</bool> |
|
740 |
</property> |
|
741 |
<property name="checked" > |
|
742 |
<bool>false</bool> |
|
743 |
</property> |
|
744 |
</widget> |
|
28 | 745 |
</widget> |
746 |
<widget class="QWidget" name="page" > |
|
747 |
<widget class="QPushButton" name="BtnNetConnect" > |
|
748 |
<property name="geometry" > |
|
749 |
<rect> |
|
750 |
<x>250</x> |
|
751 |
<y>140</y> |
|
752 |
<width>161</width> |
|
753 |
<height>41</height> |
|
754 |
</rect> |
|
755 |
</property> |
|
756 |
<property name="font" > |
|
757 |
<font> |
|
758 |
<family>MS Shell Dlg</family> |
|
759 |
<pointsize>14</pointsize> |
|
760 |
<weight>50</weight> |
|
761 |
<italic>false</italic> |
|
762 |
<bold>false</bold> |
|
763 |
<underline>false</underline> |
|
764 |
<strikeout>false</strikeout> |
|
765 |
</font> |
|
766 |
</property> |
|
767 |
<property name="text" > |
|
768 |
<string>Connect</string> |
|
769 |
</property> |
|
770 |
<property name="checkable" > |
|
771 |
<bool>false</bool> |
|
772 |
</property> |
|
773 |
<property name="checked" > |
|
774 |
<bool>false</bool> |
|
775 |
</property> |
|
776 |
</widget> |
|
777 |
<widget class="QPushButton" name="BtnNetBack" > |
|
778 |
<property name="geometry" > |
|
779 |
<rect> |
|
780 |
<x>250</x> |
|
781 |
<y>390</y> |
|
782 |
<width>161</width> |
|
783 |
<height>41</height> |
|
784 |
</rect> |
|
785 |
</property> |
|
786 |
<property name="font" > |
|
787 |
<font> |
|
788 |
<family>MS Shell Dlg</family> |
|
789 |
<pointsize>14</pointsize> |
|
790 |
<weight>50</weight> |
|
791 |
<italic>false</italic> |
|
792 |
<bold>false</bold> |
|
793 |
<underline>false</underline> |
|
794 |
<strikeout>false</strikeout> |
|
795 |
</font> |
|
796 |
</property> |
|
797 |
<property name="text" > |
|
798 |
<string>Back</string> |
|
799 |
</property> |
|
800 |
<property name="checkable" > |
|
801 |
<bool>false</bool> |
|
802 |
</property> |
|
803 |
<property name="checked" > |
|
804 |
<bool>false</bool> |
|
805 |
</property> |
|
806 |
</widget> |
|
807 |
</widget> |
|
808 |
<widget class="QWidget" name="page" > |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
809 |
<widget class="QPushButton" name="BtnNetChatDisconnect" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
810 |
<property name="geometry" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
811 |
<rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
812 |
<x>460</x> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
813 |
<y>390</y> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
814 |
<width>161</width> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
815 |
<height>41</height> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
816 |
</rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
817 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
818 |
<property name="font" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
819 |
<font> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
820 |
<family>MS Shell Dlg</family> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
821 |
<pointsize>14</pointsize> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
822 |
<weight>50</weight> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
823 |
<italic>false</italic> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
824 |
<bold>false</bold> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
825 |
<underline>false</underline> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
826 |
<strikeout>false</strikeout> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
827 |
</font> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
828 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
829 |
<property name="text" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
830 |
<string>Disconnect</string> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
831 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
832 |
<property name="checkable" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
833 |
<bool>false</bool> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
834 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
835 |
<property name="checked" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
836 |
<bool>false</bool> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
837 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
838 |
</widget> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
839 |
<widget class="QListWidget" name="ChannelsList" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
840 |
<property name="geometry" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
841 |
<rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
842 |
<x>20</x> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
843 |
<y>10</y> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
844 |
<width>201</width> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
845 |
<height>331</height> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
846 |
</rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
847 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
848 |
</widget> |
28 | 849 |
<widget class="QPushButton" name="BtnNetChatJoin" > |
26 | 850 |
<property name="geometry" > |
851 |
<rect> |
|
28 | 852 |
<x>460</x> |
853 |
<y>290</y> |
|
854 |
<width>161</width> |
|
855 |
<height>41</height> |
|
856 |
</rect> |
|
857 |
</property> |
|
858 |
<property name="font" > |
|
859 |
<font> |
|
860 |
<family>MS Shell Dlg</family> |
|
861 |
<pointsize>14</pointsize> |
|
862 |
<weight>50</weight> |
|
863 |
<italic>false</italic> |
|
864 |
<bold>false</bold> |
|
865 |
<underline>false</underline> |
|
866 |
<strikeout>false</strikeout> |
|
867 |
</font> |
|
868 |
</property> |
|
869 |
<property name="text" > |
|
870 |
<string>Join</string> |
|
871 |
</property> |
|
872 |
<property name="checkable" > |
|
873 |
<bool>false</bool> |
|
874 |
</property> |
|
875 |
<property name="checked" > |
|
876 |
<bool>false</bool> |
|
877 |
</property> |
|
878 |
</widget> |
|
879 |
<widget class="QPushButton" name="BtnNetChatCreate" > |
|
880 |
<property name="geometry" > |
|
881 |
<rect> |
|
882 |
<x>460</x> |
|
883 |
<y>340</y> |
|
884 |
<width>161</width> |
|
885 |
<height>41</height> |
|
886 |
</rect> |
|
887 |
</property> |
|
888 |
<property name="font" > |
|
889 |
<font> |
|
890 |
<family>MS Shell Dlg</family> |
|
891 |
<pointsize>14</pointsize> |
|
892 |
<weight>50</weight> |
|
893 |
<italic>false</italic> |
|
894 |
<bold>false</bold> |
|
895 |
<underline>false</underline> |
|
896 |
<strikeout>false</strikeout> |
|
897 |
</font> |
|
898 |
</property> |
|
899 |
<property name="text" > |
|
900 |
<string>Create</string> |
|
901 |
</property> |
|
902 |
<property name="checkable" > |
|
903 |
<bool>false</bool> |
|
904 |
</property> |
|
905 |
<property name="checked" > |
|
906 |
<bool>false</bool> |
|
907 |
</property> |
|
908 |
</widget> |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
909 |
</widget> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
910 |
<widget class="QWidget" name="page" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
911 |
<widget class="QPushButton" name="BtnNetCFGBack" > |
28 | 912 |
<property name="geometry" > |
913 |
<rect> |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
914 |
<x>260</x> |
28 | 915 |
<y>390</y> |
916 |
<width>161</width> |
|
917 |
<height>41</height> |
|
918 |
</rect> |
|
919 |
</property> |
|
920 |
<property name="font" > |
|
921 |
<font> |
|
922 |
<family>MS Shell Dlg</family> |
|
923 |
<pointsize>14</pointsize> |
|
924 |
<weight>50</weight> |
|
925 |
<italic>false</italic> |
|
926 |
<bold>false</bold> |
|
927 |
<underline>false</underline> |
|
928 |
<strikeout>false</strikeout> |
|
929 |
</font> |
|
930 |
</property> |
|
931 |
<property name="text" > |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
932 |
<string>Back</string> |
28 | 933 |
</property> |
934 |
<property name="checkable" > |
|
935 |
<bool>false</bool> |
|
936 |
</property> |
|
937 |
<property name="checked" > |
|
938 |
<bool>false</bool> |
|
939 |
</property> |
|
940 |
</widget> |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
941 |
<widget class="QPushButton" name="BtnNetCFGAddTeam" > |
28 | 942 |
<property name="geometry" > |
943 |
<rect> |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
944 |
<x>260</x> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
945 |
<y>290</y> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
946 |
<width>161</width> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
947 |
<height>41</height> |
26 | 948 |
</rect> |
949 |
</property> |
|
31
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
950 |
<property name="font" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
951 |
<font> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
952 |
<family>MS Shell Dlg</family> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
953 |
<pointsize>14</pointsize> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
954 |
<weight>50</weight> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
955 |
<italic>false</italic> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
956 |
<bold>false</bold> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
957 |
<underline>false</underline> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
958 |
<strikeout>false</strikeout> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
959 |
</font> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
960 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
961 |
<property name="text" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
962 |
<string>Add Team</string> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
963 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
964 |
<property name="checkable" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
965 |
<bool>false</bool> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
966 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
967 |
<property name="checked" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
968 |
<bool>false</bool> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
969 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
970 |
</widget> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
971 |
<widget class="QPushButton" name="BtnNetCFGGo" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
972 |
<property name="geometry" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
973 |
<rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
974 |
<x>260</x> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
975 |
<y>340</y> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
976 |
<width>161</width> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
977 |
<height>41</height> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
978 |
</rect> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
979 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
980 |
<property name="font" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
981 |
<font> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
982 |
<family>MS Shell Dlg</family> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
983 |
<pointsize>14</pointsize> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
984 |
<weight>50</weight> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
985 |
<italic>false</italic> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
986 |
<bold>false</bold> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
987 |
<underline>false</underline> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
988 |
<strikeout>false</strikeout> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
989 |
</font> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
990 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
991 |
<property name="text" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
992 |
<string>Go!</string> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
993 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
994 |
<property name="checkable" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
995 |
<bool>false</bool> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
996 |
</property> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
997 |
<property name="checked" > |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
998 |
<bool>false</bool> |
99888245a4e8
Now net game is near available, but exception occurs...
unc0rr
parents:
28
diff
changeset
|
999 |
</property> |
26 | 1000 |
</widget> |
1001 |
</widget> |
|
20 | 1002 |
<widget class="QWidget" name="pageMain" > |
25 | 1003 |
<widget class="QPushButton" name="BtnSinglePlayer" > |
1004 |
<property name="geometry" > |
|
1005 |
<rect> |
|
1006 |
<x>230</x> |
|
1007 |
<y>70</y> |
|
1008 |
<width>161</width> |
|
1009 |
<height>41</height> |
|
1010 |
</rect> |
|
1011 |
</property> |
|
1012 |
<property name="font" > |
|
1013 |
<font> |
|
1014 |
<family>MS Shell Dlg</family> |
|
1015 |
<pointsize>14</pointsize> |
|
1016 |
<weight>50</weight> |
|
1017 |
<italic>false</italic> |
|
1018 |
<bold>false</bold> |
|
1019 |
<underline>false</underline> |
|
1020 |
<strikeout>false</strikeout> |
|
1021 |
</font> |
|
1022 |
</property> |
|
1023 |
<property name="text" > |
|
1024 |
<string>Single Player</string> |
|
1025 |
</property> |
|
1026 |
<property name="checkable" > |
|
1027 |
<bool>false</bool> |
|
1028 |
</property> |
|
1029 |
<property name="checked" > |
|
1030 |
<bool>false</bool> |
|
1031 |
</property> |
|
1032 |
</widget> |
|
20 | 1033 |
<widget class="QPushButton" name="BtnMultiplayer" > |
1034 |
<property name="geometry" > |
|
1035 |
<rect> |
|
1036 |
<x>230</x> |
|
25 | 1037 |
<y>120</y> |
20 | 1038 |
<width>161</width> |
1039 |
<height>41</height> |
|
1040 |
</rect> |
|
1041 |
</property> |
|
1042 |
<property name="font" > |
|
1043 |
<font> |
|
1044 |
<family>MS Shell Dlg</family> |
|
1045 |
<pointsize>14</pointsize> |
|
1046 |
<weight>50</weight> |
|
1047 |
<italic>false</italic> |
|
1048 |
<bold>false</bold> |
|
1049 |
<underline>false</underline> |
|
1050 |
<strikeout>false</strikeout> |
|
1051 |
</font> |
|
1052 |
</property> |
|
1053 |
<property name="text" > |
|
1054 |
<string>Multiplayer</string> |
|
1055 |
</property> |
|
1056 |
<property name="checkable" > |
|
1057 |
<bool>false</bool> |
|
1058 |
</property> |
|
1059 |
<property name="checked" > |
|
1060 |
<bool>false</bool> |
|
1061 |
</property> |
|
1062 |
</widget> |
|
25 | 1063 |
<widget class="QPushButton" name="BtnSetup" > |
1064 |
<property name="geometry" > |
|
1065 |
<rect> |
|
1066 |
<x>230</x> |
|
1067 |
<y>220</y> |
|
1068 |
<width>161</width> |
|
1069 |
<height>41</height> |
|
1070 |
</rect> |
|
1071 |
</property> |
|
1072 |
<property name="font" > |
|
1073 |
<font> |
|
1074 |
<family>MS Shell Dlg</family> |
|
1075 |
<pointsize>14</pointsize> |
|
1076 |
<weight>50</weight> |
|
1077 |
<italic>false</italic> |
|
1078 |
<bold>false</bold> |
|
1079 |
<underline>false</underline> |
|
1080 |
<strikeout>false</strikeout> |
|
1081 |
</font> |
|
1082 |
</property> |
|
1083 |
<property name="text" > |
|
1084 |
<string>Setup</string> |
|
1085 |
</property> |
|
1086 |
<property name="checkable" > |
|
1087 |
<bool>false</bool> |
|
1088 |
</property> |
|
1089 |
<property name="checked" > |
|
1090 |
<bool>false</bool> |
|
1091 |
</property> |
|
1092 |
</widget> |
|
20 | 1093 |
<widget class="QPushButton" name="BtnExit" > |
1094 |
<property name="geometry" > |
|
1095 |
<rect> |
|
1096 |
<x>230</x> |
|
25 | 1097 |
<y>320</y> |
20 | 1098 |
<width>161</width> |
1099 |
<height>41</height> |
|
1100 |
</rect> |
|
1101 |
</property> |
|
1102 |
<property name="font" > |
|
1103 |
<font> |
|
1104 |
<family>MS Shell Dlg</family> |
|
1105 |
<pointsize>14</pointsize> |
|
1106 |
<weight>50</weight> |
|
1107 |
<italic>false</italic> |
|
1108 |
<bold>false</bold> |
|
1109 |
<underline>false</underline> |
|
1110 |
<strikeout>false</strikeout> |
|
1111 |
</font> |
|
1112 |
</property> |
|
1113 |
<property name="text" > |
|
1114 |
<string>Exit</string> |
|
1115 |
</property> |
|
1116 |
<property name="checkable" > |
|
1117 |
<bool>false</bool> |
|
1118 |
</property> |
|
1119 |
<property name="checked" > |
|
1120 |
<bool>false</bool> |
|
1121 |
</property> |
|
1122 |
</widget> |
|
26 | 1123 |
<widget class="QPushButton" name="BtnDemos" > |
1124 |
<property name="geometry" > |
|
1125 |
<rect> |
|
1126 |
<x>230</x> |
|
1127 |
<y>270</y> |
|
1128 |
<width>161</width> |
|
1129 |
<height>41</height> |
|
1130 |
</rect> |
|
1131 |
</property> |
|
1132 |
<property name="font" > |
|
1133 |
<font> |
|
1134 |
<family>MS Shell Dlg</family> |
|
1135 |
<pointsize>14</pointsize> |
|
1136 |
<weight>50</weight> |
|
1137 |
<italic>false</italic> |
|
1138 |
<bold>false</bold> |
|
1139 |
<underline>false</underline> |
|
1140 |
<strikeout>false</strikeout> |
|
1141 |
</font> |
|
1142 |
</property> |
|
1143 |
<property name="text" > |
|
1144 |
<string>Demos</string> |
|
1145 |
</property> |
|
1146 |
<property name="checkable" > |
|
1147 |
<bool>false</bool> |
|
1148 |
</property> |
|
1149 |
<property name="checked" > |
|
1150 |
<bool>false</bool> |
|
1151 |
</property> |
|
1152 |
</widget> |
|
28 | 1153 |
<widget class="QPushButton" name="BtnNet" > |
1154 |
<property name="geometry" > |
|
1155 |
<rect> |
|
1156 |
<x>230</x> |
|
1157 |
<y>170</y> |
|
1158 |
<width>161</width> |
|
1159 |
<height>41</height> |
|
1160 |
</rect> |
|
1161 |
</property> |
|
1162 |
<property name="font" > |
|
1163 |
<font> |
|
1164 |
<family>MS Shell Dlg</family> |
|
1165 |
<pointsize>14</pointsize> |
|
1166 |
<weight>50</weight> |
|
1167 |
<italic>false</italic> |
|
1168 |
<bold>false</bold> |
|
1169 |
<underline>false</underline> |
|
1170 |
<strikeout>false</strikeout> |
|
1171 |
</font> |
|
1172 |
</property> |
|
1173 |
<property name="text" > |
|
1174 |
<string>Net game</string> |
|
1175 |
</property> |
|
1176 |
<property name="checkable" > |
|
1177 |
<bool>false</bool> |
|
1178 |
</property> |
|
1179 |
<property name="checked" > |
|
1180 |
<bool>false</bool> |
|
1181 |
</property> |
|
1182 |
</widget> |
|
20 | 1183 |
</widget> |
1184 |
</widget> |
|
1185 |
</widget> |
|
1186 |
</widget> |
|
1187 |
<pixmapfunction></pixmapfunction> |
|
1188 |
<resources/> |
|
1189 |
<connections> |
|
1190 |
<connection> |
|
1191 |
<sender>BtnExit</sender> |
|
1192 |
<signal>clicked()</signal> |
|
1193 |
<receiver>HWForm</receiver> |
|
1194 |
<slot>close()</slot> |
|
1195 |
<hints> |
|
1196 |
<hint type="sourcelabel" > |
|
1197 |
<x>310</x> |
|
1198 |
<y>330</y> |
|
1199 |
</hint> |
|
1200 |
<hint type="destinationlabel" > |
|
1201 |
<x>319</x> |
|
1202 |
<y>224</y> |
|
1203 |
</hint> |
|
1204 |
</hints> |
|
1205 |
</connection> |
|
1206 |
</connections> |
|
1207 |
</ui> |