~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to iris/example/xmpptest/ui_test.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" stdsetdef="1" >
2
 
  <author></author>
3
 
  <comment></comment>
4
 
  <exportmacro></exportmacro>
5
 
  <class>TestUI</class>
6
 
  <widget class="QDialog" name="TestUI" >
7
 
    <property name="geometry" >
8
 
      <rect>
9
 
        <x>0</x>
10
 
        <y>0</y>
11
 
        <width>652</width>
12
 
        <height>591</height>
13
 
      </rect>
14
 
    </property>
15
 
    <property name="windowTitle" >
16
 
      <string>Form1</string>
17
 
    </property>
18
 
    <layout class="QHBoxLayout" >
19
 
      <item>
20
 
        <widget class="QTabWidget" name="tb_main" >
21
 
          <widget class="QWidget" name="tab" >
22
 
            <attribute name="title" >
23
 
              <string>Core</string>
24
 
            </attribute>
25
 
            <layout class="QVBoxLayout" >
26
 
              <property name="margin" >
27
 
                <number>0</number>
28
 
              </property>
29
 
              <item>
30
 
                <widget class="Q3GroupBox" name="gb_server" >
31
 
                  <property name="title" >
32
 
                    <string>Server</string>
33
 
                  </property>
34
 
                  <layout class="QVBoxLayout" >
35
 
                    <item>
36
 
                      <layout class="QHBoxLayout" >
37
 
                        <property name="margin" >
38
 
                          <number>0</number>
39
 
                        </property>
40
 
                        <item>
41
 
                          <widget class="QLabel" name="textLabel1" >
42
 
                            <property name="text" >
43
 
                              <string>Full JID:</string>
44
 
                            </property>
45
 
                          </widget>
46
 
                        </item>
47
 
                        <item>
48
 
                          <widget class="QLineEdit" name="le_jid" />
49
 
                        </item>
50
 
                      </layout>
51
 
                    </item>
52
 
                    <item>
53
 
                      <layout class="QHBoxLayout" >
54
 
                        <property name="margin" >
55
 
                          <number>0</number>
56
 
                        </property>
57
 
                        <item>
58
 
                          <widget class="QLabel" name="textLabel5_2" >
59
 
                            <property name="text" >
60
 
                              <string>User (if needed):</string>
61
 
                            </property>
62
 
                          </widget>
63
 
                        </item>
64
 
                        <item>
65
 
                          <widget class="QLineEdit" name="le_user" >
66
 
                            <property name="text" >
67
 
                              <string/>
68
 
                            </property>
69
 
                          </widget>
70
 
                        </item>
71
 
                        <item>
72
 
                          <widget class="QLabel" name="textLabel7_2" >
73
 
                            <property name="text" >
74
 
                              <string>Pass:</string>
75
 
                            </property>
76
 
                          </widget>
77
 
                        </item>
78
 
                        <item>
79
 
                          <widget class="QLineEdit" name="le_pass" >
80
 
                            <property name="echoMode" >
81
 
                              <enum>QLineEdit::Password</enum>
82
 
                            </property>
83
 
                          </widget>
84
 
                        </item>
85
 
                      </layout>
86
 
                    </item>
87
 
                    <item>
88
 
                      <layout class="QGridLayout" >
89
 
                        <property name="margin" >
90
 
                          <number>0</number>
91
 
                        </property>
92
 
                        <item row="1" column="2" >
93
 
                          <widget class="QCheckBox" name="ck_ssl" >
94
 
                            <property name="text" >
95
 
                              <string>SSL</string>
96
 
                            </property>
97
 
                          </widget>
98
 
                        </item>
99
 
                        <item rowspan="1" row="2" column="1" colspan="2" >
100
 
                          <widget class="QComboBox" name="cb_proxy" >
101
 
                            <item>
102
 
                              <property name="text" >
103
 
                                <string>None</string>
104
 
                              </property>
105
 
                            </item>
106
 
                            <item>
107
 
                              <property name="text" >
108
 
                                <string>HTTP(S)</string>
109
 
                              </property>
110
 
                            </item>
111
 
                            <item>
112
 
                              <property name="text" >
113
 
                                <string>SOCKS5</string>
114
 
                              </property>
115
 
                            </item>
116
 
                            <item>
117
 
                              <property name="text" >
118
 
                                <string>HTTP Polling</string>
119
 
                              </property>
120
 
                            </item>
121
 
                          </widget>
