~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to kpresenter/textdialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI>
2
 
<class>TextDialog</class>
3
 
<include location="global">kcolorbtn.h</include>
4
 
<widget>
5
 
    <class>QDialog</class>
6
 
    <property stdset="1">
7
 
        <name>name</name>
8
 
        <cstring>TextDialog</cstring>
9
 
    </property>
10
 
    <property stdset="1">
11
 
        <name>geometry</name>
12
 
        <rect>
13
 
            <x>0</x>
14
 
            <y>0</y>
15
 
            <width>425</width>
16
 
            <height>317</height>
17
 
        </rect>
18
 
    </property>
19
 
    <property stdset="1">
20
 
        <name>caption</name>
21
 
        <string>Text Object Settings</string>
22
 
    </property>
23
 
    <property stdset="1">
24
 
        <name>sizeGripEnabled</name>
25
 
        <bool>true</bool>
26
 
    </property>
27
 
    <vbox>
28
 
        <property stdset="1">
29
 
            <name>margin</name>
30
 
            <number>11</number>
31
 
        </property>
32
 
        <property stdset="1">
33
 
            <name>spacing</name>
34
 
            <number>6</number>
35
 
        </property>
36
 
        <widget>
37
 
            <class>QLayoutWidget</class>
38
 
            <property stdset="1">
39
 
                <name>name</name>
40
 
                <cstring>Layout7</cstring>
41
 
            </property>
42
 
            <hbox>
43
 
                <property stdset="1">
44
 
                    <name>margin</name>
45
 
                    <number>0</number>
46
 
                </property>
47
 
                <property stdset="1">
48
 
                    <name>spacing</name>
49
 
                    <number>6</number>
50
 
                </property>
51
 
                <widget>
52
 
                    <class>QLayoutWidget</class>
53
 
                    <property stdset="1">
54
 
                        <name>name</name>
55
 
                        <cstring>Layout6</cstring>
56
 
                    </property>
57
 
                    <vbox>
58
 
                        <property stdset="1">
59
 
                            <name>margin</name>
60
 
                            <number>0</number>
61
 
                        </property>
62
 
                        <property stdset="1">
63
 
                            <name>spacing</name>
64
 
                            <number>6</number>
65
 
                        </property>
66
 
                        <widget>
67
 
                            <class>QGroupBox</class>
68
 
                            <property stdset="1">
69
 
                                <name>name</name>
70
 
                                <cstring>GroupBox1</cstring>
71
 
                            </property>
72
 
                            <property stdset="1">
73
 
                                <name>title</name>
74
 
                                <string>&amp;Bullet Lists</string>
75
 
                            </property>
76
 
                            <vbox>
77
 
                                <property stdset="1">
78
 
                                    <name>margin</name>
79
 
                                    <number>11</number>
80
 
                                </property>
81
 
                                <property stdset="1">
82
 
                                    <name>spacing</name>
83
 
                                    <number>6</number>
84
 
                                </property>
85
 
                                <widget>
86
 
                                    <class>QLayoutWidget</class>
87
 
                                    <property stdset="1">
88
 
                                        <name>name</name>
89
 
                                        <cstring>Layout11</cstring>
90
 
                                    </property>
91
 
                                    <hbox>
92
 
                                        <property stdset="1">
93
 
                                            <name>margin</name>
94
 
                                            <number>0</number>
95
 
                                        </property>
96
 
                                        <property stdset="1">
97
 
                                            <name>spacing</name>
98
 
                                            <number>6</number>
99
 
                                        </property>
100
 
                                        <widget>
101
 
                                            <class>QLabel</class>
102
 
                                            <property stdset="1">
103
 
                                                <name>name</name>
104
 
                                                <cstring>TextLabel1</cstring>
105
 
                                            </property>
106
 
                                            <property stdset="1">
107
 
                                                <name>text</name>
108
 
                                                <string>&amp;1. Level:</string>
109
 
                                            </property>
110
 
                                            <property>
