~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to src/ui_options.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2004-06-15 00:10:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040615001041-enywb6pcpe4sjsw6
Tags: 0.9.2-1
* New upstream release
* Set KDEDIR for ./configure so kde specific files get installed
* Don't install libpsiwidgets.so. It got installed in /usr/share
  where it doesn't belong. May be included (at a better location)
  later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2
 
<class>OptionsUI</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>OptionsUI</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>696</width>
12
 
            <height>510</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>OptionsUI</string>
17
 
    </property>
18
 
    <property name="sizeGripEnabled">
19
 
        <bool>false</bool>
20
 
    </property>
21
 
    <vbox>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <property name="margin">
26
 
            <number>11</number>
27
 
        </property>
28
 
        <property name="spacing">
29
 
            <number>6</number>
30
 
        </property>
31
 
        <widget class="QTabWidget">
32
 
            <property name="name">
33
 
                <cstring>tabwidget</cstring>
34
 
            </property>
35
 
            <widget class="QWidget">
36
 
                <property name="name">
37
 
                    <cstring>Widget8</cstring>
38
 
                </property>
39
 
                <attribute name="title">
40
 
                    <string>General</string>
41
 
                </attribute>
42
 
                <hbox>
43
 
                    <property name="name">
44
 
                        <cstring>unnamed</cstring>
45
 
                    </property>
46
 
                    <property name="margin">
47
 
                        <number>11</number>
48
 
                    </property>
49
 
                    <property name="spacing">
50
 
                        <number>6</number>
51
 
                    </property>
52
 
                    <widget class="QLayoutWidget">
53
 
                        <property name="name">
54
 
                            <cstring>Layout19</cstring>
55
 
                        </property>
56
 
                        <vbox>
57
 
                            <property name="name">
58
 
                                <cstring>unnamed</cstring>
59
 
                            </property>
60
 
                            <property name="margin">
61
 
                                <number>0</number>
62
 
                            </property>
63
 
                            <property name="spacing">
64
 
                                <number>6</number>
65
 
                            </property>
66
 
                            <widget class="QGroupBox">
67
 
                                <property name="name">
68
 
                                    <cstring>GroupBox9</cstring>
69
 
                                </property>
70
 
                                <property name="frameShape">
71
 
                                    <enum>Box</enum>
72
 
                                </property>
73
 
                                <property name="frameShadow">
74
 
                                    <enum>Sunken</enum>
75
 
                                </property>
76
 
                                <property name="title">
77
 
                                    <string>Roster</string>
78
 
                                </property>
79
 
                                <vbox>
80
 
                                    <property name="name">
81
 
                                        <cstring>unnamed</cstring>
82
 
                                    </property>
83
 
                                    <property name="margin">
84
 
                                        <number>11</number>
85
 
                                    </property>
86
 
                                    <property name="spacing">
87
 
                                        <number>6</number>
88
 
                                    </property>
89
 
                                    <widget class="QCheckBox">
90
 
                                        <property name="name">
91
 
                                            <cstring>ck_useleft</cstring>
92
 
                                        </property>
93
 
                                        <property name="enabled">
94
 
                                            <bool>true</bool>
95
 
                                        </property>
96
 
                                        <property name="text">
97
 
                                            <string>Use left-click for menu</string>
98
 
                                        </property>
99
 
                                    </widget>
100
 
                                    <widget class="QCheckBox">
101
 
                                        <property name="name">
102
 
                                            <cstring>ck_singleclick</cstring>
103
 
                                        </property>
104
 
                                        <property name="text">
105
 
                                            <string>Single-click triggers default action</string>
106
 
                                        </property>
107
 
                                    </widget>
108
 
                                    <widget class="QLabel">
109
 
                                        <property name="name">
110
 
                                            <cstring>TextLabel1_6</cstring>
111
 
                                        </property>
112
 
                                        <property name="text">
113
 
                                            <string>Default Action:</string>
114
 
                                        </property>
115
 
                                    </widget>
116
 
                                    <widget class="QLayoutWidget">
117
 
                                        <property name="name">
118
 
                                            <cstring>Layout2</cstring>
119
 
                                        </property>
120
 
                                        <hbox>
121
 
                                            <property name="name">
122
 
                                                <cstring>unnamed</cstring>
123
 
                                            </property>
124
 
                                            <property name="margin">
125
 
                                                <number>0</number>
126
 
                                            </property>
127
 
                                            <property name="spacing">
128
 
                                                <number>6</number>
129
 
                                            </property>
130
 
                                            <widget class="QRadioButton">
131
 
                                                <property name="name">
132
 
                                                    <cstring>rb_defActMsg</cstring>
133
 
                                                </property>
134
 
                                                <property name="text">
135
 
                                                    <string>Message</string>
136
 
                                                </property>
137
 
                                            </widget>
138
 
                                            <widget class="QRadioButton">
139
 
                                                <property name="name">
140
 
                                                    <cstring>rb_defActChat</cstring>
141
 
                                                </property>
142
 
                                                <property name="text">
143
 
                                                    <string>Chat</string>
144
 
                                                </property>
145
 
                                            </widget>
146
 
                                        </hbox>
147
 
                                    </widget>
148
 
                                </vbox>
149
 
                            </widget>
150
 
                            <widget class="QGroupBox">
151
 
                                <property name="name">
152
 
                                    <cstring>GroupBox16</cstring>
153
 
                                </property>
154
 
                                <property name="title">
155
 
                                    <string>Links</string>
156
 
                                </property>
157
 
                                <vbox>
158
 
                                    <property name="name">
159
 
                                        <cstring>unnamed</cstring>
160
 
                                    </property>
161
 
                                    <property name="margin">
162
 
                                        <number>11</number>
163
 
                                    </property>
164
 
                                    <property name="spacing">
165
 
                                        <number>6</number>
166
 
                                    </property>
167
 
                                    <widget class="QLayoutWidget">
168
 
                                        <property name="name">
169
 
                                            <cstring>Layout18</cstring>
170
 
                                        </property>
171
 
                                        <hbox>
172
 
                                            <property name="name">
173
 
                                                <cstring>unnamed</cstring>
174
 
                                            </property>
175
 
                                            <property name="margin">
176
 
                                                <number>0</number>
177
 
                                            </property>
178
 
                                            <property name="spacing">
179
 
                                                <number>6</number>
180
 
                                            </property>
181
 
                                            <widget class="QLabel">
182
 
                                                <property name="name">
183
 
                                                    <cstring>TextLabel2_3</cstring>
184
 
                                                </property>
185
 
                                                <property name="text">
186
 
                                                    <string>Open With:</string>
187
 
                                                </property>
188
 
                                            </widget>
189
 
                                            <widget class="QComboBox">
190
 
                                                <property name="name">
191
 
                                                    <cstring>cb_link</cstring>
192
 
                                                </property>
193
 
                                                <property name="sizePolicy">
194
 
                                                    <sizepolicy>
195
 
                                                        <hsizetype>7</hsizetype>
196
 
                                                        <vsizetype>0</vsizetype>
197
 
                                                        <horstretch>0</horstretch>
198
 
                                                        <verstretch>0</verstretch>
199
 
                                                    </sizepolicy>
200
 
                                                </property>
201
 
                                            </widget>
202
 
                                        </hbox>
203
 
                                    </widget>
204
 
                                    <widget class="QGroupBox">
205
 
                                        <property name="name">
206
 
                                            <cstring>gb_linkCustom</cstring>
207
 
                                        </property>
208
 
                                        <property name="title">
209
 
                                            <string>Custom</string>
210
 
                                        </property>
211
 
                                        <grid>
212
 
                                            <property name="name">
213
 
                                                <cstring>unnamed</cstring>
214
 
                                            </property>
215
 
                                            <property name="margin">
216
 
                                                <number>11</number>
217
 
                                            </property>
218
 
                                            <property name="spacing">
219
 
                                                <number>6</number>
220
 
                                            </property>
221
 
                                            <widget class="QLineEdit" row="1" column="1">
222
 
                                                <property name="name">
223
 
                                                    <cstring>le_linkMailer</cstring>
224
 
                                                </property>
225
 
                                            </widget>
226
 
                                            <widget class="QLineEdit" row="0" column="1">
227
 
                                                <property name="name">
228
 
                                                    <cstring>le_linkBrowser</cstring>
229
 
                                                </property>
230
 
                                            </widget>
231
 
                                            <widget class="QLabel" row="1" column="0">
232
 
                                                <property name="name">
233
 
                                                    <cstring>TextLabel4</cstring>
234
 
                                                </property>
235
 
                                                <property name="text">
236
 
                                                    <string>Mailer</string>
237
 
                                                </property>
238
 
                                            </widget>
239
 
                                            <widget class="QLabel" row="0" column="0">
240
 
                                                <property name="name">
241
 
                                                    <cstring>TextLabel3_2</cstring>
242
 
                                                </property>
243
 
                                                <property name="text">
244
 
                                                    <string>Browser</string>
245
 
                                                </property>
246
 
                                            </widget>
247
 
                                        </grid>
248
 
                                    </widget>
249
 
                                </vbox>
250
 
                            </widget>
251
 
                            <spacer>
252
 
                                <property name="name" stdset="0">
253
 
                                    <cstring>Spacer3</cstring>
254
 
                                </property>
255
 
                                <property name="orientation">
256
 
                                    <enum>Vertical</enum>
257
 
                                </property>
258
 
                                <property name="sizeType">
259
 
                                    <enum>Expanding</enum>
260
 
                                </property>
261
 
                                <property name="sizeHint">
262
 
                                    <size>
263
 
                                        <width>20</width>
264
 
                                        <height>20</height>
265
 
                                    </size>
266
 
                                </property>
267
 
                            </spacer>
268
 
                        </vbox>
269
 
                    </widget>
270
 
                    <widget class="QLayoutWidget">
271
 
                        <property name="name">
272
 
                            <cstring>Layout14</cstring>
273
 
                        </property>
274
 
                        <vbox>
275
 
                            <property name="name">
276
 
                                <cstring>unnamed</cstring>
277
 
                            </property>
278
 
                            <property name="margin">
279
 
                                <number>0</number>
280
 
                            </property>
281
 
                            <property name="spacing">
282
 
                                <number>6</number>
283
 
                            </property>
284
 
                            <widget class="QGroupBox">
285
 
                                <property name="name">
286
 
                                    <cstring>GroupBox13_2</cstring>
287
 
                                </property>
288
 
                                <property name="title">
289
 
                                    <string>Misc</string>
290
 
                                </property>
291
 
                                <vbox>
292
 
                                    <property name="name">
293
 
                                        <cstring>unnamed</cstring>
294
 
                                    </property>
295
 
                                    <property name="margin">
296
 
                                        <number>11</number>
297
 
                                    </property>
