summaryrefslogtreecommitdiffstats
path: root/examples/toplevel/options.ui
blob: 1658876e37696597278310821627f65d57ab51bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>OptionsDialog</class>
<widget class="TQDialog">
    <property name="name">
        <cstring>OptionsDialog</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>371</width>
            <height>482</height>
        </rect>
    </property>
    <property name="caption">
        <string>Select Options</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>layout5</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout4</cstring>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQButtonGroup">
                            <property name="name">
                                <cstring>bgBorder</cstring>
                            </property>
                            <property name="title">
                                <string>&amp;Border</string>
                            </property>
                            <property name="flat">
                                <bool>true</bool>
                            </property>
                            <property name="checkable">
                                <bool>true</bool>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Select different types of borders, or turn the border off. Windows without a border are ignored by the window manager.</string>
                            </property>
                            <vbox>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <widget class="TQRadioButton">
                                    <property name="name">
                                        <cstring>rbBorderNormal</cstring>
                                    </property>
                                    <property name="text">
                                        <string>&amp;Normal</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+N</string>
                                    </property>
                                    <property name="checked">
                                        <bool>true</bool>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>A normal border</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Gives the window a normal, resizable border. The window should have a layout installed to handle the resizing gracefully.</string>
                                    </property>
                                </widget>
                                <widget class="TQRadioButton">
                                    <property name="name">
                                        <cstring>rbBorderDialog</cstring>
                                    </property>
                                    <property name="text">
                                        <string>&amp;Dialog</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+D</string>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>A thin dialog border</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Gives the window a thin dialog border. Depending on the window manager the window will not be resizable. Use TQWidget::setFixedSize() in addition to enforce a static size on all systems.</string>
                                    </property>
                                </widget>
                            </vbox>
                        </widget>
                        <widget class="TQButtonGroup">
                            <property name="name">
                                <cstring>bgTitle</cstring>
                            </property>
                            <property name="title">
                                <string>&amp;Titlebar</string>
                            </property>
                            <property name="flat">
                                <bool>true</bool>
                            </property>
                            <property name="checkable">
                                <bool>true</bool>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Select different controls you want to see in the titlebar, or turn the titlebar off. Popup windows should not have a titlebar.</string>
                            </property>
                            <vbox>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <widget class="TQCheckBox">
                                    <property name="name">
                                        <cstring>cbTitleSystem</cstring>
                                    </property>
                                    <property name="text">
                                        <string>S&amp;ystem Menu</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+Y</string>
                                    </property>
                                    <property name="checked">
                                        <bool>true</bool>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>A window system menu.</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Adds a window system menu. Many window managers require a system menu to be able to provide minimize or maximize controls. A system menu implies a close button.</string>
                                    </property>
                                </widget>
                                <widget class="TQCheckBox">
                                    <property name="name">
                                        <cstring>cbTitleMinimize</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Minimi&amp;ze</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+Z</string>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>A minimize button</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Adds a minimze button. This option requires a system menu on many window managers.</string>
                                    </property>
                                </widget>
                                <widget class="TQCheckBox">
                                    <property name="name">
                                        <cstring>cbTitleMaximize</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Ma&amp;ximize</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+X</string>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>A maximize button</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Adds a maximze button. This option requires a system menu on many window managers.</string>
                                    </property>
                                </widget>
                                <widget class="TQCheckBox">
                                    <property name="name">
                                        <cstring>cbTitleContext</cstring>
                                    </property>
                                    <property name="text">
                                        <string>&amp;What's This</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+W</string>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>A context help button</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Adds a context help button. This option requires a system menu on many window managers, and often doesn't work together with minimize and maximize buttons.</string>
                                    </property>
                                </widget>
                            </vbox>
                        </widget>
                    </vbox>
                </widget>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout3</cstring>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQButtonGroup">
                            <property name="name">
                                <cstring>bgBehavior</cstring>
                            </property>
                            <property name="title">
                                <string>Behavior</string>
                            </property>
                            <property name="flat">
                                <bool>true</bool>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Select different behaviors of the window in runtime.</string>
                            </property>
                            <vbox>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <widget class="TQCheckBox">
                                    <property name="name">
                                        <cstring>cbBehaviorTaskbar</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Taskbar &amp;Entry</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+E</string>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>Entry in the taskbar</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Gives the window a separate task bar entry.</string>
                                    </property>
                                </widget>
                                <widget class="TQCheckBox">
                                    <property name="name">
                                        <cstring>cbBehaviorStays</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Stays on T&amp;op</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+O</string>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>Stay on top of the desktop</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Informs the window system that the window should stay on top of all other windows, including windows from other applications. This is not supported on all X11 window managers.</string>
                                    </property>
                                </widget>
                                <widget class="TQCheckBox">
                                    <property name="name">
                                        <cstring>cbBehaviorPopup</cstring>
                                    </property>
                                    <property name="enabled">
                                        <bool>false</bool>
                                    </property>
                                    <property name="text">
                                        <string>&amp;Popup</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+P</string>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>A popup window</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Indicates that this widget is a popup window. Popup windows are modal, but close automatically when the mouse is clicked.</string>
                                    </property>
                                </widget>
                                <widget class="TQCheckBox">
                                    <property name="name">
                                        <cstring>cbBehaviorTool</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Too&amp;l</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+L</string>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>A tool window</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Makes the window a tool window. Tool windows often have a smaller titlebar and decoration, and don't activate automtically when displayed. Tool windows often cannot have their own taskbar entry.</string>
                                    </property>
                                </widget>
                                <widget class="TQCheckBox">
                                    <property name="name">
                                        <cstring>cbBehaviorModal</cstring>
                                    </property>
                                    <property name="text">
                                        <string>&amp;Modal</string>
                                    </property>
                                    <property name="accel">
                                        <string>Alt+M</string>
                                    </property>
                                    <property name="toolTip" stdset="0">
                                        <string>Show modal</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>The window is modal for the application, e.g. input for other windows are blocked by this window.</string>
                                    </property>
                                </widget>
                            </vbox>
                        </widget>
                        <spacer>
                            <property name="name">
                                <cstring>spacer2</cstring>
                            </property>
                            <property name="orientation">
                                <enum>Vertical</enum>
                            </property>
                            <property name="sizeType">
                                <enum>Expanding</enum>
                            </property>
                            <property name="sizeHint">
                                <size>
                                    <width>20</width>
                                    <height>31</height>
                                </size>
                            </property>
                        </spacer>
                    </vbox>
                </widget>
            </hbox>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>gbProperties</cstring>
            </property>
            <property name="title">
                <string>Properties</string>
            </property>
            <property name="flat">
                <bool>true</bool>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Set other properties of the window.</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLineEdit" row="0" column="1">
                    <property name="name">
                        <cstring>leCaption</cstring>
                    </property>
                    <property name="text">
                        <string>Caption</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Window caption</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>The caption of the window.</string>
                    </property>
                </widget>
                <widget class="TQLayoutWidget" row="1" column="1">
                    <property name="name">
                        <cstring>layout2</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQLineEdit">
                            <property name="name">
                                <cstring>leIcon</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Icon file</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Provide an image file.</string>
                            </property>
                        </widget>
                        <widget class="TQToolButton">
                            <property name="name">
                                <cstring>tbPick</cstring>
                            </property>
                            <property name="text">
                                <string>...</string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Pick an icon</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Select an image file.</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
                <widget class="TQSlider" row="2" column="1">
                    <property name="name">
                        <cstring>slTransparency</cstring>
                    </property>
                    <property name="maxValue">
                        <number>100</number>
                    </property>
                    <property name="pageStep">
                        <number>10</number>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="tickmarks">
                        <enum>Below</enum>
                    </property>
                    <property name="tickInterval">
                        <number>10</number>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Window transparency</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Set the transparency of the window.
