~ubuntu-branches/ubuntu/maverick/qgo/maverick

« back to all changes in this revision

Viewing changes to src/newlocalgame_gui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-01-01 23:07:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050101230710-fhng6yidm47xlb2i
Tags: upstream-1.0.0-r2
ImportĀ upstreamĀ versionĀ 1.0.0-r2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI>
 
2
<class>NewLocalGameDialog</class>
 
3
<widget>
 
4
    <class>QDialog</class>
 
5
    <property stdset="1">
 
6
        <name>name</name>
 
7
        <cstring>NewLocalGameDialog</cstring>
 
8
    </property>
 
9
    <property>
 
10
        <name>geometry</name>
 
11
        <rect>
 
12
            <x>0</x>
 
13
            <y>0</y>
 
14
            <width>259</width>
 
15
            <height>359</height>
 
16
        </rect>
 
17
    </property>
 
18
    <property>
 
19
        <name>maximumSize</name>
 
20
        <size>
 
21
            <width>300</width>
 
22
            <height>380</height>
 
23
        </size>
 
24
    </property>
 
25
    <property>
 
26
        <name>caption</name>
 
27
        <string>New Game</string>
 
28
    </property>
 
29
    <property>
 
30
        <name>layoutMargin</name>
 
31
    </property>
 
32
    <grid>
 
33
        <property>
 
34
            <name>margin</name>
 
35
            <number>0</number>
 
36
        </property>
 
37
        <property>
 
38
            <name>spacing</name>
 
39
            <number>6</number>
 
40
        </property>
 
41
        <widget row="0"  column="0" >
 
42
            <class>QFrame</class>
 
43
            <property stdset="1">
 
44
                <name>name</name>
 
45
                <cstring>Frame13</cstring>
 
46
            </property>
 
47
            <property>
 
48
                <name>frameShape</name>
 
49
                <enum>StyledPanel</enum>
 
50
            </property>
 
51
            <property>
 
52
                <name>frameShadow</name>
 
53
                <enum>Raised</enum>
 
54
            </property>
 
55
            <grid>
 
56
                <property>
 
57
                    <name>margin</name>
 
58
                    <number>11</number>
 
59
                </property>
 
60
                <property>
 
61
                    <name>spacing</name>
 
62
                    <number>6</number>
 
63
                </property>
 
64
                <widget row="1"  column="0" >
 
65
                    <class>QLabel</class>
 
66
                    <property stdset="1">
 
67
                        <name>name</name>
 
68
                        <cstring>TextLabel2</cstring>
 
69
                    </property>
 
70
                    <property>
 
71
                        <name>text</name>
 
72
                        <string>White:</string>
 
73
                    </property>
 
74
                </widget>
 
75
                <widget row="2"  column="0" >
 
76
                    <class>QLabel</class>
 
77
                    <property stdset="1">
 
78
                        <name>name</name>
 
79
                        <cstring>TextLabel1</cstring>
 
80
                    </property>
 
81
                    <property>
 
82
                        <name>text</name>
 
83
                        <string>Black:</string>
 
84
                    </property>
 
85
                </widget>
 
86
                <widget row="2"  column="1" >
 
87
                    <class>QLineEdit</class>
 
88
                    <property stdset="1">
 
89
                        <name>name</name>
 
90
                        <cstring>playerBlackEdit</cstring>
 
91
                    </property>
 
92
                    <property>
 
93
                        <name>text</name>
 
94
                        <string>Black</string>
 
95
                    </property>
 
96
                </widget>
 
97
                <widget row="0"  column="1" >
 
98
                    <class>QLabel</class>
 
99
                    <property stdset="1">
 
100
                        <name>name</name>
 
101
                        <cstring>TextLabel2_2</cstring>
 
102
                    </property>
 
103
                    <property>
 
104
                        <name>text</name>
 
105
                        <string>Player Name:</string>
 
106
                    </property>
 
107
                </widget>
 
108
                <widget row="1"  column="1" >
 