111
 
                                                <name>buddy</name>
112
 
                                                <cstring>comboBullet1</cstring>
113
 
                                            </property>
114
 
                                        </widget>
115
 
                                        <widget>
116
 
                                            <class>QComboBox</class>
117
 
                                            <item>
118
 
                                                <property>
119
 
                                                    <name>text</name>
120
 
                                                    <string>Filled Circle</string>
121
 
                                                </property>
122
 
                                            </item>
123
 
                                            <item>
124
 
                                                <property>
125
 
                                                    <name>text</name>
126
 
                                                    <string>Filled Square</string>
127
 
                                                </property>
128
 
                                            </item>
129
 
                                            <item>
130
 
                                                <property>
131
 
                                                    <name>text</name>
132
 
                                                    <string>Outlined Circle</string>
133
 
                                                </property>
134
 
                                            </item>
135
 
                                            <item>
136
 
                                                <property>
137
 
                                                    <name>text</name>
138
 
                                                    <string>Outlined Square</string>
139
 
                                                </property>
140
 
                                            </item>
141
 
                                            <property stdset="1">
142
 
                                                <name>name</name>
143
 
                                                <cstring>comboBullet1</cstring>
144
 
                                            </property>
145
 
                                        </widget>
146
 
                                        <widget>
147
 
                                            <class>KColorButton</class>
148
 
                                            <property stdset="1">
149
 
                                                <name>name</name>
150
 
                                                <cstring>colorBullet1</cstring>
151
 
                                            </property>
152
 
                                            <property stdset="1">
153
 
                                                <name>sizePolicy</name>
154
 
                                                <sizepolicy>
155
 
                                                    <hsizetype>3</hsizetype>
156
 
                                                    <vsizetype>1</vsizetype>
157
 
                                                </sizepolicy>
158
 
                                            </property>
159
 
                                        </widget>
160
 
                                    </hbox>
161
 
                                </widget>
162
 
                                <widget>
163
 
                                    <class>QLayoutWidget</class>
164
 
                                    <property stdset="1">
165
 
                                        <name>name</name>
166
 
                                        <cstring>Layout3</cstring>
167
 
                                    </property>
168
 
                                    <hbox>
169
 
                                        <property stdset="1">
170
 
                                            <name>margin</name>
171
 
                                            <number>0</number>
172
 
                                        </property>
173
 
                                        <property stdset="1">
174
 
                                            <name>spacing</name>
175
 
                                            <number>6</number>
176
 
                                        </property>
177
 
                                        <widget>
178
 
                                            <class>QLabel</class>
179
 
                                            <property stdset="1">
180
 
                                                <name>name</name>
181
 
                                                <cstring>TextLabel1_2</cstring>
182
 
                                            </property>
183
 
                                            <property stdset="1">
184
 
                                                <name>text</name>
185
 
                                                <string>&amp;2. Level:</string>
186
 
                                            </property>
187
 
                                            <property>
188
 
                                                <name>buddy</name>
189
 
                                                <cstring>comboBullet2</cstring>
190
 
                                            </property>
191
 
                                        </widget>
192
 
                                        <widget>
193
 
                                            <class>QComboBox</class>
194
 
                                            <item>
195
 
                                                <property>
196
 
                                                    <name>text</name>
197
 
                                                    <string>Filled Circle</string>
198
 
                                                </property>
199
 
                                            </item>
200
 
                                            <item>
201
 
                                                <property>
202
 
                                                    <name>text</name>
203
 
                                                    <string>Filled Square</string>
204
 
                                                </property>
205
 
                                            </item>
206
 
                                            <item>
207
 
                                                <property>
208
 
                                                    <name>text</name>
209
 
                                                    <string>Outlined Circle</string>
210
 
                                                </property>
211
 
                                            </item>
212
 
                                            <item>
213
 
                                                <property>
214
 
                                                    <name>text</name>
215
 
                                                    <string>Outlined Square</string>
216
 
                                                </property>
