~ubuntu-branches/ubuntu/jaunty/fqterm/jaunty

« back to all changes in this revision

Viewing changes to src/ui/sitemanager.ui

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-02-14 09:32:53 UTC
  • Revision ID: james.westby@ubuntu.com-20090214093253-s2e6544ox2aj79rj
Tags: upstream-0.9.3+svn632
ImportĀ upstreamĀ versionĀ 0.9.3+svn632

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>siteManager</class>
 
3
 <widget class="QDialog" name="siteManager" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>481</width>
 
9
    <height>495</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Address Book</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" >
 
16
   <item row="0" column="0" >
 
17
    <layout class="QGridLayout" >
 
18
     <item row="0" column="0" colspan="2" >
 
19
      <widget class="QListWidget" name="siteList" />
 
20
     </item>
 
21
     <item row="1" column="0" >
 
22
      <widget class="QPushButton" name="upButton" >
 
23
       <property name="text" >
 
24
        <string>&amp;Up</string>
 
25
       </property>
 
26
      </widget>
 
27
     </item>
 
28
     <item row="1" column="1" >
 
29
      <widget class="QPushButton" name="downButton" >
 
30
       <property name="text" >
 
31
        <string>&amp;Down</string>
 
32
       </property>
 
33
      </widget>
 
34
     </item>
 
35
    </layout>
 
36
   </item>
 
37
   <item row="0" column="1" >
 
38
    <widget class="QGroupBox" name="editGroup" >
 
39
     <property name="title" >
 
40
      <string/>
 
41
     </property>
 
42
     <layout class="QGridLayout" >
 
43
      <item row="0" column="0" >
 
44
       <widget class="QLabel" name="nameLabel" >
 
45
        <property name="text" >
 
46
         <string>Site Name</string>
 
47
        </property>
 
48
       </widget>
 
49
      </item>
 
50
      <item row="0" column="1" colspan="3" >
 
51
       <widget class="QLineEdit" name="nameEdit" />
 
52
      </item>
 
53
      <item row="1" column="0" >
 
54
       <widget class="QLabel" name="addrLabel" >
 
55
        <property name="text" >
 
56
         <string>Address</string>
 
57
        </property>
 
58
       </widget>
 
59
      </item>
 
60
      <item row="1" column="1" colspan="3" >
 
61
       <widget class="QLineEdit" name="addrEdit" />
 
62
      </item>
 
63
      <item row="2" column="0" >
 
64
       <widget class="QLabel" name="protocolLabel" >
 
65
        <property name="text" >
 
66
         <string>Protocol</string>
 
67
        </property>
 
68
       </widget>
 
69
      </item>
 
70
      <item row="2" column="1" >
 
71
       <widget class="QComboBox" name="protocolCombo" >
 
72
        <item>
 
73
         <property name="text" >
 
74
          <string>Telnet</string>
 
75
         </property>
 
76
        </item>
 
77
        <item>
 
78
         <property name="text" >
 
79
          <string>SSH1</string>
 
80
         </property>
 
81
        </item>
 
82
        <item>
 
83
         <property name="text" >
 
84
          <string>SSH2</string>
 
85
         </property>
 
86
        </item>
 
87
       </widget>
 
88
      </item>
 
89
      <item row="2" column="2" >
 
90
       <widget class="QCheckBox" name="portCheck" >
 
91
        <property name="text" >
 
92
         <string>Port</string>
 
93
        </property>
 
94
       </widget>
 
95
      </item>
 
96
      <item row="2" column="3" >
 
97
       <widget class="QLineEdit" name="portEdit" >
 
98
        <property name="enabled" >
 
99
         <bool>false</bool>
 
100
        </property>
 
101
        <property name="text" >
 
102
         <string/>
 
103
        </property>
 
104
       </widget>
 
105
      </item>
 
106
      <item row="3" column="0" >
 
107
       <widget class="QLabel" name="hostTypeLabel" >
 
108
        <property name="text" >
 
109
         <string>Host Type</string>
 
110
        </property>
 
111
       </widget>
 
112
      </item>
 