122
 
                        </item>
123
 
                        <item row="1" column="0" >
124
 
                          <widget class="QLabel" name="lb_host" >
125
 
                            <property name="text" >
126
 
                              <string>Host:Port:</string>
127
 
                            </property>
128
 
                          </widget>
129
 
                        </item>
130
 
                        <item rowspan="1" row="0" column="0" colspan="3" >
131
 
                          <widget class="QCheckBox" name="ck_probe" >
132
 
                            <property name="text" >
133
 
                              <string>Legacy SSL probe</string>
134
 
                            </property>
135
 
                          </widget>
136
 
                        </item>
137
 
                        <item row="2" column="0" >
138
 
                          <widget class="QLabel" name="textLabel4" >
139
 
                            <property name="text" >
140
 
                              <string>Proxy:</string>
141
 
                            </property>
142
 
                          </widget>
143
 
                        </item>
144
 
                        <item row="1" column="1" >
145
 
                          <widget class="QLineEdit" name="le_host" />
146
 
                        </item>
147
 
                      </layout>
148
 
                    </item>
149
 
                    <item>
150
 
                      <widget class="Q3GroupBox" name="gb_proxy" >
151
 
                        <property name="title" >
152
 
                          <string>Proxy Settings</string>
153
 
                        </property>
154
 
                        <layout class="QGridLayout" >
155
 
                          <item row="0" column="0" >
156
 
                            <widget class="QLabel" name="textLabel2_2" >
157
 
                              <property name="text" >
158
 
                                <string>Host:Port:</string>
159
 
                              </property>
160
 
                            </widget>
161
 
                          </item>
162
 
                          <item rowspan="1" row="0" column="1" colspan="3" >
163
 
                            <widget class="QLineEdit" name="le_proxyhost" />
164
 
                          </item>
165
 
                          <item row="1" column="0" >
166
 
                            <widget class="QLabel" name="textLabel5" >
167
 
                              <property name="text" >
168
 
                                <string>User/Pass:</string>
169
 
                              </property>
170
 
                            </widget>
171
 
                          </item>
172
 
                          <item row="1" column="1" >
173
 
                            <widget class="QLineEdit" name="le_proxyuser" />
174
 
                          </item>
175
 
                          <item row="1" column="2" >
176
 
                            <widget class="QLabel" name="textLabel7" >
177
 
                              <property name="text" >
178
 
                                <string>/</string>
179
 
                              </property>
180
 
                            </widget>
181
 
                          </item>
182
 
                          <item row="1" column="3" >
183
 
                            <widget class="QLineEdit" name="le_proxypass" >
184
 
                              <property name="echoMode" >
185
 
                                <enum>QLineEdit::Password</enum>
186
 
                              </property>
187
 
                            </widget>
188
 
                          </item>
189
 
                          <item row="2" column="0" >
190
 
                            <widget class="QLabel" name="lb_proxyurl" >
191
 
                              <property name="text" >
192
 
                                <string>Polling URL:</string>
193
 
                              </property>
194
 
                            </widget>
195
 
                          </item>
196
 
                          <item rowspan="1" row="2" column="1" colspan="3" >
197
 
                            <widget class="QLineEdit" name="le_proxyurl" />
198
 
                          </item>
199
 
                        </layout>
200
 
                      </widget>
201
 
                    </item>
202
 
                    <item>
203
 
                      <widget class="Q3GroupBox" name="gb_security" >
204
 
                        <property name="title" >
205
 
                          <string>Security Settings</string>
206
 
                        </property>
207
 
                        <layout class="QVBoxLayout" >
208
 
                          <item>
209
 
                            <widget class="QCheckBox" name="ck_plain" >
210
 
                              <property name="text" >
211
 
                                <string>Allow plaintext login</string>
212
 
                              </property>
213
 
                            </widget>
214
 
                          </item>
215
 
                          <item>
216
 
                            <widget class="QCheckBox" name="ck_mutual" >
217
 
                              <property name="text" >
218
 
                                <string>Require mutual authentication</string>
219
 
                              </property>
220
 
                            </widget>
221
 
                          </item>
222
 
                          <item>
223
 
                            <layout class="QHBoxLayout" >
224
 
                              <property name="margin" >
225
 
                                <number>0</number>
226
 
                              </property>
227
 
                              <item>
228
 
                                <widget class="QLabel" name="textLabel1_2" >
229
 
                                  <property name="text" >