217
 
                                            </item>
218
 
                                            <property stdset="1">
219
 
                                                <name>name</name>
220
 
                                                <cstring>comboBullet2</cstring>
221
 
                                            </property>
222
 
                                        </widget>
223
 
                                        <widget>
224
 
                                            <class>KColorButton</class>
225
 
                                            <property stdset="1">
226
 
                                                <name>name</name>
227
 
                                                <cstring>colorBullet2</cstring>
228
 
                                            </property>
229
 
                                            <property stdset="1">
230
 
                                                <name>sizePolicy</name>
231
 
                                                <sizepolicy>
232
 
                                                    <hsizetype>3</hsizetype>
233
 
                                                    <vsizetype>1</vsizetype>
234
 
                                                </sizepolicy>
235
 
                                            </property>
236
 
                                        </widget>
237
 
                                    </hbox>
238
 
                                </widget>
239
 
                                <widget>
240
 
                                    <class>QLayoutWidget</class>
241
 
                                    <property stdset="1">
242
 
                                        <name>name</name>
243
 
                                        <cstring>Layout4</cstring>
244
 
                                    </property>
245
 
                                    <hbox>
246
 
                                        <property stdset="1">
247
 
                                            <name>margin</name>
248
 
                                            <number>0</number>
249
 
                                        </property>
250
 
                                        <property stdset="1">
251
 
                                            <name>spacing</name>
252
 
                                            <number>6</number>
253
 
                                        </property>
254
 
                                        <widget>
255
 
                                            <class>QLabel</class>
256
 
                                            <property stdset="1">
257
 
                                                <name>name</name>
258
 
                                                <cstring>TextLabel1_3</cstring>
259
 
                                            </property>
260
 
                                            <property stdset="1">
261
 
                                                <name>text</name>
262
 
                                                <string>&amp;3. Level:</string>
263
 
                                            </property>
264
 
                                            <property>
265
 
                                                <name>buddy</name>
266
 
                                                <cstring>comboBullet3</cstring>
267
 
                                            </property>
268
 
                                        </widget>
269
 
                                        <widget>
270
 
                                            <class>QComboBox</class>
271
 
                                            <item>
272
 
                                                <property>
273
 
                                                    <name>text</name>
274
 
                                                    <string>Filled Circle</string>
275
 
                                                </property>
276
 
                                            </item>
277
 
                                            <item>
278
 
                                                <property>
279
 
                                                    <name>text</name>
280
 
                                                    <string>Filled Square</string>
281
 
                                                </property>
282
 
                                            </item>
283
 
                                            <item>
284
 
                                                <property>
285
 
                                                    <name>text</name>
286
 
                                                    <string>Outlined Circle</string>
287
 
                                                </property>
288
 
                                            </item>
289
 
                                            <item>
290
 
                                                <property>
291
 
                                                    <name>text</name>
292
 
                                                    <string>Outlined Square</string>
293
 
                                                </property>
294
 
                                            </item>
295
 
                                            <property stdset="1">
296
 
                                                <name>name</name>
297
 
                                                <cstring>comboBullet3</cstring>
298
 
                                            </property>
299
 
                                        </widget>
300
 
                                        <widget>
301
 
                                            <class>KColorButton</class>
302
 
                                            <property stdset="1">
303
 
                                                <name>name</name>
304
 
                                                <cstring>colorBullet3</cstring>
305
 
                                            </property>
306
 
                                            <property stdset="1">
307
 
                                                <name>sizePolicy</name>
308
 
                                                <sizepolicy>
309
 
                                                    <hsizetype>3</hsizetype>
310
 
                                                    <vsizetype>1</vsizetype>
311
 
                                                </sizepolicy>
312
 
                                            </property>
313
 
                                        </widget>
314
 
                                    </hbox>
315
 
                                </widget>
316
 
                                <widget>
317
 
                                    <class>QLayoutWidget</class>
318
 
                                    <property stdset="1">
319
 
                                        <name>name</name>
