source: psi/trunk/iris/example/xmpptest/ui_test.ui

Last change on this file was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 28.5 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>TestUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>TestUI</cstring>
6 </property>
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="caption">
16 <string>Form1</string>
17 </property>
18 <hbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <widget class="QTabWidget">
23 <property name="name">
24 <cstring>tb_main</cstring>
25 </property>
26 <widget class="QWidget">
27 <property name="name">
28 <cstring>tab</cstring>
29 </property>
30 <attribute name="title">
31 <string>Core</string>
32 </attribute>
33 <vbox>
34 <property name="name">
35 <cstring>unnamed</cstring>
36 </property>
37 <widget class="QGroupBox">
38 <property name="name">
39 <cstring>gb_server</cstring>
40 </property>
41 <property name="title">
42 <string>Server</string>
43 </property>
44 <vbox>
45 <property name="name">
46 <cstring>unnamed</cstring>
47 </property>
48 <widget class="QLayoutWidget">
49 <property name="name">
50 <cstring>layout3</cstring>
51 </property>
52 <hbox>
53 <property name="name">
54 <cstring>unnamed</cstring>
55 </property>
56 <widget class="QLabel">
57 <property name="name">
58 <cstring>textLabel1</cstring>
59 </property>
60 <property name="text">
61 <string>Full JID:</string>
62 </property>
63 </widget>
64 <widget class="QLineEdit">
65 <property name="name">
66 <cstring>le_jid</cstring>
67 </property>
68 </widget>
69 </hbox>
70 </widget>
71 <widget class="QLayoutWidget">
72 <property name="name">
73 <cstring>layout12</cstring>
74 </property>
75 <hbox>
76 <property name="name">
77 <cstring>unnamed</cstring>
78 </property>
79 <widget class="QLabel">
80 <property name="name">
81 <cstring>textLabel5_2</cstring>
82 </property>
83 <property name="text">
84 <string>User (if needed):</string>
85 </property>
86 </widget>
87 <widget class="QLineEdit">
88 <property name="name">
89 <cstring>le_user</cstring>
90 </property>
91 <property name="text">
92 <string></string>
93 </property>
94 </widget>
95 <widget class="QLabel">
96 <property name="name">
97 <cstring>textLabel7_2</cstring>
98 </property>
99 <property name="text">
100 <string>Pass:</string>
101 </property>
102 </widget>
103 <widget class="QLineEdit">
104 <property name="name">
105 <cstring>le_pass</cstring>
106 </property>
107 <property name="echoMode">
108 <enum>Password</enum>
109 </property>
110 </widget>
111 </hbox>
112 </widget>
113 <widget class="QLayoutWidget">
114 <property name="name">
115 <cstring>layout2</cstring>
116 </property>
117 <grid>
118 <property name="name">
119 <cstring>unnamed</cstring>
120 </property>
121 <widget class="QCheckBox" row="1" column="2">
122 <property name="name">
123 <cstring>ck_ssl</cstring>
124 </property>
125 <property name="text">
126 <string>SSL</string>
127 </property>
128 </widget>
129 <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="2">
130 <item>
131 <property name="text">
132 <string>None</string>
133 </property>
134 </item>
135 <item>
136 <property name="text">
137 <string>HTTP(S)</string>
138 </property>
139 </item>
140 <item>
141 <property name="text">
142 <string>SOCKS5</string>
143 </property>
144 </item>
145 <item>
146 <property name="text">
147 <string>HTTP Polling</string>
148 </property>
149 </item>
150 <property name="name">
151 <cstring>cb_proxy</cstring>
152 </property>
153 </widget>
154 <widget class="QLabel" row="1" column="0">
155 <property name="name">
156 <cstring>lb_host</cstring>
157 </property>
158 <property name="text">
159 <string>Host:Port:</string>
160 </property>
161 </widget>
162 <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="3">
163 <property name="name">
164 <cstring>ck_probe</cstring>
165 </property>
166 <property name="text">
167 <string>Legacy SSL probe</string>
168 </property>
169 </widget>
170 <widget class="QLabel" row="2" column="0">
171 <property name="name">
172 <cstring>textLabel4</cstring>
173 </property>
174 <property name="text">
175 <string>Proxy:</string>
176 </property>
177 </widget>
178 <widget class="QLineEdit" row="1" column="1">
179 <property name="name">
180 <cstring>le_host</cstring>
181 </property>
182 </widget>
183 </grid>
184 </widget>
185 <widget class="QGroupBox">
186 <property name="name">
187 <cstring>gb_proxy</cstring>
188 </property>
189 <property name="title">
190 <string>Proxy Settings</string>
191 </property>
192 <grid>
193 <property name="name">
194 <cstring>unnamed</cstring>
195 </property>
196 <widget class="QLabel" row="0" column="0">
197 <property name="name">
198 <cstring>textLabel2_2</cstring>
199 </property>
200 <property name="text">
201 <string>Host:Port:</string>
202 </property>
203 </widget>
204 <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="3">
205 <property name="name">
206 <cstring>le_proxyhost</cstring>
207 </property>
208 </widget>
209 <widget class="QLabel" row="1" column="0">
210 <property name="name">
211 <cstring>textLabel5</cstring>
212 </property>
213 <property name="text">
214 <string>User/Pass:</string>
215 </property>
216 </widget>
217 <widget class="QLineEdit" row="1" column="1">
218 <property name="name">
219 <cstring>le_proxyuser</cstring>
220 </property>
221 </widget>
222 <widget class="QLabel" row="1" column="2">
223 <property name="name">
224 <cstring>textLabel7</cstring>
225 </property>
226 <property name="text">
227 <string>/</string>
228 </property>
229 </widget>
230 <widget class="QLineEdit" row="1" column="3">
231 <property name="name">
232 <cstring>le_proxypass</cstring>
233 </property>
234 <property name="echoMode">
235 <enum>Password</enum>
236 </property>
237 </widget>
238 <widget class="QLabel" row="2" column="0">
239 <property name="name">
240 <cstring>lb_proxyurl</cstring>
241 </property>
242 <property name="text">
243 <string>Polling URL:</string>
244 </property>
245 </widget>
246 <widget class="QLineEdit" row="2" column="1" rowspan="1" colspan="3">
247 <property name="name">
248 <cstring>le_proxyurl</cstring>
249 </property>
250 </widget>
251 </grid>
252 </widget>
253 <widget class="QGroupBox">
254 <property name="name">
255 <cstring>gb_security</cstring>
256 </property>
257 <property name="title">
258 <string>Security Settings</string>
259 </property>
260 <vbox>
261 <property name="name">
262 <cstring>unnamed</cstring>
263 </property>
264 <widget class="QCheckBox">
265 <property name="name">
266 <cstring>ck_plain</cstring>
267 </property>
268 <property name="text">
269 <string>Allow plaintext login</string>
270 </property>
271 </widget>
272 <widget class="QCheckBox">
273 <property name="name">
274 <cstring>ck_mutual</cstring>
275 </property>
276 <property name="text">
277 <string>Require mutual authentication</string>
278 </property>
279 </widget>
280 <widget class="QLayoutWidget">
281 <property name="name">
282 <cstring>layout8</cstring>
283 </property>
284 <hbox>
285 <property name="name">
286 <cstring>unnamed</cstring>
287 </property>
288 <widget class="QLabel">
289 <property name="name">
290 <cstring>textLabel1_2</cstring>
291 </property>
292 <property name="text">
293 <string>SASL SSF min/max:</string>
294 </property>
295 </widget>
296 <widget class="QSpinBox">
297 <property name="name">
298 <cstring>sb_ssfmin</cstring>
299 </property>
300 </widget>
301 <widget class="QLabel">
302 <property name="name">
303 <cstring>textLabel2</cstring>
304 </property>
305 <property name="text">
306 <string>/</string>
307 </property>
308 </widget>
309 <widget class="QSpinBox">
310 <property name="name">
311 <cstring>sb_ssfmax</cstring>
312 </property>
313 </widget>
314 </hbox>
315 </widget>
316 </vbox>
317 </widget>
318 </vbox>
319 </widget>
320 <widget class="QLayoutWidget">
321 <property name="name">
322 <cstring>layout10</cstring>
323 </property>
324 <hbox>
325 <property name="name">
326 <cstring>unnamed</cstring>
327 </property>
328 <widget class="QPushButton">
329 <property name="name">
330 <cstring>pb_go</cstring>
331 </property>
332 <property name="text">
333 <string>&amp;Connect</string>
334 </property>
335 <property name="accel">
336 <string>Alt+C</string>
337 </property>
338 </widget>
339 <spacer>
340 <property name="name">
341 <cstring>spacer5</cstring>
342 </property>
343 <property name="orientation">
344 <enum>Horizontal</enum>
345 </property>
346 <property name="sizeType">
347 <enum>Expanding</enum>
348 </property>
349 <property name="sizeHint">
350 <size>
351 <width>130</width>
352 <height>20</height>
353 </size>
354 </property>
355 </spacer>
356 <widget class="QPushButton">
357 <property name="name">
358 <cstring>pb_about</cstring>
359 </property>
360 <property name="text">
361 <string>&amp;About</string>
362 </property>
363 </widget>
364 </hbox>
365 </widget>
366 <spacer>
367 <property name="name">
368 <cstring>spacer3_2</cstring>
369 </property>
370 <property name="orientation">
371 <enum>Vertical</enum>
372 </property>
373 <property name="sizeType">
374 <enum>Expanding</enum>
375 </property>
376 <property name="sizeHint">
377 <size>
378 <width>20</width>
379 <height>16</height>
380 </size>
381 </property>
382 </spacer>
383 <widget class="QGroupBox">
384 <property name="name">
385 <cstring>groupBox3</cstring>
386 </property>
387 <property name="title">
388 <string>Quick XML &gt;&gt;</string>
389 </property>
390 <vbox>
391 <property name="name">
392 <cstring>unnamed</cstring>
393 </property>
394 <widget class="QLayoutWidget">
395 <property name="name">
396 <cstring>layout8</cstring>
397 </property>
398 <hbox>
399 <property name="name">
400 <cstring>unnamed</cstring>
401 </property>
402 <widget class="QLabel">
403 <property name="name">
404 <cstring>textLabel8</cstring>
405 </property>
406 <property name="text">
407 <string>To:</string>
408 </property>
409 </widget>
410 <widget class="QLineEdit">
411 <property name="name">
412 <cstring>le_to</cstring>
413 </property>
414 </widget>
415 </hbox>
416 </widget>
417 <widget class="QLayoutWidget">
418 <property name="name">
419 <cstring>layout9</cstring>
420 </property>
421 <hbox>
422 <property name="name">
423 <cstring>unnamed</cstring>
424 </property>
425 <widget class="QPushButton">
426 <property name="name">
427 <cstring>pb_im</cstring>
428 </property>
429 <property name="text">
430 <string>&amp;IM Session</string>
431 </property>
432 </widget>
433 <widget class="QPushButton">
434 <property name="name">
435 <cstring>pb_msg</cstring>
436 </property>
437 <property name="text">
438 <string>&amp;Message</string>
439 </property>
440 </widget>
441 <widget class="QPushButton">
442 <property name="name">
443 <cstring>pb_iqv</cstring>
444 </property>
445 <property name="text">
446 <string>IQ &amp;Version</string>
447 </property>
448 </widget>
449 </hbox>
450 </widget>
451 </vbox>
452 </widget>
453 </vbox>
454 </widget>
455 <widget class="QWidget">
456 <property name="name">
457 <cstring>tab</cstring>
458 </property>
459 <attribute name="title">
460 <string>IM</string>
461 </attribute>
462 </widget>
463 </widget>
464 <widget class="QLayoutWidget">
465 <property name="name">
466 <cstring>layout8</cstring>
467 </property>
468 <vbox>
469 <property name="name">
470 <cstring>unnamed</cstring>
471 </property>
472 <widget class="QTextEdit">
473 <property name="name">
474 <cstring>te_log</cstring>
475 </property>
476 <property name="minimumSize">
477 <size>
478 <width>300</width>
479 <height>0</height>
480 </size>
481 </property>
482 <property name="wrapPolicy">
483 <enum>AtWordOrDocumentBoundary</enum>
484 </property>
485 <property name="readOnly">
486 <bool>true</bool>
487 </property>
488 </widget>
489 <widget class="QTextEdit">
490 <property name="name">
491 <cstring>te_input</cstring>
492 </property>
493 <property name="maximumSize">
494 <size>
495 <width>32767</width>
496 <height>200</height>
497 </size>
498 </property>
499 </widget>
500 <widget class="QLayoutWidget">
501 <property name="name">
502 <cstring>layout7</cstring>
503 </property>
504 <hbox>
505 <property name="name">
506 <cstring>unnamed</cstring>
507 </property>
508 <spacer>
509 <property name="name">
510 <cstring>spacer3</cstring>
511 </property>
512 <property name="orientation">
513 <enum>Horizontal</enum>
514 </property>
515 <property name="sizeType">
516 <enum>Expanding</enum>
517 </property>
518 <property name="sizeHint">
519 <size>
520 <width>40</width>
521 <height>20</height>
522 </size>
523 </property>
524 </spacer>
525 <widget class="QPushButton">
526 <property name="name">
527 <cstring>pb_send</cstring>
528 </property>
529 <property name="text">
530 <string>&amp;Send</string>
531 </property>
532 <property name="accel">
533 <string>Alt+S</string>
534 </property>
535 </widget>
536 </hbox>
537 </widget>
538 </vbox>
539 </widget>
540 </hbox>
541</widget>
542<tabstops>
543 <tabstop>le_jid</tabstop>
544 <tabstop>le_user</tabstop>
545 <tabstop>le_pass</tabstop>
546 <tabstop>ck_probe</tabstop>
547 <tabstop>le_host</tabstop>
548 <tabstop>ck_ssl</tabstop>
549 <tabstop>cb_proxy</tabstop>
550 <tabstop>le_proxyhost</tabstop>
551 <tabstop>le_proxyuser</tabstop>
552 <tabstop>le_proxypass</tabstop>
553 <tabstop>le_proxyurl</tabstop>
554 <tabstop>ck_plain</tabstop>
555 <tabstop>ck_mutual</tabstop>
556 <tabstop>sb_ssfmin</tabstop>
557 <tabstop>sb_ssfmax</tabstop>
558 <tabstop>pb_go</tabstop>
559 <tabstop>pb_about</tabstop>
560 <tabstop>le_to</tabstop>
561 <tabstop>pb_im</tabstop>
562 <tabstop>pb_msg</tabstop>
563 <tabstop>pb_iqv</tabstop>
564 <tabstop>te_input</tabstop>
565 <tabstop>pb_send</tabstop>
566 <tabstop>te_log</tabstop>
567</tabstops>
568<layoutdefaults spacing="6" margin="11"/>
569</UI>
Note: See TracBrowser for help on using the repository browser.