298
 
                                    <property name="spacing">
299
 
                                        <number>6</number>
300
 
                                    </property>
301
 
                                    <widget class="QCheckBox">
302
 
                                        <property name="name">
303
 
                                            <cstring>ck_alwaysOnTop</cstring>
304
 
                                        </property>
305
 
                                        <property name="text">
306
 
                                            <string>Always on top</string>
307
 
                                        </property>
308
 
                                    </widget>
309
 
                                    <widget class="QCheckBox">
310
 
                                        <property name="name">
311
 
                                            <cstring>ck_keepSizes</cstring>
312
 
                                        </property>
313
 
                                        <property name="text">
314
 
                                            <string>Remember Window Sizes</string>
315
 
                                        </property>
316
 
                                    </widget>
317
 
                                    <widget class="QLabel">
318
 
                                        <property name="name">
319
 
                                            <cstring>TextLabel1_7</cstring>
320
 
                                        </property>
321
 
                                        <property name="text">
322
 
                                            <string>Delete chat window contents (end conversation)</string>
323
 
                                        </property>
324
 
                                    </widget>
325
 
                                    <widget class="QRadioButton">
326
 
                                        <property name="name">
327
 
                                            <cstring>rb_delChatsClose</cstring>
328
 
                                        </property>
329
 
                                        <property name="text">
330
 
                                            <string>When chat window is closed</string>
331
 
                                        </property>
332
 
                                    </widget>
333
 
                                    <widget class="QRadioButton">
334
 
                                        <property name="name">
335
 
                                            <cstring>rb_delChatsHour</cstring>
336
 
                                        </property>
337
 
                                        <property name="text">
338
 
                                            <string>One hour after chat window was closed</string>
339
 
                                        </property>
340
 
                                    </widget>
341
 
                                    <widget class="QRadioButton">
342
 
                                        <property name="name">
343
 
                                            <cstring>rb_delChatsDay</cstring>
344
 
                                        </property>
345
 
                                        <property name="text">
346
 
                                            <string>One day after chat window was closed</string>
347
 
                                        </property>
348
 
                                    </widget>
349
 
                                    <widget class="QRadioButton">
350
 
                                        <property name="name">
351
 
                                            <cstring>rb_delChatsNever</cstring>
352
 
                                        </property>
353
 
                                        <property name="text">
354
 
                                            <string>Never</string>
355
 
                                        </property>
356
 
                                    </widget>
357
 
                                </vbox>
358
 
                            </widget>
359
 
                            <widget class="QGroupBox">
360
 
                                <property name="name">
361
 
                                    <cstring>gb_docking</cstring>
362
 
                                </property>
363
 
                                <property name="title">
364
 
                                    <string>Docking</string>
365
 
                                </property>
366
 
                                <vbox>
367
 
                                    <property name="name">
368
 
                                        <cstring>unnamed</cstring>
369
 
                                    </property>
370
 
                                    <property name="margin">
371
 
                                        <number>11</number>
372
 
                                    </property>
373
 
                                    <property name="spacing">
374
 
                                        <number>6</number>
375
 
                                    </property>
376
 
                                    <widget class="QCheckBox">
377
 
                                        <property name="name">
378
 
                                            <cstring>ck_docklet</cstring>
379
 
                                        </property>
380
 
                                        <property name="text">
381
 
                                            <string>Enable Docklet</string>
382
 
                                        </property>
383
 
                                    </widget>
384
 
                                    <widget class="QCheckBox">
385
 
                                        <property name="name">
386
 
                                            <cstring>ck_dockDCstyle</cstring>
387
 
                                        </property>
388
 
                                        <property name="text">
389
 
                                            <string>Use "Double-click" style (like Mirabilis ICQ)</string>
390
 
                                        </property>
391
 
                                    </widget>
392
 
                                </vbox>
393
 
                            </widget>
394
 
                            <spacer>
395
 
                                <property name="name" stdset="0">
396
 
                                    <cstring>Spacer9</cstring>
397
 
                                </property>
398
 
                                <property name="orientation">
399
 
                                    <enum>Vertical</enum>
400
 
                                </property>
401
 
                                <property name="sizeType">
402
 
                                    <enum>Expanding</enum>
403
 
                                </property>
404
 
                                <property name="sizeHint">
405
 
                                    <size>
406
 
                                        <width>20</width>
407
 
                                        <height>20</height>
408
 
                                    </size>
409
 
                                </property>
410
 
                            </spacer>
411
 
                        </vbox>
412
 
                    </widget>
413
 
                </hbox>
414
 
            </widget>
415
 
            <widget class="QWidget">
416
 
                <property name="name">
417
 
                    <cstring>Widget9</cstring>
418
 
                </property>
419
 
                <attribute name="title">
420
 
                    <string>Events</string>
421
 
                </attribute>
422
 
                <hbox>
423
 
                    <property name="name">
424
 
                        <cstring>unnamed</cstring>
425
 
                    </property>
426
 
                    <property name="margin">
427
 
                        <number>11</number>
428
 
                    </property>
429
 
                    <property name="spacing">
430
 
                        <number>6</number>
431
 
                    </property>
432
 
                    <widget class="QLayoutWidget">
433
 
                        <property name="name">
434
 
                            <cstring>Layout15</cstring>
435
 
                        </property>
436
 
                        <vbox>
437
 
                            <property name="name">
438
 
                                <cstring>unnamed</cstring>
439
 
                            </property>
440
 
                            <property name="margin">
441
 
                                <number>0</number>
442
 
                            </property>
443
 
                            <property name="spacing">
444
 
                                <number>6</number>
445
 
                            </property>
446
 
                            <widget class="QGroupBox">
447
 
                                <property name="name">
448
 
                                    <cstring>GroupBox12</cstring>
449
 
                                </property>
450
 
                                <property name="title">
451
 
                                    <string>Receive</string>
452
 
                                </property>
453
 
                                <vbox>
454
 
                                    <property name="name">
455
 
                                        <cstring>unnamed</cstring>
456
 
                                    </property>
457
 
                                    <property name="margin">
458
 
                                        <number>11</number>
459
 
                                    </property>
460
 
                                    <property name="spacing">
461
 
                                        <number>6</number>
462
 
                                    </property>
463
 
                                    <widget class="QCheckBox">
464
 
                                        <property name="name">
465
 
                                            <cstring>ck_popupMsgs</cstring>
466
 
                                        </property>
467
 
                                        <property name="text">
468
 
                                            <string>Autopopup New Messages</string>
469
 
                                        </property>
470
 
                                    </widget>
471
 
                                    <widget class="QCheckBox">
472
 
                                        <property name="name">
473
 
                                            <cstring>ck_popupChats</cstring>
474
 
                                        </property>
475
 
                                        <property name="text">
476
 
                                            <string>Autopopup New Chats</string>
477
 
                                        </property>
478
 
                                    </widget>
479
 
                                    <widget class="QCheckBox">
480
 
                                        <property name="name">
481
 
                                            <cstring>ck_raise</cstring>
482
 
                                        </property>
483
 
                                        <property name="text">
484
 
                                            <string>Raise Window On New Event</string>
485
 
                                        </property>
486
 
                                    </widget>
487
 
                                    <widget class="QLabel">
488
 
                                        <property name="name">
489
 
                                            <cstring>TextLabel2</cstring>
490
 
                                        </property>
491
 
                                        <property name="text">
492
 
                                            <string>Treat incoming messages and chats as:</string>
493
 
                                        </property>
494
 
                                    </widget>
495
 
                                    <widget class="QComboBox">
496
 
                                        <item>
497
 
                                            <property name="text">
498
 
                                                <string>Normal</string>
499
 
                                            </property>
500
 
                                        </item>
501
 
                                        <item>
502
 
                                            <property name="text">
503
 
                                                <string>Messages</string>
504
 
                                            </property>
505
 
                                        </item>
506
 
                                        <item>
507
 
                                            <property name="text">
508
 
                                                <string>Chats</string>
509
 
                                            </property>
510
 
                                        </item>
511
 
                                        <property name="name">
512
 
                                            <cstring>cb_incomingAs</cstring>
513
 
                                        </property>
514
 
                                    </widget>
515
 
                                </vbox>
516
 
                            </widget>
517
 
                            <spacer>
518
 
                                <property name="name" stdset="0">
519
 
                                    <cstring>Spacer8</cstring>
520
 
                                </property>
521
 
                                <property name="orientation">
522
 
                                    <enum>Vertical</enum>
523
 
                                </property>
524
 
                                <property name="sizeType">
525
 
                                    <enum>Expanding</enum>
526
 
                                </property>
527
 
                                <property name="sizeHint">
528
 
                                    <size>
529
 
                                        <width>20</width>
530
 
                                        <height>20</height>
531
 
                                    </size>
532
 
                                </property>
533
 
                            </spacer>
534
 
                        </vbox>
535
 
                    </widget>
536
 
                    <widget class="QLayoutWidget">
537
 
                        <property name="name">
538
 
                            <cstring>Layout14</cstring>
539
 
                        </property>
540
 
                        <vbox>
541
 
                            <property name="name">
542
 
                                <cstring>unnamed</cstring>
543
 
                            </property>
544
 
                            <property name="margin">
545
 
                                <number>0</number>
546
 
                            </property>
547
 
                            <property name="spacing">
548
 
                                <number>6</number>
549
 
                            </property>
550
 
                            <widget class="QGroupBox">
551
 
                                <property name="name">
552
 
                                    <cstring>GroupBox13</cstring>
553
 
                                </property>
554
 
                                <property name="enabled">
555
 
                                    <bool>true</bool>
556
 
                                </property>
557
 
                                <property name="title">
558
 
                                    <string>Send</string>
559
 
                                </property>
560
 
                                <vbox>
561
 
                                    <property name="name">
562
 
                                        <cstring>unnamed</cstring>
563
 
                                    </property>
564
 
                                    <property name="margin">
565
 
                                        <number>11</number>
566
 
                                    </property>
567
 
                                    <property name="spacing">
568
 
                                        <number>6</number>
569
 
                                    </property>
570
 
                                    <widget class="QLabel">
571
 
                                        <property name="name">
572
 
                                            <cstring>TextLabel3</cstring>
573
 
                                        </property>
574
 
                                        <property name="text">
575
 
                                            <string>Treat outgoing messages and chats as:</string>
576
 
                                        </property>
577
 
                                    </widget>
578
 
                                    <widget class="QComboBox">
579
 
                                        <item>
580
 
                                            <property name="text">
581
 
                                                <string>Normal</string>
582
 
                                            </property>
583
 
                                        </item>
584
 
                                        <item>
585
 
                                            <property name="text">
586
 
                                                <string>Messages</string>
587
 
                                            </property>
588
 
                                        </item>
589
 
                                        <item>