A high value gives a high window transparency, e.g. it is less visible.

Note that this attribute is not supported on many windowing systems and will have no effect.</string>
                    </property>
                </widget>
                <widget class="TQLabel" row="2" column="0">
                    <property name="name">
                        <cstring>textLabel3</cstring>
                    </property>
                    <property name="text">
                        <string>Transp&amp;arency:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>slTransparency</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="1" column="0">
                    <property name="name">
                        <cstring>textLabel2</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Icon:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>leIcon</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="0" column="0">
                    <property name="name">
                        <cstring>textLabel1</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Caption:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>leCaption</cstring>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>layout1</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <spacer>
                    <property name="name">
                        <cstring>spacer1</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>70</width>
                            <height>21</height>
                        </size>
                    </property>
                </spacer>
                <widget class="TQPushButton">
                    <property name="name">
                        <cstring>pbApply</cstring>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                    <property name="accel">
                        <string></string>
                    </property>
                    <property name="default">
                        <bool>true</bool>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Creates a new window with the selected flags, or modifies the visible window.</string>
                    </property>
                </widget>
                <widget class="TQPushButton">
                    <property name="name">
                        <cstring>pbClose</cstring>
                    </property>
                    <property name="text">
                        <string>Close</string>
                    </property>
                    <property name="accel">
                        <string></string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Closes this dialog and exits the application.</string>
                    </property>
                </widget>
            </hbox>
        </widget>
    </vbox>
</widget>
<connections>
    <connection>
        <sender>pbClose</sender>
        <signal>clicked()</signal>
        <receiver>OptionsDialog</receiver>
        <slot>close()</slot>
    </connection>
    <connection>
        <sender>pbApply</sender>
        <signal>clicked()</signal>
        <receiver>OptionsDialog</receiver>
        <slot>apply()</slot>
    </connection>
    <connection>
        <sender>bgBorder</sender>
        <signal>toggled(bool)</signal>
        <receiver>bgTitle</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>cbTitleSystem</sender>
        <signal>toggled(bool)</signal>
        <receiver>cbTitleMinimize</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>cbTitleSystem</sender>
        <signal>toggled(bool)</signal>
        <receiver>cbTitleMaximize</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>cbTitleSystem</sender>
        <signal>toggled(bool)</signal>
        <receiver>cbTitleContext</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>bgTitle</sender>
        <signal>toggled(bool)</signal>
        <receiver>cbBehaviorPopup</receiver>
        <slot>setDisabled(bool)</slot>
    </connection>
    <connection>
        <sender>cbBehaviorPopup</sender>
        <signal>toggled(bool)</signal>
        <receiver>bgTitle</receiver>
        <slot>setDisabled(bool)</slot>
    </connection>
    <connection>
        <sender>tbPick</sender>
        <signal>clicked()</signal>
        <receiver>OptionsDialog</receiver>
        <slot>pickIcon()</slot>
    </connection>
</connections>
<includes>
    <include location="global" impldecl="in declaration">qguardedptr.h</include>
    <include location="global" impldecl="in declaration">qvbox.h</include>
    <include location="global" impldecl="in implementation">qfiledialog.h</include>
</includes>
<variables>
    <variable access="private">TQGuardedPtr&lt;TQVBox&gt; widget;</variable>
</variables>
<slots>
    <slot>apply()</slot>
    <slot access="protected">pickIcon()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>