230
 
                                    <string>SASL SSF min/max:</string>
231
 
                                  </property>
232
 
                                </widget>
233
 
                              </item>
234
 
                              <item>
235
 
                                <widget class="QSpinBox" name="sb_ssfmin" />
236
 
                              </item>
237
 
                              <item>
238
 
                                <widget class="QLabel" name="textLabel2" >
239
 
                                  <property name="text" >
240
 
                                    <string>/</string>
241
 
                                  </property>
242
 
                                </widget>
243
 
                              </item>
244
 
                              <item>
245
 
                                <widget class="QSpinBox" name="sb_ssfmax" />
246
 
                              </item>
247
 
                            </layout>
248
 
                          </item>
249
 
                        </layout>
250
 
                      </widget>
251
 
                    </item>
252
 
                  </layout>
253
 
                </widget>
254
 
              </item>
255
 
              <item>
256
 
                <layout class="QHBoxLayout" >
257
 
                  <property name="margin" >
258
 
                    <number>0</number>
259
 
                  </property>
260
 
                  <item>
261
 
                    <widget class="QPushButton" name="pb_go" >
262
 
                      <property name="text" >
263
 
                        <string>&amp;Connect</string>
264
 
                      </property>
265
 
                      <property name="shortcut" >
266
 
                        <string>Alt+C</string>
267
 
                      </property>
268
 
                    </widget>
269
 
                  </item>
270
 
                  <item>
271
 
                    <spacer name="spacer5" >
272
 
                      <property name="sizeHint" >
273
 
                        <size>
274
 
                          <width>130</width>
275
 
                          <height>20</height>
276
 
                        </size>
277
 
                      </property>
278
 
                      <property name="sizeType" >
279
 
                        <enum>Expanding</enum>
280
 
                      </property>
281
 
                      <property name="orientation" >
282
 
                        <enum>Horizontal</enum>
283
 
                      </property>
284
 
                    </spacer>
285
 
                  </item>
286
 
                  <item>
287
 
                    <widget class="QPushButton" name="pb_about" >
288
 
                      <property name="text" >
289
 
                        <string>&amp;About</string>
290
 
                      </property>
291
 
                    </widget>
292
 
                  </item>
293
 
                </layout>
294
 
              </item>
295
 
              <item>
296
 
                <spacer name="spacer3_2" >
297
 
                  <property name="sizeHint" >
298
 
                    <size>
299
 
                      <width>20</width>
300
 
                      <height>16</height>
301
 
                    </size>
302
 
                  </property>
303
 
                  <property name="sizeType" >
304
 
                    <enum>Expanding</enum>
305
 
                  </property>
306
 
                  <property name="orientation" >
307
 
                    <enum>Vertical</enum>
308
 
                  </property>
309
 
                </spacer>
310
 
              </item>
311
 
              <item>
312
 
                <widget class="Q3GroupBox" name="groupBox3" >
313
 
                  <property name="title" >
314
 
                    <string>Quick XML >></string>
315
 
                  </property>
316
 
                  <layout class="QVBoxLayout" >
317
 
                    <item>
318
 
                      <layout class="QHBoxLayout" >
319
 
                        <property name="margin" >
320
 
                          <number>0</number>
321
 
                        </property>
322
 
                        <item>
323
 
                          <widget class="QLabel" name="textLabel8" >
324
 
                            <property name="text" >
325
 
                              <string>To:</string>
326
 
                            </property>
327
 
                          </widget>
328
 
                        </item>
329
 
                        <item>
330
 
                          <widget class="QLineEdit" name="le_to" />
331
 
                        </item>
332
 
                      </layout>
333
 
                    </item>
334
 
                    <item>
335
 
                      <layout class="QHBoxLayout" >
336
 
                        <property name="margin" >
337
 
                          <number>0</number>
338
 
                        </property>
339
 
                        <item>
340
 
                          <widget class="QPushButton" name="pb_im" >
341
 
                            <property name="text" >
342
 
                              <string>&amp;IM Session</string>
343
 
                            </property>
344
 
                          </widget>
345
 
                        </item>
346
 
                        <item>
347
 
                          <widget class="QPushButton" name="pb_msg" >
348
 
                            <property name="text" >
349
 
                              <string>&amp;Message</string>
350
 
                            </property>
351
 
                          </widget>
352
 
                        </item>
353
 
                        <item>
354
 
                          <widget class="QPushButton" name="pb_iqv" >