590
 
                                            <property name="text">
591
 
                                                <string>Chats</string>
592
 
                                            </property>
593
 
                                        </item>
594
 
                                        <property name="name">
595
 
                                            <cstring>cb_outgoingAs</cstring>
596
 
                                        </property>
597
 
                                    </widget>
598
 
                                </vbox>
599
 
                            </widget>
600
 
                            <widget class="QButtonGroup">
601
 
                                <property name="name">
602
 
                                    <cstring>bg_alerts</cstring>
603
 
                                </property>
604
 
                                <property name="title">
605
 
                                    <string>Alerts</string>
606
 
                                </property>
607
 
                                <hbox>
608
 
                                    <property name="name">
609
 
                                        <cstring>unnamed</cstring>
610
 
                                    </property>
611
 
                                    <property name="margin">
612
 
                                        <number>11</number>
613
 
                                    </property>
614
 
                                    <property name="spacing">
615
 
                                        <number>6</number>
616
 
                                    </property>
617
 
                                    <widget class="QRadioButton">
618
 
                                        <property name="name">
619
 
                                            <cstring>rb_aSolid</cstring>
620
 
                                        </property>
621
 
                                        <property name="text">
622
 
                                            <string>Solid</string>
623
 
                                        </property>
624
 
                                    </widget>
625
 
                                    <widget class="QRadioButton">
626
 
                                        <property name="name">
627
 
                                            <cstring>rb_aBlink</cstring>
628
 
                                        </property>
629
 
                                        <property name="text">
630
 
                                            <string>Blink</string>
631
 
                                        </property>
632
 
                                    </widget>
633
 
                                    <widget class="QRadioButton">
634
 
                                        <property name="name">
635
 
                                            <cstring>rb_aAnimate</cstring>
636
 
                                        </property>
637
 
                                        <property name="text">
638
 
                                            <string>Animate</string>
639
 
                                        </property>
640
 
                                    </widget>
641
 
                                </hbox>
642
 
                            </widget>
643
 
                            <widget class="QGroupBox">
644
 
                                <property name="name">
645
 
                                    <cstring>GroupBox18</cstring>
646
 
                                </property>
647
 
                                <property name="title">
648
 
                                    <string>Misc</string>
649
 
                                </property>
650
 
                                <vbox>
651
 
                                    <property name="name">
652
 
                                        <cstring>unnamed</cstring>
653
 
                                    </property>
654
 
                                    <property name="margin">
655
 
                                        <number>11</number>
656
 
                                    </property>
657
 
                                    <property name="spacing">
658
 
                                        <number>6</number>
659
 
                                    </property>
660
 
                                    <widget class="QCheckBox">
661
 
                                        <property name="name">
662
 
                                            <cstring>ck_ignoreHeadline</cstring>
663
 
                                        </property>
664
 
                                        <property name="text">
665
 
                                            <string>Ignore "Headline" events (e.g. MSN alerts)</string>
666
 
                                        </property>
667
 
                                    </widget>
668
 
                                    <widget class="QCheckBox">
669
 
                                        <property name="name">
670
 
                                            <cstring>ck_scrollTo</cstring>
671
 
                                        </property>
672
 
                                        <property name="text">
673
 
                                            <string>Scroll roster to contact on event</string>
674
 
                                        </property>
675
 
                                    </widget>
676
 
                                </vbox>
677
 
                            </widget>
678
 
                            <spacer>
679
 
                                <property name="name" stdset="0">
680
 
                                    <cstring>Spacer4</cstring>
681
 
                                </property>
682
 
                                <property name="orientation">
683
 
                                    <enum>Vertical</enum>
684
 
                                </property>
685
 
                                <property name="sizeType">
686
 
                                    <enum>Expanding</enum>
687
 
                                </property>
688
 
                                <property name="sizeHint">
689
 
                                    <size>
690
 
                                        <width>20</width>
691
 
                                        <height>20</height>
692
 
                                    </size>
693
 
                                </property>
694
 
                            </spacer>
695
 
                        </vbox>
696
 
                    </widget>
697
 
                </hbox>
698
 
            </widget>
699
 
            <widget class="QWidget">
700
 
                <property name="name">
701
 
                    <cstring>tab</cstring>
702
 
                </property>
703
 
                <attribute name="title">
704
 
                    <string>Presence</string>
705
 
                </attribute>
706
 
                <vbox>
707
 
                    <property name="name">
708
 
                        <cstring>unnamed</cstring>
709
 
                    </property>
710
 
                    <property name="margin">
711
 
                        <number>11</number>
712
 
                    </property>
713
 
                    <property name="spacing">
714
 
                        <number>6</number>
715
 
                    </property>
716
 
                    <widget class="QLayoutWidget">
717
 
                        <property name="name">
718
 
                            <cstring>Layout15</cstring>
719
 
                        </property>
720
 
                        <hbox>
721
 
                            <property name="name">
722
 
                                <cstring>unnamed</cstring>
723
 
                            </property>
724
 
                            <property name="margin">
725
 
                                <number>0</number>
726
 
                            </property>
727
 
                            <property name="spacing">
728
 
                                <number>6</number>
729
 
                            </property>
730
 
                            <widget class="QGroupBox">
731
 
                                <property name="name">
732
 
                                    <cstring>gb_autoStatus</cstring>
733
 
                                </property>
734
 
                                <property name="title">
735
 
                                    <string>Auto Status</string>
736
 
                                </property>
737
 
                                <grid>
738
 
                                    <property name="name">
739
 
                                        <cstring>unnamed</cstring>
740
 
                                    </property>
741
 
                                    <property name="margin">
742
 
                                        <number>11</number>
743
 
                                    </property>
744
 
                                    <property name="spacing">
745
 
                                        <number>6</number>
746
 
                                    </property>
747
 
                                    <widget class="QLabel" row="0" column="2">
748
 
                                        <property name="name">
749
 
                                            <cstring>TextLabel6</cstring>
750
 
                                        </property>
751
 
                                        <property name="text">
752
 
                                            <string>Minutes</string>
753
 
                                        </property>
754
 
                                    </widget>
755
 
                                    <widget class="QLabel" row="1" column="2">
756
 
                                        <property name="name">
757
 
                                            <cstring>TextLabel6_2</cstring>
758
 
                                        </property>
759
 
                                        <property name="text">
760
 
                                            <string>Minutes</string>
761
 
                                        </property>
762
 
                                    </widget>
763
 
                                    <widget class="QLabel" row="2" column="2">
764
 
                                        <property name="name">
765
 
                                            <cstring>TextLabel6_3</cstring>
766
 
                                        </property>
767
 
                                        <property name="text">
768
 
                                            <string>Minutes</string>
769
 
                                        </property>
770
 
                                    </widget>
771
 
                                    <widget class="QSpinBox" row="2" column="1">
772
 
                                        <property name="name">
773
 
                                            <cstring>sb_asOffline</cstring>
774
 
                                        </property>
775
 
                                    </widget>
776
 
                                    <widget class="QSpinBox" row="1" column="1">
777
 
                                        <property name="name">
778
 
                                            <cstring>sb_asXa</cstring>
779
 
                                        </property>
780
 
                                    </widget>
781
 
                                    <widget class="QSpinBox" row="0" column="1">
782
 
                                        <property name="name">
783
 
                                            <cstring>sb_asAway</cstring>
784
 
                                        </property>
785
 
                                    </widget>
786
 
                                    <widget class="QLabel" row="1" column="0">
787
 
                                        <property name="name">
788
 
                                            <cstring>TextLabel5_2</cstring>
789
 
                                        </property>
790
 
                                        <property name="text">
791
 
                                            <string>Auto XA After:</string>
792
 
                                        </property>
793
 
                                    </widget>
794
 
                                    <widget class="QLabel" row="2" column="0">
795
 
                                        <property name="name">
796
 
                                            <cstring>TextLabel5_3</cstring>
797
 
                                        </property>
798
 
                                        <property name="text">
799
 
                                            <string>Auto Offline After:</string>
800
 
                                        </property>
801
 
                                    </widget>
802
 
                                    <widget class="QLabel" row="0" column="0">
803
 
                                        <property name="name">
804
 
                                            <cstring>TextLabel5</cstring>
805
 
                                        </property>
806
 
                                        <property name="text">
807
 
                                            <string>Auto Away After:</string>
808
 
                                        </property>
809
 
                                    </widget>
810
 
                                </grid>
811
 
                            </widget>
812
 
                            <widget class="QLayoutWidget">
813
 
                                <property name="name">
814
 
                                    <cstring>Layout14</cstring>
815
 
                                </property>
816
 
                                <vbox>
817
 
                                    <property name="name">
818
 
                                        <cstring>unnamed</cstring>
819
 
                                    </property>
820
 
                                    <property name="margin">
821
 
                                        <number>0</number>
822
 
                                    </property>
823
 
                                    <property name="spacing">
824
 
                                        <number>6</number>
825
 
                                    </property>
826
 
                                    <widget class="QGroupBox">
827
 
                                        <property name="name">
828
 
                                            <cstring>GroupBox14_2</cstring>
829
 
                                        </property>
830
 
                                        <property name="title">
831
 
                                            <string>Misc</string>
832
 
                                        </property>
833
 
                                        <vbox>
834
 
                                            <property name="name">
835
 
                                                <cstring>unnamed</cstring>
836
 
                                            </property>
837
 
                                            <property name="margin">
838
 
                                                <number>11</number>
839
 
                                            </property>
840
 
                                            <property name="spacing">
841
 
                                                <number>6</number>
842
 
                                            </property>
843
 
                                            <widget class="QCheckBox">
844
 
                                                <property name="name">
845
 
                                                    <cstring>ck_askOnline</cstring>
846
 
                                                </property>
847
 
                                                <property name="text">
848
 
                                                    <string>Prompt for status message when choosing "Online"</string>
849
 
                                                </property>
850
 
                                            </widget>
851
 
                                            <widget class="QCheckBox">
852
 
                                                <property name="name">
853
 
                                                    <cstring>ck_rosterAnim</cstring>
854
 
                                                </property>
855
 
                                                <property name="text">
856
 
                                                    <string>Animate the roster when a contact comes online</string>
857
 
                                                </property>
858
 
                                            </widget>
859
 
                                        </vbox>
860
 
                                    </widget>
861
 
                                    <spacer>
862
 
                                        <property name="name" stdset="0">
863
 
                                            <cstring>Spacer5</cstring>
864
 
                                        </property>
865
 
                                        <property name="orientation">
866
 
                                            <enum>Vertical</enum>
867
 
                                        </property>
868
 
                                        <property name="sizeType">
869
 
                                            <enum>Expanding</enum>
870
 
                                        </property>
871
 
                                        <property name="sizeHint">
872
 
                                            <size>
873
 
                                                <width>20</width>