109
                    <class>QLineEdit</class>
 
110
                    <property stdset="1">
 
111
                        <name>name</name>
 
112
                        <cstring>playerWhiteEdit</cstring>
 
113
                    </property>
 
114
                    <property>
 
115
                        <name>text</name>
 
116
                        <string>White</string>
 
117
                    </property>
 
118
                </widget>
 
119
                <widget row="1"  column="2" >
 
120
                    <class>QLineEdit</class>
 
121
                    <property stdset="1">
 
122
                        <name>name</name>
 
123
                        <cstring>playerWhiteRkEdit</cstring>
 
124
                    </property>
 
125
                </widget>
 
126
                <widget row="2"  column="2" >
 
127
                    <class>QLineEdit</class>
 
128
                    <property stdset="1">
 
129
                        <name>name</name>
 
130
                        <cstring>playerBlackRkEdit</cstring>
 
131
                    </property>
 
132
                </widget>
 
133
                <widget row="0"  column="2" >
 
134
                    <class>QLabel</class>
 
135
                    <property stdset="1">
 
136
                        <name>name</name>
 
137
                        <cstring>TextLabel2_3</cstring>
 
138
                    </property>
 
139
                    <property>
 
140
                        <name>text</name>
 
141
                        <string>Rank:</string>
 
142
                    </property>
 
143
                </widget>
 
144
            </grid>
 
145
        </widget>
 
146
        <widget row="3"  column="0" >
 
147
            <class>QLayoutWidget</class>
 
148
            <property stdset="1">
 
149
                <name>name</name>
 
150
                <cstring>Layout7</cstring>
 
151
            </property>
 
152
            <hbox>
 
153
                <property>
 
154
                    <name>margin</name>
 
155
                    <number>0</number>
 
156
                </property>
 
157
                <property>
 
158
                    <name>spacing</name>
 
159
                    <number>6</number>
 
160
                </property>
 
161
                <spacer>
 
162
                    <property>
 
163
                        <name>name</name>
 
164
                        <cstring>Horizontal Spacing2</cstring>
 
165
                    </property>
 
166
                    <property>
 
167
                        <name>orientation</name>
 
168
                        <enum>Horizontal</enum>
 
169
                    </property>
 
170
                    <property>
 
171
                        <name>sizeType</name>
 
172
                        <enum>Expanding</enum>
 
173
                    </property>
 
174
                    <property>
 
175
                        <name>sizeHint</name>
 
176
                        <size>
 
177
                            <width>20</width>
 
178
                            <height>20</height>
 
179
                        </size>
 
180
                    </property>
 
181
                </spacer>
 
182
                <widget>
 
183
                    <class>QPushButton</class>
 
184
                    <property stdset="1">
 
185
                        <name>name</name>
 
186
                        <cstring>buttonOk</cstring>
 
187
                    </property>
 
188
                    <property>
 
189
                        <name>text</name>
 
190
                        <string>&amp;Ok</string>
 
191
                    </property>
 
192
                </widget>
 
193
                <widget>
 
194
                    <class>QPushButton</class>
 
195
                    <property stdset="1">
 
196
                        <name>name</name>
 
197
                        <cstring>buttonCancel</cstring>
 
198
                    </property>
 
199
                    <property>
 
200
                        <name>text</name>
 
201
                        <string>&amp;Cancel</string>
 
202
                    </property>
 
203
                </widget>
 
204
            </hbox>
 
205
        </widget>
 
206
        <widget row="1"  column="0" >
 
207
            <class>QFrame</class>
 
208
            <property stdset="1">
 
209
                <name>name</name>
 
210
                <cstring>Frame14</cstring>
 
211
            </property>
 
212
            <property>
 
213
                <name>frameShape</name>
 
214
                <enum>StyledPanel</enum>
 
215
            </property>
 
216
            <property>
 
217
                <name>frameShadow</name>
 
218
                <enum>Raised</enum>
 
219
            </property>
 