320
 
                                        <cstring>Layout5</cstring>
321
 
                                    </property>
322
 
                                    <hbox>
323
 
                                        <property stdset="1">
324
 
                                            <name>margin</name>
325
 
                                            <number>0</number>
326
 
                                        </property>
327
 
                                        <property stdset="1">
328
 
                                            <name>spacing</name>
329
 
                                            <number>6</number>
330
 
                                        </property>
331
 
                                        <widget>
332
 
                                            <class>QLabel</class>
333
 
                                            <property stdset="1">
334
 
                                                <name>name</name>
335
 
                                                <cstring>TextLabel1_4</cstring>
336
 
                                            </property>
337
 
                                            <property stdset="1">
338
 
                                                <name>text</name>
339
 
                                                <string>&amp;4. Level:</string>
340
 
                                            </property>
341
 
                                            <property>
342
 
                                                <name>buddy</name>
343
 
                                                <cstring>comboBullet4</cstring>
344
 
                                            </property>
345
 
                                        </widget>
346
 
                                        <widget>
347
 
                                            <class>QComboBox</class>
348
 
                                            <item>
349
 
                                                <property>
350
 
                                                    <name>text</name>
351
 
                                                    <string>Filled Circle</string>
352
 
                                                </property>
353
 
                                            </item>
354
 
                                            <item>
355
 
                                                <property>
356
 
                                                    <name>text</name>
357
 
                                                    <string>Filled Square</string>
358
 
                                                </property>
359
 
                                            </item>
360
 
                                            <item>
361
 
                                                <property>
362
 
                                                    <name>text</name>
363
 
                                                    <string>Outlined Circle</string>
364
 
                                                </property>
365
 
                                            </item>
366
 
                                            <item>
367
 
                                                <property>
368
 
                                                    <name>text</name>
369
 
                                                    <string>Outlined Square</string>
370
 
                                                </property>
371
 
                                            </item>
372
 
                                            <property stdset="1">
373
 
                                                <name>name</name>
374
 
                                                <cstring>comboBullet4</cstring>
375
 
                                            </property>
376
 
                                        </widget>
377
 
                                        <widget>
378
 
                                            <class>KColorButton</class>
379
 
                                            <property stdset="1">
380
 
                                                <name>name</name>
381
 
                                                <cstring>colorBullet4</cstring>
382
 
                                            </property>
383
 
                                            <property stdset="1">
384
 
                                                <name>sizePolicy</name>
385
 
                                                <sizepolicy>
386
 
                                                    <hsizetype>3</hsizetype>
387
 
                                                    <vsizetype>1</vsizetype>
388
 
                                                </sizepolicy>
389
 
                                            </property>
390
 
                                        </widget>
391
 
                                    </hbox>
392
 
                                </widget>
393
 
                            </vbox>
394
 
                        </widget>
395
 
                        <widget>
396
 
                            <class>QGroupBox</class>
397
 
                            <property stdset="1">
398
 
                                <name>name</name>
399
 
                                <cstring>GroupBox2</cstring>
400
 
                            </property>
401
 
                            <property stdset="1">
402
 
                                <name>enabled</name>
403
 
                                <bool>false</bool>
404
 
                            </property>
405
 
                            <property stdset="1">
406
 
                                <name>title</name>
407
 
                                <string>&amp;Enumerated lists</string>
408
 
                            </property>
409
 
                            <hbox>
410
 
                                <property stdset="1">
411
 
                                    <name>margin</name>
412
 
                                    <number>11</number>
413
 
                                </property>
414
 
                                <property stdset="1">
415
 
                                    <name>spacing</name>
416
 
                                    <number>6</number>
417
 
                                </property>
418
 
                                <widget>
419
 
                                    <class>QLayoutWidget</class>
420
 
                                    <property stdset="1">
421
 
                                        <name>name</name>
422
 
                                        <cstring>Layout9</cstring>
423
 
                                    </property>
424
 
                                    <vbox>