874
 
                                                <height>20</height>
875
 
                                            </size>
876
 
                                        </property>
877
 
                                    </spacer>
878
 
                                </vbox>
879
 
                            </widget>
880
 
                        </hbox>
881
 
                    </widget>
882
 
                    <widget class="QGroupBox">
883
 
                        <property name="name">
884
 
                            <cstring>GroupBox12_2</cstring>
885
 
                        </property>
886
 
                        <property name="title">
887
 
                            <string>Status Presets</string>
888
 
                        </property>
889
 
                        <hbox>
890
 
                            <property name="name">
891
 
                                <cstring>unnamed</cstring>
892
 
                            </property>
893
 
                            <property name="margin">
894
 
                                <number>11</number>
895
 
                            </property>
896
 
                            <property name="spacing">
897
 
                                <number>6</number>
898
 
                            </property>
899
 
                            <widget class="QLayoutWidget">
900
 
                                <property name="name">
901
 
                                    <cstring>Layout9</cstring>
902
 
                                </property>
903
 
                                <vbox>
904
 
                                    <property name="name">
905
 
                                        <cstring>unnamed</cstring>
906
 
                                    </property>
907
 
                                    <property name="margin">
908
 
                                        <number>0</number>
909
 
                                    </property>
910
 
                                    <property name="spacing">
911
 
                                        <number>6</number>
912
 
                                    </property>
913
 
                                    <widget class="QPushButton">
914
 
                                        <property name="name">
915
 
                                            <cstring>pb_spNew</cstring>
916
 
                                        </property>
917
 
                                        <property name="text">
918
 
                                            <string>New</string>
919
 
                                        </property>
920
 
                                    </widget>
921
 
                                    <spacer>
922
 
                                        <property name="name" stdset="0">
923
 
                                            <cstring>Spacer6</cstring>
924
 
                                        </property>
925
 
                                        <property name="orientation">
926
 
                                            <enum>Vertical</enum>
927
 
                                        </property>
928
 
                                        <property name="sizeType">
929
 
                                            <enum>Expanding</enum>
930
 
                                        </property>
931
 
                                        <property name="sizeHint">
932
 
                                            <size>
933
 
                                                <width>20</width>
934
 
                                                <height>20</height>
935
 
                                            </size>
936
 
                                        </property>
937
 
                                    </spacer>
938
 
                                    <widget class="QPushButton">
939
 
                                        <property name="name">
940
 
                                            <cstring>pb_spDelete</cstring>
941
 
                                        </property>
942
 
                                        <property name="text">
943
 
                                            <string>Delete</string>
944
 
                                        </property>
945
 
                                    </widget>
946
 
                                </vbox>
947
 
                            </widget>
948
 
                            <widget class="QListBox">
949
 
                                <property name="name">
950
 
                                    <cstring>lb_sp</cstring>
951
 
                                </property>
952
 
                                <property name="maximumSize">
953
 
                                    <size>
954
 
                                        <width>120</width>
955
 
                                        <height>32767</height>
956
 
                                    </size>
957
 
                                </property>
958
 
                            </widget>
959
 
                            <widget class="QLayoutWidget">
960
 
                                <property name="name">
961
 
                                    <cstring>Layout10</cstring>
962
 
                                </property>
963
 
                                <vbox>
964
 
                                    <property name="name">
965
 
                                        <cstring>unnamed</cstring>
966
 
                                    </property>
967
 
                                    <property name="margin">
968
 
                                        <number>0</number>
969
 
                                    </property>
970
 
                                    <property name="spacing">
971
 
                                        <number>6</number>
972
 
                                    </property>
973
 
                                    <widget class="QLabel">
974
 
                                        <property name="name">
975
 
                                            <cstring>TextLabel2_2</cstring>
976
 
                                        </property>
977
 
                                        <property name="text">
978
 
                                            <string>Content:</string>
979
 
                                        </property>
980
 
                                    </widget>
981
 
                                    <widget class="QTextEdit">
982
 
                                        <property name="name">
983
 
                                            <cstring>te_sp</cstring>
984
 
                                        </property>
985
 
                                    </widget>
986
 
                                </vbox>
987
 
                            </widget>
988
 
                        </hbox>
989
 
                    </widget>
990
 
                </vbox>
991
 
            </widget>
992
 
            <widget class="QWidget">
993
 
                <property name="name">
994
 
                    <cstring>tab</cstring>
995
 
                </property>
996
 
                <attribute name="title">
997
 
                    <string>Look and Feel</string>
998
 
                </attribute>
999
 
                <vbox>
1000
 
                    <property name="name">
1001
 
                        <cstring>unnamed</cstring>
1002
 
                    </property>
1003
 
                    <property name="margin">
1004
 
                        <number>11</number>
1005
 
                    </property>
1006
 
                    <property name="spacing">
1007
 
                        <number>6</number>
1008
 
                    </property>
1009
 
                    <widget class="QGroupBox">
1010
 
                        <property name="name">
1011
 
                            <cstring>GroupBox9_2</cstring>
1012
 
                        </property>
1013
 
                        <property name="enabled">
1014
 
                            <bool>false</bool>
1015
 
                        </property>
1016
 
                        <property name="title">
1017
 
                            <string>Scheme</string>
1018
 
                        </property>
1019
 
                        <hbox>
1020
 
                            <property name="name">
1021
 
                                <cstring>unnamed</cstring>
1022
 
                            </property>
1023
 
                            <property name="margin">
1024
 
                                <number>11</number>
1025
 
                            </property>
1026
 
                            <property name="spacing">
1027
 
                                <number>6</number>
1028
 
                            </property>
1029
 
                            <widget class="QComboBox">
1030
 
                                <item>
1031
 
                                    <property name="text">
1032
 
                                        <string>Psi (Default)</string>
1033
 
                                    </property>
1034
 
                                </item>
1035
 
                                <property name="name">
1036
 
                                    <cstring>ComboBox4</cstring>
1037
 
                                </property>
1038
 
                                <property name="sizePolicy">
1039
 
                                    <sizepolicy>
1040
 
                                        <hsizetype>7</hsizetype>
1041
 
                                        <vsizetype>0</vsizetype>
1042
 
                                        <horstretch>0</horstretch>
1043
 
                                        <verstretch>0</verstretch>
1044
 
                                    </sizepolicy>
1045
 
                                </property>
1046
 
                            </widget>
1047
 
                            <widget class="QPushButton">
1048
 
                                <property name="name">
1049
 
                                    <cstring>pb_fRoster_2</cstring>
1050
 
                                </property>
1051
 
                                <property name="text">
1052
 
                                    <string>Save As</string>
1053
 
                                </property>
1054
 
                            </widget>
1055
 
                        </hbox>
1056
 
                    </widget>
1057
 
                    <widget class="QLayoutWidget">
1058
 
                        <property name="name">
1059
 
                            <cstring>Layout13</cstring>
1060
 
                        </property>
1061
 
                        <hbox>
1062
 
                            <property name="name">
1063
 
                                <cstring>unnamed</cstring>
1064
 
                            </property>
1065
 
                            <property name="margin">
1066
 
                                <number>0</number>
1067
 
                            </property>
1068
 
                            <property name="spacing">
1069
 
                                <number>6</number>
1070
 
                            </property>
1071
 
                            <widget class="QGroupBox">
1072
 
                                <property name="name">
1073
 
                                    <cstring>GroupBox11</cstring>
1074
 
                                </property>
1075
 
                                <property name="title">
1076
 
                                    <string>Colors</string>
1077
 
                                </property>
1078
 
                                <grid>
1079
 
                                    <property name="name">
1080
 
                                        <cstring>unnamed</cstring>
1081
 
                                    </property>
1082
 
                                    <property name="margin">
1083
 
                                        <number>11</number>
1084
 
                                    </property>
1085
 
                                    <property name="spacing">
1086
 
                                        <number>6</number>
1087
 
                                    </property>
1088
 
                                    <widget class="QPushButton" row="3" column="1">
1089
 
                                        <property name="name">
1090
 
                                            <cstring>pb_cDND</cstring>
1091
 
                                        </property>
1092
 
                                        <property name="sizePolicy">
1093
 
                                            <sizepolicy>
1094
 
                                                <hsizetype>0</hsizetype>
1095
 
                                                <vsizetype>0</vsizetype>
1096
 
                                                <horstretch>0</horstretch>
1097
 
                                                <verstretch>0</verstretch>
1098
 
                                            </sizepolicy>
1099
 
                                        </property>
1100
 
                                        <property name="text">
1101
 
                                            <string></string>
1102
 
                                        </property>
1103
 
                                    </widget>
1104
 
                                    <widget class="QLabel" row="0" column="0">
1105
 
                                        <property name="name">
1106
 
                                            <cstring>TextLabel1_2_6</cstring>
1107
 
                                        </property>
1108
 
                                        <property name="text">
1109
 
                                            <string>Online</string>
1110
 
                                        </property>
1111
 
                                    </widget>
1112
 
                                    <widget class="QLabel" row="1" column="0">
1113
 
                                        <property name="name">
1114
 
                                            <cstring>TextLabel1_2_3</cstring>
1115
 
                                        </property>
1116
 
                                        <property name="text">
1117
 
                                            <string>Offline</string>
1118
 
                                        </property>
1119
 
                                    </widget>
1120
 
                                    <widget class="QLabel" row="2" column="0">
1121
 
                                        <property name="name">
1122
 
                                            <cstring>TextLabel1_2</cstring>
1123
 
                                        </property>
1124
 
                                        <property name="text">
1125
 
                                            <string>Away</string>
1126
 
                                        </property>
1127
 
                                    </widget>
1128
 
                                    <widget class="QLabel" row="3" column="0">
1129
 
                                        <property name="name">
1130
 
                                            <cstring>TextLabel1_2_6_2</cstring>
1131
 
                                        </property>
1132
 
                                        <property name="text">
1133
 
                                            <string>DND</string>
1134
 
                                        </property>
1135
 
                                    </widget>
1136
 
                                    <widget class="QLabel" row="4" column="0">
1137
 
                                        <property name="name">
1138
 
                                            <cstring>TextLabel1_2_5</cstring>
1139
 
                                        </property>
1140
 
                                        <property name="text">
1141
 
                                            <string>Group Foreground</string>
1142
 
                                        </property>
1143
 
                                    </widget>
1144
 
                                    <widget class="QLabel" row="5" column="0">
1145
 
                                        <property name="name">
1146
 
                                            <cstring>text</cstring>
1147
 
                                        </property>
1148
 
                                        <property name="text">
1149
 
                                            <string>Group Background</string>
1150
 
                                        </property>
1151
 
                                    </widget>
1152
 
                                    <widget class="QLabel" row="6" column="0">
1153
 
                                        <property name="name">
