~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

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