113
      <item row="3" column="1" >
 
114
       <widget class="QComboBox" name="hostTypeCombo" >
 
115
        <item>
 
116
         <property name="text" >
 
117
          <string>BBS</string>
 
118
         </property>
 
119
        </item>
 
120
        <item>
 
121
         <property name="text" >
 
122
          <string>*NIX</string>
 
123
         </property>
 
124
        </item>
 
125
       </widget>
 
126
      </item>
 
127
      <item row="4" column="0" >
 
128
       <widget class="QCheckBox" name="proxyCheck" >
 
129
        <property name="sizePolicy" >
 
130
         <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
 
131
          <horstretch>0</horstretch>
 
132
          <verstretch>0</verstretch>
 
133
         </sizepolicy>
 
134
        </property>
 
135
        <property name="text" >
 
136
         <string>Use Proxy</string>
 
137
        </property>
 
138
       </widget>
 
139
      </item>
 
140
      <item row="4" column="1" >
 
141
       <widget class="QPushButton" name="proxyButton" >
 
142
        <property name="enabled" >
 
143
         <bool>false</bool>
 
144
        </property>
 
145
        <property name="text" >
 
146
         <string>Setting...</string>
 
147
        </property>
 
148
       </widget>
 
149
      </item>
 
150
      <item row="5" column="0" >
 
151
       <widget class="QCheckBox" name="autoLoginCheck" >
 
152
        <property name="text" >
 
153
         <string>Auto Login</string>
 
154
        </property>
 
155
       </widget>
 
156
      </item>
 
157
      <item row="5" column="1" >
 
158
       <widget class="QPushButton" name="autoLoginButton" >
 
159
        <property name="enabled" >
 
160
         <bool>false</bool>
 
161
        </property>
 
162
        <property name="sizePolicy" >
 
163
         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
164
          <horstretch>0</horstretch>
 
165
          <verstretch>0</verstretch>
 
166
         </sizepolicy>
 
167
        </property>
 
168
        <property name="text" >
 
169
         <string>Setting...</string>
 
170
        </property>
 
171
       </widget>
 
172
      </item>
 
173
      <item row="6" column="0" >
 
174
       <widget class="QLabel" name="label_10" >
 
175
        <property name="text" >
 
176
         <string>Font Preview</string>
 
177
        </property>
 
178
       </widget>
 
179
      </item>
 
180
      <item row="6" column="1" colspan="3" >
 
181
       <widget class="QLabel" name="fontPreviewer" >
 
182
        <property name="autoFillBackground" >
 
183
         <bool>true</bool>
 
184
        </property>
 
185
        <property name="text" >
 
186
         <string>Font Previewer</string>
 
187
        </property>
 
188
        <property name="textFormat" >
 
189
         <enum>Qt::RichText</enum>
 
190
        </property>
 
191
        <property name="alignment" >
 
192
         <set>Qt::AlignCenter</set>
 
193
        </property>
 
194
       </widget>
 
195
      </item>
 
196
      <item row="8" column="0" colspan="4" >
 
197
       <layout class="QHBoxLayout" >
 
198
        <item>
 
199
         <spacer>
 
200
          <property name="orientation" >
 
201
           <enum>Qt::Horizontal</enum>
 
202
          </property>
 
203
          <property name="sizeHint" >
 
204
           <size>
 
205
            <width>55</width>
 
206
            <height>25</height>
 
207
           </size>
 
208
          </property>
 
209
         </spacer>
 
210
        </item>
 
211
        <item>
 
212
         <widget class="QPushButton" name="resetButton" >
 
213
          <property name="text" >
 
214
           <string>&amp;Reset</string>
 
215
          </property>
 
216
         </widget>
 
217
        </item>
 
218
        <item>
 
219
         <spacer>
 
220
          <property name="orientation" >
 
221
           <enum>Qt::Horizontal</enum>
 
222
          </property>
 
223
          <property name="sizeHint" >
 
224
           <size>
 
225
            <width>54</width>
 
226
            <height>25</height>
 
227
           </size>
 
228
          </property>
 