355
 
                            <property name="text" >
356
 
                              <string>IQ &amp;Version</string>
357
 
                            </property>
358
 
                          </widget>
359
 
                        </item>
360
 
                      </layout>
361
 
                    </item>
362
 
                  </layout>
363
 
                </widget>
364
 
              </item>
365
 
            </layout>
366
 
          </widget>
367
 
          <widget class="QWidget" name="tab" >
368
 
            <attribute name="title" >
369
 
              <string>IM</string>
370
 
            </attribute>
371
 
          </widget>
372
 
        </widget>
373
 
      </item>
374
 
      <item>
375
 
        <layout class="QVBoxLayout" >
376
 
          <property name="margin" >
377
 
            <number>0</number>
378
 
          </property>
379
 
          <item>
380
 
            <widget class="Q3TextEdit" name="te_log" >
381
 
              <property name="minimumSize" >
382
 
                <size>
383
 
                  <width>300</width>
384
 
                  <height>0</height>
385
 
                </size>
386
 
              </property>
387
 
              <property name="wrapPolicy" >
388
 
                <enum>AtWordOrDocumentBoundary</enum>
389
 
              </property>
390
 
              <property name="readOnly" >
391
 
                <bool>true</bool>
392
 
              </property>
393
 
            </widget>
394
 
          </item>
395
 
          <item>
396
 
            <widget class="Q3TextEdit" name="te_input" >
397
 
              <property name="maximumSize" >
398
 
                <size>
399
 
                  <width>32767</width>
400
 
                  <height>200</height>
401
 
                </size>
402
 
              </property>
403
 
            </widget>
404
 
          </item>
405
 
          <item>
406
 
            <layout class="QHBoxLayout" >
407
 
              <property name="margin" >
408
 
                <number>0</number>
409
 
              </property>
410
 
              <item>
411
 
                <spacer name="spacer3" >
412
 
                  <property name="sizeHint" >
413
 
                    <size>
414
 
                      <width>40</width>
415
 
                      <height>20</height>
416
 
                    </size>
417
 
                  </property>
418
 
                  <property name="sizeType" >
419
 
                    <enum>Expanding</enum>
420
 
                  </property>
421
 
                  <property name="orientation" >
422
 
                    <enum>Horizontal</enum>
423
 
                  </property>
424
 
                </spacer>
425
 
              </item>
426
 
              <item>
427
 
                <widget class="QPushButton" name="pb_send" >
428
 
                  <property name="text" >
429
 
                    <string>&amp;Send</string>
430
 
                  </property>
431
 
                  <property name="shortcut" >
432
 
                    <string>Alt+S</string>
433
 
                  </property>
434
 
                </widget>
435
 
              </item>
436
 
            </layout>
437
 
          </item>
438
 
        </layout>
439
 
      </item>
440
 
    </layout>
441
 
  </widget>
442
 
  <layoutdefault spacing="6" margin="11" />
443
 
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
444
 
  <tabstops>
445
 
    <tabstop>le_jid</tabstop>
446
 
    <tabstop>le_user</tabstop>
447
 
    <tabstop>le_pass</tabstop>
448
 
    <tabstop>ck_probe</tabstop>
449
 
    <tabstop>le_host</tabstop>
450
 
    <tabstop>ck_ssl</tabstop>
451
 
    <tabstop>cb_proxy</tabstop>
452
 
    <tabstop>le_proxyhost</tabstop>
453
 
    <tabstop>le_proxyuser</tabstop>
454
 
    <tabstop>le_proxypass</tabstop>
455
 
    <tabstop>le_proxyurl</tabstop>
456
 
    <tabstop>ck_plain</tabstop>
457
 
    <tabstop>ck_mutual</tabstop>
458
 
    <tabstop>sb_ssfmin</tabstop>
459
 
    <tabstop>sb_ssfmax</tabstop>
460
 
    <tabstop>pb_go</tabstop>
461
 
    <tabstop>pb_about</tabstop>
462
 
    <tabstop>le_to</tabstop>
463
 
    <tabstop>pb_im</tabstop>
464
 
    <tabstop>pb_msg</tabstop>
465
 
    <tabstop>pb_iqv</tabstop>
466
 
    <tabstop>te_input</tabstop>
467
 
    <tabstop>pb_send</tabstop>
468
 
    <tabstop>te_log</tabstop>
469
 
  </tabstops>
470
 
</ui>