1154
 
                                            <cstring>text2</cstring>
1155
 
                                        </property>
1156
 
                                        <property name="text">
1157
 
                                            <string>List Background</string>
1158
 
                                        </property>
1159
 
                                    </widget>
1160
 
                                    <widget class="QPushButton" row="0" column="1">
1161
 
                                        <property name="name">
1162
 
                                            <cstring>pb_cOnline</cstring>
1163
 
                                        </property>
1164
 
                                        <property name="sizePolicy">
1165
 
                                            <sizepolicy>
1166
 
                                                <hsizetype>0</hsizetype>
1167
 
                                                <vsizetype>0</vsizetype>
1168
 
                                                <horstretch>0</horstretch>
1169
 
                                                <verstretch>0</verstretch>
1170
 
                                            </sizepolicy>
1171
 
                                        </property>
1172
 
                                        <property name="text">
1173
 
                                            <string></string>
1174
 
                                        </property>
1175
 
                                    </widget>
1176
 
                                    <widget class="QPushButton" row="1" column="1">
1177
 
                                        <property name="name">
1178
 
                                            <cstring>pb_cOffline</cstring>
1179
 
                                        </property>
1180
 
                                        <property name="sizePolicy">
1181
 
                                            <sizepolicy>
1182
 
                                                <hsizetype>0</hsizetype>
1183
 
                                                <vsizetype>0</vsizetype>
1184
 
                                                <horstretch>0</horstretch>
1185
 
                                                <verstretch>0</verstretch>
1186
 
                                            </sizepolicy>
1187
 
                                        </property>
1188
 
                                        <property name="text">
1189
 
                                            <string></string>
1190
 
                                        </property>
1191
 
                                    </widget>
1192
 
                                    <widget class="QPushButton" row="2" column="1">
1193
 
                                        <property name="name">
1194
 
                                            <cstring>pb_cAway</cstring>
1195
 
                                        </property>
1196
 
                                        <property name="sizePolicy">
1197
 
                                            <sizepolicy>
1198
 
                                                <hsizetype>0</hsizetype>
1199
 
                                                <vsizetype>0</vsizetype>
1200
 
                                                <horstretch>0</horstretch>
1201
 
                                                <verstretch>0</verstretch>
1202
 
                                            </sizepolicy>
1203
 
                                        </property>
1204
 
                                        <property name="text">
1205
 
                                            <string></string>
1206
 
                                        </property>
1207
 
                                    </widget>
1208
 
                                    <widget class="QPushButton" row="4" column="1">
1209
 
                                        <property name="name">
1210
 
                                            <cstring>pb_cGroupFore</cstring>
1211
 
                                        </property>
1212
 
                                        <property name="sizePolicy">
1213
 
                                            <sizepolicy>
1214
 
                                                <hsizetype>0</hsizetype>
1215
 
                                                <vsizetype>0</vsizetype>
1216
 
                                                <horstretch>0</horstretch>
1217
 
                                                <verstretch>0</verstretch>
1218
 
                                            </sizepolicy>
1219
 
                                        </property>
1220
 
                                        <property name="text">
1221
 
                                            <string></string>
1222
 
                                        </property>
1223
 
                                    </widget>
1224
 
                                    <widget class="QPushButton" row="5" column="1">
1225
 
                                        <property name="name">
1226
 
                                            <cstring>pb_cGroupBack</cstring>
1227
 
                                        </property>
1228
 
                                        <property name="sizePolicy">
1229
 
                                            <sizepolicy>
1230
 
                                                <hsizetype>0</hsizetype>
1231
 
                                                <vsizetype>0</vsizetype>
1232
 
                                                <horstretch>0</horstretch>
1233
 
                                                <verstretch>0</verstretch>
1234
 
                                            </sizepolicy>
1235
 
                                        </property>
1236
 
                                        <property name="text">
1237
 
                                            <string></string>
1238
 
                                        </property>
1239
 
                                    </widget>
1240
 
                                    <widget class="QPushButton" row="6" column="1">
1241
 
                                        <property name="name">
1242
 
                                            <cstring>pb_cListBack</cstring>
1243
 
                                        </property>
1244
 
                                        <property name="sizePolicy">
1245
 
                                            <sizepolicy>
1246
 
                                                <hsizetype>0</hsizetype>
1247
 
                                                <vsizetype>0</vsizetype>
1248
 
                                                <horstretch>0</horstretch>
1249
 
                                                <verstretch>0</verstretch>
1250
 
                                            </sizepolicy>
1251
 
                                        </property>
1252
 
                                        <property name="text">
1253
 
                                            <string></string>
1254
 
                                        </property>
1255
 
                                    </widget>
1256
 
                                </grid>
1257
 
                            </widget>
1258
 
                            <widget class="QLayoutWidget">
1259
 
                                <property name="name">
1260
 
                                    <cstring>Layout12</cstring>
1261
 
                                </property>
1262
 
                                <vbox>
1263
 
                                    <property name="name">
1264
 
                                        <cstring>unnamed</cstring>
1265
 
                                    </property>
1266
 
                                    <property name="margin">
1267
 
                                        <number>0</number>
1268
 
                                    </property>
1269
 
                                    <property name="spacing">
1270
 
                                        <number>6</number>
1271
 
                                    </property>
1272
 
                                    <widget class="QGroupBox">
1273
 
                                        <property name="name">
1274
 
                                            <cstring>GroupBox11_2</cstring>
1275
 
                                        </property>
1276
 
                                        <property name="enabled">
1277
 
                                            <bool>false</bool>
1278
 
                                        </property>
1279
 
                                        <property name="title">
1280
 
                                            <string>Skins</string>
1281
 
                                        </property>
1282
 
                                        <hbox>
1283
 
                                            <property name="name">
1284
 
                                                <cstring>unnamed</cstring>
1285
 
                                            </property>
1286
 
                                            <property name="margin">
1287
 
                                                <number>11</number>
1288
 
                                            </property>
1289
 
                                            <property name="spacing">
1290
 
                                                <number>6</number>
1291
 
                                            </property>
1292
 
                                            <widget class="QLabel">
1293
 
                                                <property name="name">
1294
 
                                                    <cstring>TextLabel1_5</cstring>
1295
 
                                                </property>
1296
 
                                                <property name="text">
1297
 
                                                    <string>Window Backgrounds</string>
1298
 
                                                </property>
1299
 
                                            </widget>
1300
 
                                            <widget class="QLineEdit">
1301
 
                                                <property name="name">
1302
 
                                                    <cstring>LineEdit9</cstring>
1303
 
                                                </property>
1304
 
                                            </widget>
1305
 
                                            <widget class="QPushButton">
1306
 
                                                <property name="name">
1307
 
                                                    <cstring>pb_fRoster_3</cstring>
1308
 
                                                </property>
1309
 
                                                <property name="text">
1310
 
                                                    <string>Choose</string>
1311
 
                                                </property>
1312
 
                                            </widget>
1313
 
                                        </hbox>
1314
 
                                    </widget>
1315
 
                                    <widget class="QGroupBox">
1316
 
                                        <property name="name">
1317
 
                                            <cstring>GroupBox8</cstring>
1318
 
                                        </property>
1319
 
                                        <property name="title">
1320
 
                                            <string>Icon Set</string>
1321
 
                                        </property>
1322
 
                                        <vbox>
1323
 
                                            <property name="name">
1324
 
                                                <cstring>unnamed</cstring>
1325
 
                                            </property>
1326
 
                                            <property name="margin">
1327
 
                                                <number>11</number>
1328
 
                                            </property>
1329
 
                                            <property name="spacing">
1330
 
                                                <number>6</number>
1331
 
                                            </property>
1332
 
                                            <widget class="QComboBox">
1333
 
                                                <property name="name">
1334
 
                                                    <cstring>cb_iconset</cstring>
1335
 
                                                </property>
1336
 
                                            </widget>
1337
 
                                        </vbox>
1338
 
                                    </widget>
1339
 
                                    <widget class="QGroupBox">
1340
 
                                        <property name="name">
1341
 
                                            <cstring>GroupBox10</cstring>
1342
 
                                        </property>
1343
 
                                        <property name="title">
1344
 
                                            <string>Fonts</string>
1345
 
                                        </property>
1346
 
                                        <grid>
1347
 
                                            <property name="name">
1348
 
                                                <cstring>unnamed</cstring>
1349
 
                                            </property>
1350
 
                                            <property name="margin">
1351
 
                                                <number>11</number>
1352
 
                                            </property>
1353
 
                                            <property name="spacing">
1354
 
                                                <number>6</number>
1355
 
                                            </property>
1356
 
                                            <widget class="QLabel" row="0" column="0">
1357
 
                                                <property name="name">
1358
 
                                                    <cstring>TextLabel1</cstring>
1359
 
                                                </property>
1360
 
                                                <property name="text">
1361
 
                                                    <string>Roster</string>
1362
 
                                                </property>
1363
 
                                            </widget>
1364
 
                                            <widget class="QLabel" row="1" column="0">
1365
 
                                                <property name="name">
1366
 
                                                    <cstring>TextLabel1_4</cstring>
1367
 
                                                </property>
1368
 
                                                <property name="text">
1369
 
                                                    <string>Message</string>
1370
 
                                                </property>
1371
 
                                            </widget>
1372
 
                                            <widget class="QPushButton" row="1" column="2">
1373
 
                                                <property name="name">
1374
 
                                                    <cstring>pb_fMessage</cstring>
1375
 
                                                </property>
1376
 
                                                <property name="text">
1377
 
                                                    <string>Choose</string>
1378
 
                                                </property>
1379
 
                                            </widget>
1380
 
                                            <widget class="QPushButton" row="0" column="2">
1381
 
                                                <property name="name">
1382
 
                                                    <cstring>pb_fRoster</cstring>
1383
 
                                                </property>
1384
 
                                                <property name="text">
1385
 
                                                    <string>Choose</string>
1386
 
                                                </property>
1387
 
                                            </widget>
1388
 
                                            <widget class="QLineEdit" row="1" column="1">
1389
 
                                                <property name="name">
1390
 
                                                    <cstring>le_fMessage</cstring>
1391
 
                                                </property>
1392
 
                                                <property name="readOnly">
1393
 
                                                    <bool>true</bool>
1394
 
                                                </property>
1395
 
                                            </widget>
1396
 
                                            <widget class="QLineEdit" row="0" column="1">
1397
 
                                                <property name="name">
1398
 
                                                    <cstring>le_fRoster</cstring>
1399
 
                                                </property>
1400
 
                                                <property name="readOnly">
1401
 
                                                    <bool>true</bool>
1402
 
                                                </property>
1403
 
                                            </widget>
1404
 
                                            <widget class="QLineEdit" row="2" column="1">
1405
 
                                                <property name="name">