220
            <grid>
 
221
                <property>
 
222
                    <name>margin</name>
 
223
                    <number>11</number>
 
224
                </property>
 
225
                <property>
 
226
                    <name>spacing</name>
 
227
                    <number>6</number>
 
228
                </property>
 
229
                <widget row="0"  column="0" >
 
230
                    <class>QLayoutWidget</class>
 
231
                    <property stdset="1">
 
232
                        <name>name</name>
 
233
                        <cstring>Layout10</cstring>
 
234
                    </property>
 
235
                    <hbox>
 
236
                        <property>
 
237
                            <name>margin</name>
 
238
                            <number>0</number>
 
239
                        </property>
 
240
                        <property>
 
241
                            <name>spacing</name>
 
242
                            <number>6</number>
 
243
                        </property>
 
244
                        <widget>
 
245
                            <class>QLabel</class>
 
246
                            <property stdset="1">
 
247
                                <name>name</name>
 
248
                                <cstring>TextLabel3</cstring>
 
249
                            </property>
 
250
                            <property>
 
251
                                <name>text</name>
 
252
                                <string>Board size:</string>
 
253
                            </property>
 
254
                        </widget>
 
255
                        <widget>
 
256
                            <class>QSpinBox</class>
 
257
                            <property stdset="1">
 
258
                                <name>name</name>
 
259
                                <cstring>boardSizeSpin</cstring>
 
260
                            </property>
 
261
                            <property>
 
262
                                <name>maximumSize</name>
 
263
                                <size>
 
264
                                    <width>60</width>
 
265
                                    <height>32767</height>
 
266
                                </size>
 
267
                            </property>
 
268
                            <property>
 
269
                                <name>maxValue</name>
 
270
                                <number>36</number>
 
271
                            </property>
 
272
                            <property>
 
273
                                <name>minValue</name>
 
274
                                <number>4</number>
 
275
                            </property>
 
276
                            <property>
 
277
                                <name>value</name>
 
278
                                <number>19</number>
 
279
                            </property>
 
280
                        </widget>
 
281
                    </hbox>
 
282
                </widget>
 
283
                <widget row="2"  column="0" >
 
284
                    <class>QLayoutWidget</class>
 
285
                    <property stdset="1">
 
286
                        <name>name</name>
 
287
                        <cstring>Layout14</cstring>
 
288
                    </property>
 
289
                    <hbox>
 
290
                        <property>
 
291
                            <name>margin</name>
 
292
                            <number>0</number>
 
293
                        </property>
 
294
                        <property>
 
295
                            <name>spacing</name>
 
296
                            <number>6</number>
 
297
                        </property>
 
298
                        <widget>
 
299
                            <class>QLabel</class>
 
300
                            <property stdset="1">
 
301
                                <name>name</name>
 
302
                                <cstring>TextLabel5</cstring>
 
303
                            </property>
 
304
                            <property>
 
305
                                <name>text</name>
 
306
                                <string>Handicap:</string>
 
307
                            </property>
 
308
                        </widget>
 
309
                        <widget>
 
310
                            <class>QSpinBox</class>
 
311
                            <property stdset="1">
 
312
                                <name>name</name>
 
313
                                <cstring>handicapSpin</cstring>
 
314
                            </property>
 
315
                            <property>
 
316
                                <name>maximumSize</name>
 
317
                                <size>
 
318
                                    <width>60</width>
 
319
                                    <height>32767</height>
 
320
                                </size>
 
321
                            </property>
 
322
                            <property>
 
323
                                <name>maxValue</name>
 
324
                                <number>13</number>
 
325
                            </property>
 
326
                        </widget>
 
327
                    </hbox>
 
328
                </widget>
 
329
                <widget row="1"  column="0" >
 
330
                    <class>QLayoutWidget</class>
 
331
                    <property stdset="1">
 
332
                        <name>name</name>
 
333
                        <cstring>Layout15</cstring>
 
334
                    </property>
 
335
                    <hbox>
 