425
 
                                        <property stdset="1">
426
 
                                            <name>margin</name>
427
 
                                            <number>0</number>
428
 
                                        </property>
429
 
                                        <property stdset="1">
430
 
                                            <name>spacing</name>
431
 
                                            <number>6</number>
432
 
                                        </property>
433
 
                                        <widget>
434
 
                                            <class>QLabel</class>
435
 
                                            <property stdset="1">
436
 
                                                <name>name</name>
437
 
                                                <cstring>TextLabel1_5</cstring>
438
 
                                            </property>
439
 
                                            <property stdset="1">
440
 
                                                <name>text</name>
441
 
                                                <string>&amp;Type:</string>
442
 
                                            </property>
443
 
                                            <property>
444
 
                                                <name>buddy</name>
445
 
                                                <cstring>comboEnumType</cstring>
446
 
                                            </property>
447
 
                                        </widget>
448
 
                                        <widget>
449
 
                                            <class>QLabel</class>
450
 
                                            <property stdset="1">
451
 
                                                <name>name</name>
452
 
                                                <cstring>TextLabel2</cstring>
453
 
                                            </property>
454
 
                                            <property stdset="1">
455
 
                                                <name>text</name>
456
 
                                                <string>Colo&amp;r:</string>
457
 
                                            </property>
458
 
                                            <property>
459
 
                                                <name>buddy</name>
460
 
                                                <cstring>enumColor</cstring>
461
 
                                            </property>
462
 
                                        </widget>
463
 
                                    </vbox>
464
 
                                </widget>
465
 
                                <widget>
466
 
                                    <class>QLayoutWidget</class>
467
 
                                    <property stdset="1">
468
 
                                        <name>name</name>
469
 
                                        <cstring>Layout10</cstring>
470
 
                                    </property>
471
 
                                    <vbox>
472
 
                                        <property stdset="1">
473
 
                                            <name>margin</name>
474
 
                                            <number>0</number>
475
 
                                        </property>
476
 
                                        <property stdset="1">
477
 
                                            <name>spacing</name>
478
 
                                            <number>6</number>
479
 
                                        </property>
480
 
                                        <widget>
481
 
                                            <class>QComboBox</class>
482
 
                                            <item>
483
 
                                                <property>
484
 
                                                    <name>text</name>
485
 
                                                    <string>Numbers</string>
486
 
                                                </property>
487
 
                                            </item>
488
 
                                            <item>
489
 
                                                <property>
490
 
                                                    <name>text</name>
491
 
                                                    <string>Characters</string>
492
 
                                                </property>
493
 
                                            </item>
494
 
                                            <property stdset="1">
495
 
                                                <name>name</name>
496
 
                                                <cstring>comboEnumType</cstring>
497
 
                                            </property>
498
 
                                        </widget>
499
 
                                        <widget>
500
 
                                            <class>KColorButton</class>
501
 
                                            <property stdset="1">
502
 
                                                <name>name</name>
503
 
                                                <cstring>enumColor</cstring>
504
 
                                            </property>
505
 
                                        </widget>
506
 
                                    </vbox>
507
 
                                </widget>
508
 
                            </hbox>
509
 
                        </widget>
510
 
                    </vbox>
511
 
                </widget>
512
 
                <widget>
513
 
                    <class>QGroupBox</class>
514
 
                    <property stdset="1">
515
 
                        <name>name</name>
516
 
                        <cstring>GroupBox3</cstring>
517
 
                    </property>
518
 
                    <property stdset="1">
519
 
                        <name>title</name>
520
 
                        <string>&amp;Spacing</string>
521
 
                    </property>
522
 
                    <vbox>
523
 
                        <property stdset="1">
524
 
                            <name>margin</name>
525
 
                            <number>11</number>
526
 
                        </property>
527
 
                        <property stdset="1">
528
 
                            <name>spacing</name>
529
 
                            <number>6</number>
530
 
                        </property>
531
 
                        <widget>