1406
 
                                                    <cstring>le_fChat</cstring>
1407
 
                                                </property>
1408
 
                                                <property name="enabled">
1409
 
                                                    <bool>true</bool>
1410
 
                                                </property>
1411
 
                                                <property name="readOnly">
1412
 
                                                    <bool>true</bool>
1413
 
                                                </property>
1414
 
                                            </widget>
1415
 
                                            <widget class="QLabel" row="2" column="0">
1416
 
                                                <property name="name">
1417
 
                                                    <cstring>TextLabel1_3</cstring>
1418
 
                                                </property>
1419
 
                                                <property name="enabled">
1420
 
                                                    <bool>true</bool>
1421
 
                                                </property>
1422
 
                                                <property name="text">
1423
 
                                                    <string>Chat</string>
1424
 
                                                </property>
1425
 
                                            </widget>
1426
 
                                            <widget class="QPushButton" row="2" column="2">
1427
 
                                                <property name="name">
1428
 
                                                    <cstring>pb_fChat</cstring>
1429
 
                                                </property>
1430
 
                                                <property name="enabled">
1431
 
                                                    <bool>true</bool>
1432
 
                                                </property>
1433
 
                                                <property name="text">
1434
 
                                                    <string>Choose</string>
1435
 
                                                </property>
1436
 
                                            </widget>
1437
 
                                        </grid>
1438
 
                                    </widget>
1439
 
                                    <spacer>
1440
 
                                        <property name="name" stdset="0">
1441
 
                                            <cstring>Spacer7</cstring>
1442
 
                                        </property>
1443
 
                                        <property name="orientation">
1444
 
                                            <enum>Vertical</enum>
1445
 
                                        </property>
1446
 
                                        <property name="sizeType">
1447
 
                                            <enum>Expanding</enum>
1448
 
                                        </property>
1449
 
                                        <property name="sizeHint">
1450
 
                                            <size>
1451
 
                                                <width>20</width>
1452
 
                                                <height>20</height>
1453
 
                                            </size>
1454
 
                                        </property>
1455
 
                                    </spacer>
1456
 
                                </vbox>
1457
 
                            </widget>
1458
 
                        </hbox>
1459
 
                    </widget>
1460
 
                </vbox>
1461
 
            </widget>
1462
 
            <widget class="QWidget">
1463
 
                <property name="name">
1464
 
                    <cstring>tab</cstring>
1465
 
                </property>
1466
 
                <attribute name="title">
1467
 
                    <string>Sound</string>
1468
 
                </attribute>
1469
 
                <vbox>
1470
 
                    <property name="name">
1471
 
                        <cstring>unnamed</cstring>
1472
 
                    </property>
1473
 
                    <property name="margin">
1474
 
                        <number>11</number>
1475
 
                    </property>
1476
 
                    <property name="spacing">
1477
 
                        <number>6</number>
1478
 
                    </property>
1479
 
                    <widget class="QGroupBox">
1480
 
                        <property name="name">
1481
 
                            <cstring>GroupBox15_2</cstring>
1482
 
                        </property>
1483
 
                        <property name="title">
1484
 
                            <string>Sound Preferences</string>
1485
 
                        </property>
1486
 
                        <grid>
1487
 
                            <property name="name">
1488
 
                                <cstring>unnamed</cstring>
1489
 
                            </property>
1490
 
                            <property name="margin">
1491
 
                                <number>11</number>
1492
 
                            </property>
1493
 
                            <property name="spacing">
1494
 
                                <number>6</number>
1495
 
                            </property>
1496
 
                            <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="2">
1497
 
                                <property name="name">
1498
 
                                    <cstring>ck_noAwaySound</cstring>
1499
 
                                </property>
1500
 
                                <property name="text">
1501
 
                                    <string>Don't play sounds when Away</string>
1502
 
                                </property>
1503
 
                            </widget>
1504
 
                            <widget class="QLabel" row="0" column="0">
1505
 
                                <property name="name">
1506
 
                                    <cstring>lb_player</cstring>
1507
 
                                </property>
1508
 
                                <property name="text">
1509
 
                                    <string>Player:</string>
1510
 
                                </property>
1511
 
                            </widget>
1512
 
                            <widget class="QLineEdit" row="0" column="1">
1513
 
                                <property name="name">
1514
 
                                    <cstring>le_player</cstring>
1515
 
                                </property>
1516
 
                            </widget>
1517
 
                        </grid>
1518
 
                    </widget>
1519
 
                    <widget class="QGroupBox">
1520
 
                        <property name="name">
1521
 
                            <cstring>GroupBox14</cstring>
1522
 
                        </property>
1523
 
                        <property name="title">
1524
 
                            <string>Sound Events</string>
1525
 
                        </property>
1526
 
                        <grid>
1527
 
                            <property name="name">
1528
 
                                <cstring>unnamed</cstring>
1529
 
                            </property>
1530
 
                            <property name="margin">
1531
 
                                <number>11</number>
1532
 
                            </property>
1533
 
                            <property name="spacing">
1534
 
                                <number>6</number>
1535
 
                            </property>
1536
 
                            <widget class="QLabel" row="4" column="0">
1537
 
                                <property name="name">
1538
 
                                    <cstring>TextLabel4_4_2</cstring>
1539
 
                                </property>
1540
 
                                <property name="text">
1541
 
                                    <string>Receive Online Status:</string>
1542
 
                                </property>
1543
 
                            </widget>
1544
 
                            <widget class="QLabel" row="5" column="0">
1545
 
                                <property name="name">
1546
 
                                    <cstring>TextLabel4_4_2_2</cstring>
1547
 
                                </property>
1548
 
                                <property name="text">
1549
 
                                    <string>Receive Offline Status:</string>
1550
 
                                </property>
1551
 
                            </widget>
1552
 
                            <widget class="QPushButton" row="4" column="2">
1553
 
                                <property name="name">
1554
 
                                    <cstring>pb_oeOnline</cstring>
1555
 
                                </property>
1556
 
                                <property name="text">
1557
 
                                    <string>Choose</string>
1558
 
                                </property>
1559
 
                            </widget>
1560
 
                            <widget class="QPushButton" row="5" column="2">
1561
 
                                <property name="name">
1562
 
                                    <cstring>pb_oeOffline</cstring>
1563
 
                                </property>
1564
 
                                <property name="text">
1565
 
                                    <string>Choose</string>
1566
 
                                </property>
1567
 
                            </widget>
1568
 
                            <widget class="QPushButton" row="6" column="2">
1569
 
                                <property name="name">
1570
 
                                    <cstring>pb_oeSend</cstring>
1571
 
                                </property>
1572
 
                                <property name="text">
1573
 
                                    <string>Choose</string>
1574
 
                                </property>
1575
 
                            </widget>
1576
 
                            <widget class="QLineEdit" row="4" column="1">
1577
 
                                <property name="name">
1578
 
                                    <cstring>le_oeOnline</cstring>
1579
 
                                </property>
1580
 
                            </widget>
1581
 
                            <widget class="QLineEdit" row="5" column="1">
1582
 
                                <property name="name">
1583
 
                                    <cstring>le_oeOffline</cstring>
1584
 
                                </property>
1585
 
                            </widget>
1586
 
                            <widget class="QLineEdit" row="6" column="1">
1587
 
                                <property name="name">
1588
 
                                    <cstring>le_oeSend</cstring>
1589
 
                                </property>
1590
 
                            </widget>
1591
 
                            <widget class="QLabel" row="6" column="0">
1592
 
                                <property name="name">
1593
 
                                    <cstring>TextLabel4_5_2</cstring>
1594
 
                                </property>
1595
 
                                <property name="text">
1596
 
                                    <string>Send Message:</string>
1597
 
                                </property>
1598
 
                            </widget>
1599
 
                            <widget class="QLabel" row="0" column="0">
1600
 
                                <property name="name">
1601
 
                                    <cstring>TextLabel4_6</cstring>
1602
 
                                </property>
1603
 
                                <property name="text">
1604
 
                                    <string>Receive Message:</string>
1605
 
                                </property>
1606
 
                            </widget>
1607
 
                            <widget class="QLineEdit" row="0" column="1">
1608
 
                                <property name="name">
1609
 
                                    <cstring>le_oeMessage</cstring>
1610
 
                                </property>
1611
 
                            </widget>
1612
 
                            <widget class="QPushButton" row="0" column="2">
1613
 
                                <property name="name">
1614
 
                                    <cstring>pb_oeMessage</cstring>
1615
 
                                </property>
1616
 
                                <property name="text">
1617
 
                                    <string>Choose</string>
1618
 
                                </property>
1619
 
                            </widget>
1620
 
                            <widget class="QLabel" row="1" column="0">
1621
 
                                <property name="name">
1622
 
                                    <cstring>TextLabel4_2_2_2</cstring>
1623
 
                                </property>
1624
 
                                <property name="text">
1625
 
                                    <string>Receive First Chat:</string>
1626
 
                                </property>
1627
 
                            </widget>
1628
 
                            <widget class="QLineEdit" row="1" column="1">
1629
 
                                <property name="name">
1630
 
                                    <cstring>le_oeChat1</cstring>
1631
 
                                </property>
1632
 
                            </widget>
1633
 
                            <widget class="QPushButton" row="1" column="2">
1634
 
                                <property name="name">
1635
 
                                    <cstring>pb_oeChat1</cstring>
1636
 
                                </property>
1637
 
                                <property name="text">
1638
 
                                    <string>Choose</string>
1639
 
                                </property>
1640
 
                            </widget>
1641
 
                            <widget class="QLabel" row="2" column="0">
1642
 
                                <property name="name">
1643
 
                                    <cstring>TextLabel4_2_3</cstring>
1644
 
                                </property>
1645
 
                                <property name="text">
1646
 
                                    <string>Receive Next Chat:</string>
1647
 
                                </property>
1648
 
                            </widget>
1649
 
                            <widget class="QLineEdit" row="2" column="1">
1650
 
                                <property name="name">
1651
 
                                    <cstring>le_oeChat2</cstring>
1652
 
                                </property>
1653
 
                            </widget>
1654
 
                            <widget class="QPushButton" row="2" column="2">
1655
 
                                <property name="name">
1656
 
                                    <cstring>pb_oeChat2</cstring>
1657
 
                                </property>
1658
 
                                <property name="text">
1659
 
                                    <string>Choose</string>
1660
 
                                </property>
1661
 
                            </widget>
1662
 
                            <widget class="QLabel" row="3" column="0">
1663
 
                                <property name="name">
1664
 
                                    <cstring>TextLabel4_3_2</cstring>
1665
 
                                </property>
1666
 
                                <property name="text">
1667
 
                                    <string>System Message:</string>
1668
 
                                </property>
1669
 
                            </widget>
1670
 
                            <widget class="QLineEdit" row="3" column="1">
