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