532
 
                            <class>QLabel</class>
533
 
                            <property stdset="1">
534
 
                                <name>name</name>
535
 
                                <cstring>TextLabel1_6</cstring>
536
 
                            </property>
537
 
                            <property stdset="1">
538
 
                                <name>text</name>
539
 
                                <string>&amp;Lines-Spacing:</string>
540
 
                            </property>
541
 
                            <property>
542
 
                                <name>buddy</name>
543
 
                                <cstring>spinLineSpacing</cstring>
544
 
                            </property>
545
 
                        </widget>
546
 
                        <widget>
547
 
                            <class>QSpinBox</class>
548
 
                            <property stdset="1">
549
 
                                <name>name</name>
550
 
                                <cstring>spinLineSpacing</cstring>
551
 
                            </property>
552
 
                        </widget>
553
 
                        <widget>
554
 
                            <class>QLabel</class>
555
 
                            <property stdset="1">
556
 
                                <name>name</name>
557
 
                                <cstring>TextLabel1_6_2</cstring>
558
 
                            </property>
559
 
                            <property stdset="1">
560
 
                                <name>text</name>
561
 
                                <string>&amp;Paragraph-Spacing:</string>
562
 
                            </property>
563
 
                            <property>
564
 
                                <name>buddy</name>
565
 
                                <cstring>spinParagSpacing</cstring>
566
 
                            </property>
567
 
                        </widget>
568
 
                        <widget>
569
 
                            <class>QSpinBox</class>
570
 
                            <property stdset="1">
571
 
                                <name>name</name>
572
 
                                <cstring>spinParagSpacing</cstring>
573
 
                            </property>
574
 
                        </widget>
575
 
                        <widget>
576
 
                            <class>QLabel</class>
577
 
                            <property stdset="1">
578
 
                                <name>name</name>
579
 
                                <cstring>TextLabel1_6_2_2</cstring>
580
 
                            </property>
581
 
                            <property stdset="1">
582
 
                                <name>text</name>
583
 
                                <string>&amp;Margin</string>
584
 
                            </property>
585
 
                            <property>
586
 
                                <name>buddy</name>
587
 
                                <cstring>spinMargin</cstring>
588
 
                            </property>
589
 
                        </widget>
590
 
                        <widget>
591
 
                            <class>QSpinBox</class>
592
 
                            <property stdset="1">
593
 
                                <name>name</name>
594
 
                                <cstring>spinMargin</cstring>
595
 
                            </property>
596
 
                        </widget>
597
 
                    </vbox>
598
 
                </widget>
599
 
            </hbox>
600
 
        </widget>
601
 
        <widget>
602
 
            <class>QLayoutWidget</class>
603
 
            <property stdset="1">
604
 
                <name>name</name>
605
 
                <cstring>Layout1</cstring>
606
 
            </property>
607
 
            <hbox>
608
 
                <property stdset="1">
609
 
                    <name>margin</name>
610
 
                    <number>0</number>
611
 
                </property>
612
 
                <property stdset="1">
613
 
                    <name>spacing</name>
614
 
                    <number>6</number>
615
 
                </property>
616
 
                <spacer>
617
 
                    <property>
618
 
                        <name>name</name>
619
 
                        <cstring>Spacer1</cstring>
620
 
                    </property>
621
 
                    <property stdset="1">
622
 
                        <name>orientation</name>
623
 
                        <enum>Horizontal</enum>
624
 
                    </property>
625
 
                    <property stdset="1">
626
 
                        <name>sizeType</name>
627
 
                        <enum>Expanding</enum>
628
 
                    </property>
629
 
                    <property>
630
 
                        <name>sizeHint</name>
631
 
                        <size>
632
 
                            <width>20</width>
633
 
                            <height>20</height>
634
 
                        </size>
635
 
                    </property>
636
 
                </spacer>
637
 
                <widget>
638
 
                    <class>QPushButton</class>
639
 
                    <property stdset="1">
640
 
                        <name>name</name>