1671
 
                                <property name="name">
1672
 
                                    <cstring>le_oeSystem</cstring>
1673
 
                                </property>
1674
 
                            </widget>
1675
 
                            <widget class="QPushButton" row="3" column="2">
1676
 
                                <property name="name">
1677
 
                                    <cstring>pb_oeSystem</cstring>
1678
 
                                </property>
1679
 
                                <property name="text">
1680
 
                                    <string>Choose</string>
1681
 
                                </property>
1682
 
                            </widget>
1683
 
                            <widget class="QLayoutWidget" row="7" column="0" rowspan="1" colspan="3">
1684
 
                                <property name="name">
1685
 
                                    <cstring>Layout14</cstring>
1686
 
                                </property>
1687
 
                                <hbox>
1688
 
                                    <property name="name">
1689
 
                                        <cstring>unnamed</cstring>
1690
 
                                    </property>
1691
 
                                    <property name="margin">
1692
 
                                        <number>0</number>
1693
 
                                    </property>
1694
 
                                    <property name="spacing">
1695
 
                                        <number>6</number>
1696
 
                                    </property>
1697
 
                                    <spacer>
1698
 
                                        <property name="name" stdset="0">
1699
 
                                            <cstring>Spacer9_2</cstring>
1700
 
                                        </property>
1701
 
                                        <property name="orientation">
1702
 
                                            <enum>Horizontal</enum>
1703
 
                                        </property>
1704
 
                                        <property name="sizeType">
1705
 
                                            <enum>Expanding</enum>
1706
 
                                        </property>
1707
 
                                        <property name="sizeHint">
1708
 
                                            <size>
1709
 
                                                <width>20</width>
1710
 
                                                <height>20</height>
1711
 
                                            </size>
1712
 
                                        </property>
1713
 
                                    </spacer>
1714
 
                                    <widget class="QPushButton">
1715
 
                                        <property name="name">
1716
 
                                            <cstring>pb_soundReset</cstring>
1717
 
                                        </property>
1718
 
                                        <property name="text">
1719
 
                                            <string>Reset to defaults</string>
1720
 
                                        </property>
1721
 
                                    </widget>
1722
 
                                </hbox>
1723
 
                            </widget>
1724
 
                        </grid>
1725
 
                    </widget>
1726
 
                </vbox>
1727
 
            </widget>
1728
 
        </widget>
1729
 
        <widget class="QLayoutWidget">
1730
 
            <property name="name">
1731
 
                <cstring>Layout14</cstring>
1732
 
            </property>
1733
 
            <hbox>
1734
 
                <property name="name">
1735
 
                    <cstring>unnamed</cstring>
1736
 
                </property>
1737
 
                <property name="margin">
1738
 
                    <number>0</number>
1739
 
                </property>
1740
 
                <property name="spacing">
1741
 
                    <number>6</number>
1742
 
                </property>
1743
 
                <spacer>
1744
 
                    <property name="name" stdset="0">
1745
 
                        <cstring>Horizontal Spacing2</cstring>
1746
 
                    </property>
1747
 
                    <property name="orientation">
1748
 
                        <enum>Horizontal</enum>
1749
 
                    </property>
1750
 
                    <property name="sizeType">
1751
 
                        <enum>Expanding</enum>
1752
 
                    </property>
1753
 
                    <property name="sizeHint">
1754
 
                        <size>
1755
 
                            <width>20</width>
1756
 
                            <height>20</height>
1757
 
                        </size>
1758
 
                    </property>
1759
 
                </spacer>
1760
 
                <widget class="QPushButton">
1761
 
                    <property name="name">
1762
 
                        <cstring>buttonOk</cstring>
1763
 
                    </property>
1764
 
                    <property name="text">
1765
 
                        <string>OK</string>
1766
 
                    </property>
1767
 
                    <property name="accel">
1768
 
                        <number>0</number>
1769
 
                    </property>
1770
 
                    <property name="autoDefault">
1771
 
                        <bool>true</bool>
1772
 
                    </property>
1773
 
                    <property name="default">
1774
 
                        <bool>true</bool>
1775
 
                    </property>
1776
 
                </widget>
1777
 
                <widget class="QPushButton">
1778
 
                    <property name="name">
1779
 
                        <cstring>buttonApply</cstring>
1780
 
                    </property>
1781
 
                    <property name="text">
1782
 
                        <string>Apply</string>
1783
 
                    </property>
1784
 
                    <property name="accel">
1785
 
                        <number>0</number>
1786
 
                    </property>
1787
 
                    <property name="autoDefault">
1788
 
                        <bool>true</bool>
1789
 
                    </property>
1790
 
                </widget>
1791
 
                <widget class="QPushButton">
1792
 
                    <property name="name">
1793
 
                        <cstring>buttonCancel</cstring>
1794
 
                    </property>
1795
 
                    <property name="text">
1796
 
                        <string>Cancel</string>
1797
 
                    </property>
1798
 
                    <property name="accel">
1799
 
                        <number>0</number>
1800
 
                    </property>
1801
 
                    <property name="autoDefault">
1802
 
                        <bool>true</bool>
1803
 
                    </property>
1804
 
                </widget>
1805
 
            </hbox>
1806
 
        </widget>
1807
 
    </vbox>
1808
 
</widget>
1809
 
<connections>
1810
 
    <connection>
1811
 
        <sender>buttonCancel</sender>
1812
 
        <signal>clicked()</signal>
1813
 
        <receiver>OptionsUI</receiver>
1814
 
        <slot>reject()</slot>
1815
 
    </connection>
1816
 
    <connection>
1817
 
        <sender>buttonOk</sender>
1818
 
        <signal>clicked()</signal>
1819
 
        <receiver>OptionsUI</receiver>
1820
 
        <slot>accept()</slot>
1821
 
    </connection>
1822
 
    <connection>
1823
 
        <sender>ck_useleft</sender>
1824
 
        <signal>stateChanged(int)</signal>
1825
 
        <receiver>OptionsUI</receiver>
1826
 
        <slot>dataChanged()</slot>
1827
 
    </connection>
1828
 
    <connection>
1829
 
        <sender>ck_singleclick</sender>
1830
 
        <signal>stateChanged(int)</signal>
1831
 
        <receiver>OptionsUI</receiver>
1832
 
        <slot>dataChanged()</slot>
1833
 
    </connection>
1834
 
    <connection>
1835
 
        <sender>ck_alwaysOnTop</sender>
1836
 
        <signal>stateChanged(int)</signal>
1837
 
        <receiver>OptionsUI</receiver>
1838
 
        <slot>dataChanged()</slot>
1839
 
    </connection>
1840
 
    <connection>
1841
 
        <sender>ck_popupMsgs</sender>
1842
 
        <signal>stateChanged(int)</signal>
1843
 
        <receiver>OptionsUI</receiver>
1844
 
        <slot>dataChanged()</slot>
1845
 
    </connection>
1846
 
    <connection>
1847
 
        <sender>ck_popupChats</sender>
1848
 
        <signal>stateChanged(int)</signal>
1849
 
        <receiver>OptionsUI</receiver>
1850
 
        <slot>dataChanged()</slot>
1851
 
    </connection>
1852
 
    <connection>
1853
 
        <sender>ck_raise</sender>
1854
 
        <signal>stateChanged(int)</signal>
1855
 
        <receiver>OptionsUI</receiver>
1856
 
        <slot>dataChanged()</slot>
1857
 
    </connection>
1858
 
    <connection>
1859
 
        <sender>cb_incomingAs</sender>
1860
 
        <signal>activated(int)</signal>
1861
 
        <receiver>OptionsUI</receiver>
1862
 
        <slot>dataChanged()</slot>
1863
 
    </connection>
1864
 
    <connection>
1865
 
        <sender>cb_outgoingAs</sender>
1866
 
        <signal>activated(int)</signal>
1867
 
        <receiver>OptionsUI</receiver>
1868
 
        <slot>dataChanged()</slot>
1869
 
    </connection>
1870
 
    <connection>
1871
 
        <sender>bg_alerts</sender>
1872
 
        <signal>clicked(int)</signal>
1873
 
        <receiver>OptionsUI</receiver>
1874
 
        <slot>dataChanged()</slot>
1875
 
    </connection>
1876
 
    <connection>
1877
 
        <sender>rb_defActMsg</sender>
1878
 
        <signal>stateChanged(int)</signal>
1879
 
        <receiver>OptionsUI</receiver>
1880
 
        <slot>dataChanged()</slot>
1881
 
    </connection>
1882
 
    <connection>
1883
 
        <sender>rb_defActChat</sender>
1884
 
        <signal>stateChanged(int)</signal>
1885
 
        <receiver>OptionsUI</receiver>
1886
 
        <slot>dataChanged()</slot>
1887
 
    </connection>
1888
 
    <connection>
1889
 
        <sender>sb_asAway</sender>
1890
 
        <signal>valueChanged(int)</signal>
1891
 
        <receiver>OptionsUI</receiver>
1892
 
        <slot>dataChanged()</slot>
1893
 
    </connection>
1894
 
    <connection>
1895
 
        <sender>sb_asXa</sender>
1896
 
        <signal>valueChanged(int)</signal>
1897
 
        <receiver>OptionsUI</receiver>
1898
 
        <slot>dataChanged()</slot>
1899
 
    </connection>
1900
 
    <connection>
1901
 
        <sender>sb_asOffline</sender>
1902
 
        <signal>valueChanged(int)</signal>
1903
 
        <receiver>OptionsUI</receiver>
1904
 
        <slot>dataChanged()</slot>
1905
 
    </connection>
1906
 
    <connection>
1907
 
        <sender>ck_askOnline</sender>
1908
 
        <signal>stateChanged(int)</signal>
1909
 
        <receiver>OptionsUI</receiver>
1910
 
        <slot>dataChanged()</slot>
1911
 
    </connection>
1912
 
    <connection>
1913
 
        <sender>cb_iconset</sender>
1914
 
        <signal>activated(int)</signal>
1915
 
        <receiver>OptionsUI</receiver>
1916
 
        <slot>dataChanged()</slot>
1917
 
    </connection>
1918
 
    <connection>
1919
 
        <sender>le_player</sender>
1920
 
        <signal>textChanged(const QString&amp;)</signal>
1921
 
        <receiver>OptionsUI</receiver>
1922
 
        <slot>dataChanged()</slot>
1923
 
    </connection>
1924
 
    <connection>
1925
 
        <sender>ck_noAwaySound</sender>
1926
 
        <signal>stateChanged(int)</signal>
1927
 
        <receiver>OptionsUI</receiver>
1928
 
        <slot>dataChanged()</slot>
1929
 
    </connection>
1930
 
    <connection>
1931
 
        <sender>le_oeMessage</sender>