336
                        <property>
 
337
                            <name>margin</name>
 
338
                            <number>0</number>
 
339
                        </property>
 
340
                        <property>
 
341
                            <name>spacing</name>
 
342
                            <number>6</number>
 
343
                        </property>
 
344
                        <widget>
 
345
                            <class>QLabel</class>
 
346
                            <property stdset="1">
 
347
                                <name>name</name>
 
348
                                <cstring>TextLabel4</cstring>
 
349
                            </property>
 
350
                            <property>
 
351
                                <name>text</name>
 
352
                                <string>Komi:</string>
 
353
                            </property>
 
354
                        </widget>
 
355
                        <widget>
 
356
                            <class>KomiSpinBox</class>
 
357
                            <property stdset="1">
 
358
                                <name>name</name>
 
359
                                <cstring>komiSpin</cstring>
 
360
                            </property>
 
361
                            <property>
 
362
                                <name>minimumSize</name>
 
363
                                <size>
 
364
                                    <width>20</width>
 
365
                                    <height>20</height>
 
366
                                </size>
 
367
                            </property>
 
368
                            <property>
 
369
                                <name>maximumSize</name>
 
370
                                <size>
 
371
                                    <width>60</width>
 
372
                                    <height>32767</height>
 
373
                                </size>
 
374
                            </property>
 
375
                            <property>
 
376
                                <name>focusPolicy</name>
 
377
                                <enum>StrongFocus</enum>
 
378
                            </property>
 
379
                            <property>
 
380
                                <name>acceptDrops</name>
 
381
                                <bool>true</bool>
 
382
                            </property>
 
383
                        </widget>
 
384
                    </hbox>
 
385
                </widget>
 
386
            </grid>
 
387
        </widget>
 
388
        <widget row="2"  column="0" >
 
389
            <class>QFrame</class>
 
390
            <property stdset="1">
 
391
                <name>name</name>
 
392
                <cstring>Frame14_2</cstring>
 
393
            </property>
 
394
            <property>
 
395
                <name>frameShape</name>
 
396
                <enum>StyledPanel</enum>
 
397
            </property>
 
398
            <property>
 
399
                <name>frameShadow</name>
 
400
                <enum>Raised</enum>
 
401
            </property>
 
402
            <grid>
 
403
                <property>
 
404
                    <name>margin</name>
 
405
                    <number>11</number>
 
406
                </property>
 
407
                <property>
 
408
                    <name>spacing</name>
 
409
                    <number>6</number>
 
410
                </property>
 
411
                <widget row="1"  column="0" >
 
412
                    <class>QLayoutWidget</class>
 
413
                    <property stdset="1">
 
414
                        <name>name</name>
 
415
                        <cstring>Layout12</cstring>
 
416
                    </property>
 
417
                    <hbox>
 
418
                        <property>
 
419
                            <name>margin</name>
 
420
                            <number>0</number>
 
421
                        </property>
 
422
                        <property>
 
423
                            <name>spacing</name>
 
424
                            <number>6</number>
 
425
                        </property>
 
426
                        <widget>
 
427
                            <class>QLabel</class>
 
428
                            <property stdset="1">
 
429
                                <name>name</name>
 
430
                                <cstring>TextLabel7</cstring>
 
431
                            </property>
 
432
                            <property>
 
433
                                <name>text</name>
 
434
                                <string>Byoyomi Time:</string>
 
435
                            </property>
 
436
                        </widget>
 
437
                        <widget>
 
438
                            <class>QSpinBox</class>
 
439
                            <property stdset="1">
 
440
                                <name>name</name>
 
441
                                <cstring>byoTimeSpin</cstring>
 
442
                            </property>
 
443
                            <property>
 
444
                                <name>maximumSize</name>
 
445
                                <size>
 
446
                                    <width>60</width>
 
447
                                    <height>32767</height>
 
448
                                </size>
 
449
                            </property>
 
450
                            <property>
 
451
                                <name>value</name>
 