229
         </spacer>
 
230
        </item>
 
231
        <item>
 
232
         <widget class="QPushButton" name="advanceButton" >
 
233
          <property name="text" >
 
234
           <string>A&amp;dvance</string>
 
235
          </property>
 
236
         </widget>
 
237
        </item>
 
238
       </layout>
 
239
      </item>
 
240
      <item row="7" column="1" >
 
241
       <spacer>
 
242
        <property name="orientation" >
 
243
         <enum>Qt::Vertical</enum>
 
244
        </property>
 
245
        <property name="sizeHint" >
 
246
         <size>
 
247
          <width>20</width>
 
248
          <height>40</height>
 
249
         </size>
 
250
        </property>
 
251
       </spacer>
 
252
      </item>
 
253
     </layout>
 
254
    </widget>
 
255
   </item>
 
256
   <item row="1" column="0" colspan="2" >
 
257
    <layout class="QHBoxLayout" >
 
258
     <item>
 
259
      <widget class="QPushButton" name="newButton" >
 
260
       <property name="text" >
 
261
        <string>&amp;New</string>
 
262
       </property>
 
263
      </widget>
 
264
     </item>
 
265
     <item>
 
266
      <spacer>
 
267
       <property name="orientation" >
 
268
        <enum>Qt::Horizontal</enum>
 
269
       </property>
 
270
       <property name="sizeHint" >
 
271
        <size>
 
272
         <width>40</width>
 
273
         <height>20</height>
 
274
        </size>
 
275
       </property>
 
276
      </spacer>
 
277
     </item>
 
278
     <item>
 
279
      <widget class="QPushButton" name="deleteButton" >
 
280
       <property name="text" >
 
281
        <string>&amp;Delete</string>
 
282
       </property>
 
283
      </widget>
 
284
     </item>
 
285
     <item>
 
286
      <spacer>
 
287
       <property name="orientation" >
 
288
        <enum>Qt::Horizontal</enum>
 
289
       </property>
 
290
       <property name="sizeHint" >
 
291
        <size>
 
292
         <width>40</width>
 
293
         <height>20</height>
 
294
        </size>
 
295
       </property>
 
296
      </spacer>
 
297
     </item>
 
298
     <item>
 
299
      <widget class="QPushButton" name="connectButton" >
 
300
       <property name="text" >
 
301
        <string>C&amp;onnect</string>
 
302
       </property>
 
303
      </widget>
 
304
     </item>
 
305
     <item>
 
306
      <spacer>
 
307
       <property name="orientation" >
 
308
        <enum>Qt::Horizontal</enum>
 
309
       </property>
 
310
       <property name="sizeHint" >
 
311
        <size>
 
312
         <width>40</width>
 
313
         <height>20</height>
 
314
        </size>
 
315
       </property>
 
316
      </spacer>
 
317
     </item>
 
318
     <item>
 
319
      <widget class="QPushButton" name="applyButton" >
 
320
       <property name="text" >
 
321
        <string>&amp;Save</string>
 
322
       </property>
 
323
      </widget>
 
324
     </item>
 
325
     <item>
 
326
      <spacer>
 
327
       <property name="orientation" >
 
328
        <enum>Qt::Horizontal</enum>
 
329
       </property>
 
330
       <property name="sizeHint" >
 
331
        <size>
 
332
         <width>40</width>
 
333
         <height>20</height>
 
334
        </size>
 
335
       </property>
 
336
      </spacer>
 
337
     </item>
 
338
     <item>
 
339
      <widget class="QPushButton" name="closeButton" >
 
340
       <property name="text" >
 
341
        <string>&amp;Close</string>
 
342
       </property>
 
343
      </widget>
 
344
     </item>
 
345
    </layout>
 
346
   </item>
 
347
  </layout>
 
348
  <widget class="QLabel" name="label" >
 
349
   <property name="geometry" >
 
350
    <rect>
 
351
     <x>9</x>
 
352
     <y>553</y>
 
353
     <width>31</width>
 
354
     <height>0</height>
 
355
    </rect>
 