1932
 
        <signal>textChanged(const QString&amp;)</signal>
1933
 
        <receiver>OptionsUI</receiver>
1934
 
        <slot>dataChanged()</slot>
1935
 
    </connection>
1936
 
    <connection>
1937
 
        <sender>le_oeChat1</sender>
1938
 
        <signal>textChanged(const QString&amp;)</signal>
1939
 
        <receiver>OptionsUI</receiver>
1940
 
        <slot>dataChanged()</slot>
1941
 
    </connection>
1942
 
    <connection>
1943
 
        <sender>le_oeChat2</sender>
1944
 
        <signal>textChanged(const QString&amp;)</signal>
1945
 
        <receiver>OptionsUI</receiver>
1946
 
        <slot>dataChanged()</slot>
1947
 
    </connection>
1948
 
    <connection>
1949
 
        <sender>le_oeSystem</sender>
1950
 
        <signal>textChanged(const QString&amp;)</signal>
1951
 
        <receiver>OptionsUI</receiver>
1952
 
        <slot>dataChanged()</slot>
1953
 
    </connection>
1954
 
    <connection>
1955
 
        <sender>le_oeOnline</sender>
1956
 
        <signal>textChanged(const QString&amp;)</signal>
1957
 
        <receiver>OptionsUI</receiver>
1958
 
        <slot>dataChanged()</slot>
1959
 
    </connection>
1960
 
    <connection>
1961
 
        <sender>le_oeOffline</sender>
1962
 
        <signal>textChanged(const QString&amp;)</signal>
1963
 
        <receiver>OptionsUI</receiver>
1964
 
        <slot>dataChanged()</slot>
1965
 
    </connection>
1966
 
    <connection>
1967
 
        <sender>le_oeSend</sender>
1968
 
        <signal>textChanged(const QString&amp;)</signal>
1969
 
        <receiver>OptionsUI</receiver>
1970
 
        <slot>dataChanged()</slot>
1971
 
    </connection>
1972
 
    <connection>
1973
 
        <sender>ck_rosterAnim</sender>
1974
 
        <signal>stateChanged(int)</signal>
1975
 
        <receiver>OptionsUI</receiver>
1976
 
        <slot>dataChanged()</slot>
1977
 
    </connection>
1978
 
    <connection>
1979
 
        <sender>rb_delChatsClose</sender>
1980
 
        <signal>stateChanged(int)</signal>
1981
 
        <receiver>OptionsUI</receiver>
1982
 
        <slot>dataChanged()</slot>
1983
 
    </connection>
1984
 
    <connection>
1985
 
        <sender>rb_delChatsHour</sender>
1986
 
        <signal>stateChanged(int)</signal>
1987
 
        <receiver>OptionsUI</receiver>
1988
 
        <slot>dataChanged()</slot>
1989
 
    </connection>
1990
 
    <connection>
1991
 
        <sender>rb_delChatsDay</sender>
1992
 
        <signal>stateChanged(int)</signal>
1993
 
        <receiver>OptionsUI</receiver>
1994
 
        <slot>dataChanged()</slot>
1995
 
    </connection>
1996
 
    <connection>
1997
 
        <sender>rb_delChatsNever</sender>
1998
 
        <signal>stateChanged(int)</signal>
1999
 
        <receiver>OptionsUI</receiver>
2000
 
        <slot>dataChanged()</slot>
2001
 
    </connection>
2002
 
    <connection>
2003
 
        <sender>cb_link</sender>
2004
 
        <signal>activated(int)</signal>
2005
 
        <receiver>OptionsUI</receiver>
2006
 
        <slot>dataChanged()</slot>
2007
 
    </connection>
2008
 
    <connection>
2009
 
        <sender>le_linkBrowser</sender>
2010
 
        <signal>textChanged(const QString&amp;)</signal>
2011
 
        <receiver>OptionsUI</receiver>
2012
 
        <slot>dataChanged()</slot>
2013
 
    </connection>
2014
 
    <connection>
2015
 
        <sender>le_linkMailer</sender>
2016
 
        <signal>textChanged(const QString&amp;)</signal>
2017
 
        <receiver>OptionsUI</receiver>
2018
 
        <slot>dataChanged()</slot>
2019
 
    </connection>
2020
 
    <connection>
2021
 
        <sender>ck_docklet</sender>
2022
 
        <signal>stateChanged(int)</signal>
2023
 
        <receiver>OptionsUI</receiver>
2024
 
        <slot>dataChanged()</slot>
2025
 
    </connection>
2026
 
    <connection>
2027
 
        <sender>ck_dockDCstyle</sender>
2028
 
        <signal>stateChanged(int)</signal>
2029
 
        <receiver>OptionsUI</receiver>
2030
 
        <slot>dataChanged()</slot>
2031
 
    </connection>
2032
 
    <connection>
2033
 
        <sender>ck_keepSizes</sender>
2034
 
        <signal>stateChanged(int)</signal>
2035
 
        <receiver>OptionsUI</receiver>
2036
 
        <slot>dataChanged()</slot>
2037
 
    </connection>
2038
 
    <connection>
2039
 
        <sender>ck_ignoreHeadline</sender>
2040
 
        <signal>stateChanged(int)</signal>
2041
 
        <receiver>OptionsUI</receiver>
2042
 
        <slot>dataChanged()</slot>
2043
 
    </connection>
2044
 
    <connection>
2045
 
        <sender>ck_scrollTo</sender>
2046
 
        <signal>stateChanged(int)</signal>
2047
 
        <receiver>OptionsUI</receiver>
2048
 
        <slot>dataChanged()</slot>
2049
 
    </connection>
2050
 
</connections>
2051
 
<tabstops>
2052
 
    <tabstop>tabwidget</tabstop>
2053
 
    <tabstop>ck_useleft</tabstop>
2054
 
    <tabstop>ck_singleclick</tabstop>
2055
 
    <tabstop>rb_defActMsg</tabstop>
2056
 
    <tabstop>rb_defActChat</tabstop>
2057
 
    <tabstop>cb_link</tabstop>
2058
 
    <tabstop>le_linkBrowser</tabstop>
2059
 
    <tabstop>le_linkMailer</tabstop>
2060
 
    <tabstop>ck_alwaysOnTop</tabstop>
2061
 
    <tabstop>ck_keepSizes</tabstop>
2062
 
    <tabstop>rb_delChatsClose</tabstop>
2063
 
    <tabstop>rb_delChatsHour</tabstop>
2064
 
    <tabstop>rb_delChatsDay</tabstop>
2065
 
    <tabstop>rb_delChatsNever</tabstop>
2066
 
    <tabstop>ck_docklet</tabstop>
2067
 
    <tabstop>ck_dockDCstyle</tabstop>
2068
 
    <tabstop>ck_popupMsgs</tabstop>
2069
 
    <tabstop>ck_popupChats</tabstop>
2070
 
    <tabstop>ck_raise</tabstop>
2071
 
    <tabstop>cb_incomingAs</tabstop>
2072
 
    <tabstop>cb_outgoingAs</tabstop>
2073
 
    <tabstop>rb_aSolid</tabstop>
2074
 
    <tabstop>rb_aBlink</tabstop>
2075
 
    <tabstop>rb_aAnimate</tabstop>
2076
 
    <tabstop>ck_ignoreHeadline</tabstop>
2077
 
    <tabstop>ck_scrollTo</tabstop>
2078
 
    <tabstop>sb_asAway</tabstop>
2079
 
    <tabstop>sb_asXa</tabstop>
2080
 
    <tabstop>sb_asOffline</tabstop>
2081
 
    <tabstop>ck_askOnline</tabstop>
2082
 
    <tabstop>ck_rosterAnim</tabstop>
2083
 
    <tabstop>pb_spNew</tabstop>
2084
 
    <tabstop>pb_spDelete</tabstop>
2085
 
    <tabstop>lb_sp</tabstop>
2086
 
    <tabstop>te_sp</tabstop>
2087
 
    <tabstop>ComboBox4</tabstop>
2088
 
    <tabstop>pb_fRoster_2</tabstop>
2089
 
    <tabstop>pb_cOnline</tabstop>
2090
 
    <tabstop>pb_cOffline</tabstop>
2091
 
    <tabstop>pb_cAway</tabstop>
2092
 
    <tabstop>pb_cDND</tabstop>
2093
 
    <tabstop>pb_cGroupFore</tabstop>
2094
 
    <tabstop>pb_cGroupBack</tabstop>
2095
 
    <tabstop>pb_cListBack</tabstop>
2096
 
    <tabstop>LineEdit9</tabstop>
2097
 
    <tabstop>pb_fRoster_3</tabstop>
2098
 
    <tabstop>cb_iconset</tabstop>
2099
 
    <tabstop>le_fRoster</tabstop>
2100
 
    <tabstop>pb_fRoster</tabstop>
2101
 
    <tabstop>le_fMessage</tabstop>
2102
 
    <tabstop>pb_fMessage</tabstop>
2103
 
    <tabstop>le_fChat</tabstop>
2104
 
    <tabstop>pb_fChat</tabstop>
2105
 
    <tabstop>le_player</tabstop>
2106
 
    <tabstop>ck_noAwaySound</tabstop>
2107
 
    <tabstop>le_oeMessage</tabstop>
2108
 
    <tabstop>pb_oeMessage</tabstop>
2109
 
    <tabstop>le_oeChat1</tabstop>
2110
 
    <tabstop>pb_oeChat1</tabstop>
2111
 
    <tabstop>le_oeChat2</tabstop>
2112
 
    <tabstop>pb_oeChat2</tabstop>
2113
 
    <tabstop>le_oeSystem</tabstop>
2114
 
    <tabstop>pb_oeSystem</tabstop>
2115
 
    <tabstop>le_oeOnline</tabstop>
2116
 
    <tabstop>pb_oeOnline</tabstop>
2117
 
    <tabstop>le_oeOffline</tabstop>
2118
 
    <tabstop>pb_oeOffline</tabstop>
2119
 
    <tabstop>le_oeSend</tabstop>
2120
 
    <tabstop>pb_oeSend</tabstop>
2121
 
    <tabstop>pb_soundReset</tabstop>
2122
 
    <tabstop>buttonOk</tabstop>
2123
 
    <tabstop>buttonApply</tabstop>
2124
 
    <tabstop>buttonCancel</tabstop>
2125
 
</tabstops>
2126
 
<includes>
2127
 
    <include location="local" impldecl="in implementation">ui_options.ui.h</include>
2128
 
</includes>
2129
 
<slots>
2130
 
    <slot access="protected">destroy()</slot>
2131
 
    <slot access="protected">init()</slot>
2132
 
    <slot>dataChanged()</slot>
2133
 
</slots>
2134
 
<layoutdefaults spacing="6" margin="11"/>
2135
 
</UI>