452
                                <number>10</number>
 
453
                            </property>
 
454
                            <property>
 
455
                                <name>toolTip</name>
 
456
                                <string>Additional time for 25 moves; after 25 moves the byoyomi time starts again and again</string>
 
457
                            </property>
 
458
                        </widget>
 
459
                    </hbox>
 
460
                </widget>
 
461
                <widget row="0"  column="0" >
 
462
                    <class>QLayoutWidget</class>
 
463
                    <property stdset="1">
 
464
                        <name>name</name>
 
465
                        <cstring>Layout13</cstring>
 
466
                    </property>
 
467
                    <hbox>
 
468
                        <property>
 
469
                            <name>margin</name>
 
470
                            <number>0</number>
 
471
                        </property>
 
472
                        <property>
 
473
                            <name>spacing</name>
 
474
                            <number>6</number>
 
475
                        </property>
 
476
                        <widget>
 
477
                            <class>QLabel</class>
 
478
                            <property stdset="1">
 
479
                                <name>name</name>
 
480
                                <cstring>TextLabel6</cstring>
 
481
                            </property>
 
482
                            <property>
 
483
                                <name>text</name>
 
484
                                <string>Time:</string>
 
485
                            </property>
 
486
                        </widget>
 
487
                        <widget>
 
488
                            <class>QSpinBox</class>
 
489
                            <property stdset="1">
 
490
                                <name>name</name>
 
491
                                <cstring>timeSpin</cstring>
 
492
                            </property>
 
493
                            <property>
 
494
                                <name>maximumSize</name>
 
495
                                <size>
 
496
                                    <width>60</width>
 
497
                                    <height>32767</height>
 
498
                                </size>
 
499
                            </property>
 
500
                            <property>
 
501
                                <name>value</name>
 
502
                                <number>10</number>
 
503
                            </property>
 
504
                            <property>
 
505
                                <name>toolTip</name>
 
506
                                <string>Playing time</string>
 
507
                            </property>
 
508
                        </widget>
 
509
                    </hbox>
 
510
                </widget>
 
511
            </grid>
 
512
        </widget>
 
513
    </grid>
 
514
</widget>
 
515
<customwidgets>
 
516
    <customwidget>
 
517
        <class>KomiSpinBox</class>
 
518
        <header location="global">komispinbox.h</header>
 
519
        <sizehint>
 
520
            <width>-1</width>
 
521
            <height>-1</height>
 
522
        </sizehint>
 
523
        <container>0</container>
 
524
        <sizepolicy>
 
525
            <hordata>1</hordata>
 
526
            <verdata>0</verdata>
 
527
        </sizepolicy>
 
528
        <pixmap>image0</pixmap>
 
529
    </customwidget>
 
530
</customwidgets>
 
531
<images>
 
532
    <image>
 
533
        <name>image0</name>
 
534
        <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
 
535
    </image>
 
536
</images>
 
537
<connections>
 
538
    <connection>
 
539
        <sender>buttonCancel</sender>
 
540
        <signal>clicked()</signal>
 
541
        <receiver>NewLocalGameDialog</receiver>
 
542
        <slot>reject()</slot>
 
543
    </connection>
 
544
    <connection>
 
545
        <sender>buttonOk</sender>
 
546
        <signal>clicked()</signal>
 
547
        <receiver>NewLocalGameDialog</receiver>
 
548
        <slot>accept()</slot>
 
549
    </connection>
 
550
</connections>
 
551
<tabstops>
 
552
    <tabstop>playerWhiteEdit</tabstop>
 
553
    <tabstop>playerBlackEdit</tabstop>
 
554
    <tabstop>boardSizeSpin</tabstop>
 
555
    <tabstop>komiSpin</tabstop>
 
556
    <tabstop>handicapSpin</tabstop>
 
557
    <tabstop>buttonOk</tabstop>
 
558
    <tabstop>buttonCancel</tabstop>
 
559
</tabstops>
 
560
</UI>