641
 
                        <cstring>PushButton2</cstring>
642
 
                    </property>
643
 
                    <property stdset="1">
644
 
                        <name>text</name>
645
 
                        <string>OK</string>
646
 
                    </property>
647
 
                    <property stdset="1">
648
 
                        <name>default</name>
649
 
                        <bool>true</bool>
650
 
                    </property>
651
 
                </widget>
652
 
                <widget>
653
 
                    <class>QPushButton</class>
654
 
                    <property stdset="1">
655
 
                        <name>name</name>
656
 
                        <cstring>PushButton1</cstring>
657
 
                    </property>
658
 
                    <property stdset="1">
659
 
                        <name>text</name>
660
 
                        <string>Cancel</string>
661
 
                    </property>
662
 
                </widget>
663
 
            </hbox>
664
 
        </widget>
665
 
    </vbox>
666
 
</widget>
667
 
<customwidgets>
668
 
    <customwidget>
669
 
        <class>KColorButton</class>
670
 
        <header location="global">kcolorbutton.h</header>
671
 
        <sizehint>
672
 
            <width>40</width>
673
 
            <height>25</height>
674
 
        </sizehint>
675
 
        <container>0</container>
676
 
        <sizepolicy>
677
 
            <hordata>7</hordata>
678
 
            <verdata>1</verdata>
679
 
        </sizepolicy>
680
 
        <pixmap>image0</pixmap>
681
 
    </customwidget>
682
 
</customwidgets>
683
 
<images>
684
 
    <image>
685
 
        <name>image0</name>
686
 
        <data format="XPM.GZ" length="1112">789c9dd2cb8e9b301406e07d9e0225bba89a09601350d505302c5b7559a9eac23e6672b363620c0ca9faeef53949da2e2a55eab123f9e38f2f217e5e475f3e7f8cd6cf8bde0b7f8008f6c2456b3518337ffdf6e1fb62992451e8691ac5cb778be55304d1277b6e71fc12c6ab0d157222e61bd8e4c812196f6216535a13f318624a6764b2495842e99558249014c81e99c6294b69d3376291424ae9806431638cd28628183081f4489e70ce13e4852878c129ad905992f18cd291283295517a466ed32ddfa64847945bb595c80e99a739cf29d54499ab9c528b2c58c10b86344428540148400a26b8a0541241b482d215523299494a0551c9562ae409091c32e0c82351410b942aa4e22a53941e882d36e41ed966d8903b2215f215f99a6143b6442afaafff5aff485658622584a091941256948443d1cabbdd6ebf3f28753c09a9e9cdc1fe703c9e4ea19f689a0430fa4c8908082be093d08d016bbb0bbd5e7ceafade5b30de19d083b3fa9e008cd39b9fafd69495b473af7fcfb15325c1d61eea0afaf005ddf97b5295c658a866338f97591babef7340fa396c6c5ca9e7fe650807d0bf566b4262299986ba335a3b4a2cc84b69ac85b1b673037d8fabf95b023a9c09cc7530e104dd5419ed6e27083fb09a7c752db5a9bd31cde4ec634ed8a39aebbe337618c3f6fdc5dee6d8b0bb0d6b5b8b1fad43d78fe4e14e3f6aace8e29d9d736777fea3c686eee0138c9726d4d00c548df7a315ff750f7ebc5ffc04a0e5308d</data>
687
 
    </image>
688
 
</images>
689
 
<connections>
690
 
    <connection>
691
 
        <sender>PushButton1</sender>
692
 
        <signal>clicked()</signal>
693
 
        <receiver>TextDialog</receiver>
694
 
        <slot>reject()</slot>
695
 
    </connection>
696
 
    <connection>
697
 
        <sender>PushButton2</sender>
698
 
        <signal>clicked()</signal>
699
 
        <receiver>TextDialog</receiver>
700
 
        <slot>accept()</slot>
701
 
    </connection>
702
 
</connections>
703
 
</UI>