356
   </property>
 
357
   <property name="maximumSize" >
 
358
    <size>
 
359
     <width>16777215</width>
 
360
     <height>0</height>
 
361
    </size>
 
362
   </property>
 
363
   <property name="text" >
 
364
    <string/>
 
365
   </property>
 
366
  </widget>
 
367
  <widget class="QLabel" name="label_2" >
 
368
   <property name="geometry" >
 
369
    <rect>
 
370
     <x>120</x>
 
371
     <y>553</y>
 
372
     <width>30</width>
 
373
     <height>0</height>
 
374
    </rect>
 
375
   </property>
 
376
   <property name="maximumSize" >
 
377
    <size>
 
378
     <width>16777215</width>
 
379
     <height>0</height>
 
380
    </size>
 
381
   </property>
 
382
   <property name="text" >
 
383
    <string/>
 
384
   </property>
 
385
  </widget>
 
386
  <widget class="QLabel" name="label_3" >
 
387
   <property name="geometry" >
 
388
    <rect>
 
389
     <x>156</x>
 
390
     <y>553</y>
 
391
     <width>78</width>
 
392
     <height>0</height>
 
393
    </rect>
 
394
   </property>
 
395
   <property name="maximumSize" >
 
396
    <size>
 
397
     <width>16777215</width>
 
398
     <height>0</height>
 
399
    </size>
 
400
   </property>
 
401
   <property name="text" >
 
402
    <string/>
 
403
   </property>
 
404
  </widget>
 
405
  <widget class="QLabel" name="label_4" >
 
406
   <property name="geometry" >
 
407
    <rect>
 
408
     <x>240</x>
 
409
     <y>553</y>
 
410
     <width>69</width>
 
411
     <height>0</height>
 
412
    </rect>
 
413
   </property>
 
414
   <property name="maximumSize" >
 
415
    <size>
 
416
     <width>16777215</width>
 
417
     <height>0</height>
 
418
    </size>
 
419
   </property>
 
420
   <property name="text" >
 
421
    <string/>
 
422
   </property>
 
423
  </widget>
 
424
  <widget class="QLabel" name="label_5" >
 
425
   <property name="geometry" >
 
426
    <rect>
 
427
     <x>410</x>
 
428
     <y>553</y>
 
429
     <width>34</width>
 
430
     <height>0</height>
 
431
    </rect>
 
432
   </property>
 
433
   <property name="maximumSize" >
 
434
    <size>
 
435
     <width>16777215</width>
 
436
     <height>0</height>
 
437
    </size>
 
438
   </property>
 
439
   <property name="text" >
 
440
    <string/>
 
441
   </property>
 
442
  </widget>
 
443
  <widget class="QLabel" name="label_6" >
 
444
   <property name="geometry" >
 
445
    <rect>
 
446
     <x>369</x>
 
447
     <y>553</y>
 
448
     <width>35</width>
 
449
     <height>0</height>
 
450
    </rect>
 
451
   </property>
 
452
   <property name="maximumSize" >
 
453
    <size>
 
454
     <width>16777215</width>
 
455
     <height>0</height>
 
456
    </size>
 
457
   </property>
 
458
   <property name="text" >
 
459
    <string/>
 
460
   </property>
 
461
  </widget>
 
462
  <widget class="QLabel" name="label_7" >
 
463
   <property name="geometry" >
 
464
    <rect>
 
465
     <x>46</x>
 
466
     <y>553</y>
 
467
     <width>30</width>
 
468
     <height>0</height>
 
469
    </rect>
 
470
   </property>
 
471
   <property name="maximumSize" >
 
472
    <size>
 
473
     <width>16777215</width>
 
474
     <height>0</height>
 
475
    </size>
 
476
   </property>
 
477
   <property name="text" >
 
478
    <string/>
 
479
   </property>
 
480
  </widget>
 
481
  <widget class="QLabel" name="label_8" >
 
482
   <property name="geometry" >
 
483
    <rect>
 
484
     <x>82</x>
 
485
     <y>553</y>
 
486
     <width>32</width>
 
487
     <height>0</height>
 
488
    </rect>
 
489
   </property>
 
490
   <property name="maximumSize" >
 
491
    <size>
 
492
     <width>16777215</width>
 
493
     <height>0</height>
 
494
    </size>
 
495
   </property>
 
496
   <property name="text" >
 
497
    <string/>
 
498
   </property>
 
499
  </widget>
 
500
  <widget class="QLabel" name="label_9" >
 
501
   <property name="geometry" >
 
502
    <rect>
 
503
     <x>315</x>
 
504
     <y>553</y>
 
505
     <width>48</width>
 
506
     <height>0</height>
 
507
    </rect>
 
508
   </property>
 
509
   <property name="maximumSize" >
 
510
    <size>
 
511
     <width>16777215</width>
 
512
     <height>0</height>
 
513
    </size>
 
514
   </property>
 
515
   <property name="text" >
 
516
    <string/>
 
517
   </property>
 
518
  </widget>
 
519
 </widget>
 
520
 <tabstops>
 
521
  <tabstop>siteList</tabstop>
 
522
  <tabstop>nameEdit</tabstop>
 
523
  <tabstop>addrEdit</tabstop>
 
524
  <tabstop>protocolCombo</tabstop>
 
525
  <tabstop>portCheck</tabstop>
 
526
  <tabstop>portEdit</tabstop>
 
527
  <tabstop>hostTypeCombo</tabstop>
 
528
  <tabstop>proxyCheck</tabstop>
 
529
  <tabstop>autoLoginCheck</tabstop>
 
530
  <tabstop>connectButton</tabstop>
 
531
  <tabstop>upButton</tabstop>
 
532
  <tabstop>downButton</tabstop>
 
533
  <tabstop>resetButton</tabstop>
 
534
  <tabstop>advanceButton</tabstop>
 
535
  <tabstop>newButton</tabstop>
 
536
  <tabstop>deleteButton</tabstop>
 
537
  <tabstop>applyButton</tabstop>
 
538
  <tabstop>closeButton</tabstop>
 
539
  <tabstop>proxyButton</tabstop>
 
540
  <tabstop>autoLoginButton</tabstop>
 
541
 </tabstops>
 
542
 <resources/>
 
543
 <connections>
 
544
  <connection>
 
545
   <sender>portCheck</sender>
 
546
   <signal>toggled(bool)</signal>
 
547
   <receiver>portEdit</receiver>
 
548
   <slot>setEnabled(bool)</slot>
 
549
   <hints>
 
550
    <hint type="sourcelabel" >
 
551
     <x>372</x>
 
552
     <y>81</y>
 
553
    </hint>
 
554
    <hint type="destinationlabel" >
 
555
     <x>477</x>
 
556
     <y>83</y>
 
557
    </hint>
 
558
   </hints>
 
559
  </connection>
 
560
  <connection>
 
561
   <sender>proxyCheck</sender>
 
562
   <signal>toggled(bool)</signal>
 
563
   <receiver>proxyButton</receiver>
 
564
   <slot>setEnabled(bool)</slot>
 
565
   <hints>
 
566
    <hint type="sourcelabel" >
 
567
     <x>235</x>
 
568
     <y>141</y>
 
569
    </hint>
 
570
    <hint type="destinationlabel" >
 
571
     <x>285</x>
 
572
     <y>126</y>
 
573
    </hint>
 
574
   </hints>
 
575
  </connection>
 
576
  <connection>
 
577
   <sender>autoLoginCheck</sender>
 
578
   <signal>toggled(bool)</signal>
 
579
   <receiver>autoLoginButton</receiver>
 
580
   <slot>setEnabled(bool)</slot>
 
581
   <hints>
 
582
    <hint type="sourcelabel" >
 
583
     <x>232</x>
 
584
     <y>155</y>
 
585
    </hint>
 
586
    <hint type="destinationlabel" >
 
587
     <x>361</x>
 
588
     <y>172</y>
 
589
    </hint>
 
590
   </hints>
 
591
  </connection>
 
592
 </connections>
 
593
</ui>