~ubuntu-branches/ubuntu/precise/networkmanagement/precise

« back to all changes in this revision

Viewing changes to vpnplugins/openvpn/openvpnprop.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-23 14:00:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023140013-e38hdzybcg6zndrk
Tags: 0.9~svngit.nm09.20111023.ff842e-0ubuntu1
* New upstream snapshot.
* Drop all patches, merged upstream.
* Add kubuntu_add_subdirectory_po.diff to build the translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <x>0</x>
8
8
    <y>0</y>
9
9
    <width>418</width>
10
 
    <height>423</height>
 
10
    <height>360</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
25
25
      </attribute>
26
26
      <layout class="QVBoxLayout" name="verticalLayout_5">
27
27
       <item>
28
 
        <layout class="QGridLayout" name="gridLayout_5">
 
28
        <layout class="QFormLayout" name="formLayout">
29
29
         <item row="0" column="0">
30
30
          <widget class="QLabel" name="textLabel3">
31
31
           <property name="text">
63
63
         </item>
64
64
         <item row="1" column="1">
65
65
          <widget class="KComboBox" name="cmbConnectionType">
 
66
           <property name="sizePolicy">
 
67
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
68
             <horstretch>0</horstretch>
 
69
             <verstretch>0</verstretch>
 
70
            </sizepolicy>
 
71
           </property>
66
72
           <item>
67
73
            <property name="text">
68
74
             <string>X.509 Certificates</string>
95
101
         <widget class="QWidget" name="page">
96
102
          <layout class="QVBoxLayout" name="verticalLayout">
97
103
           <item>
98
 
            <layout class="QGridLayout" name="gridLayout_4">
 
104
            <layout class="QFormLayout" name="formLayout_3">
99
105
             <item row="0" column="0">
100
106
              <widget class="QLabel" name="textLabel2">
101
107
               <property name="text">
149
155
               <property name="text">
150
156
                <string>Key password:</string>
151
157
               </property>
152
 
               <property name="buddy">
153
 
                <cstring>x509KeyPassword</cstring>
154
 
               </property>
155
158
              </widget>
156
159
             </item>
157
160
             <item row="3" column="1">
158
 
              <widget class="KLineEdit" name="x509KeyPassword">
159
 
               <property name="passwordMode">
160
 
                <bool>true</bool>
161
 
               </property>
162
 
              </widget>
 
161
              <layout class="QHBoxLayout" name="horizontalLayout_3">
 
162
               <item>
 
163
                <widget class="KLineEdit" name="x509KeyPassword">
 
164
                 <property name="enabled">
 
165
                  <bool>false</bool>
 
166
                 </property>
 
167
                 <property name="passwordMode">
 
168
                  <bool>true</bool>
 
169
                 </property>
 
170
                </widget>
 
171
               </item>
 
172
               <item>
 
173
                <widget class="KComboBox" name="x509KeyPasswordStorage">
 
174
                 <item>
 
175
                  <property name="text">
 
176
                   <string>Always Ask</string>
 
177
                  </property>
 
178
                 </item>
 
179
                 <item>
 
180
                  <property name="text">
 
181
                   <string>Store</string>
 
182
                  </property>
 
183
                 </item>
 
184
                 <item>
 
185
                  <property name="text">
 
186
                   <string>Not Required</string>
 
187
                  </property>
 
188
                 </item>
 
189
                </widget>
 
190
               </item>
 
191
              </layout>
163
192
             </item>
164
193
            </layout>
165
194
           </item>
171
200
             <property name="sizeHint" stdset="0">
172
201
              <size>
173
202
               <width>20</width>
174
 
               <height>87</height>
 
203
               <height>0</height>
175
204
              </size>
176
205
             </property>
177
206
            </spacer>
181
210
         <widget class="QWidget" name="page_2">
182
211
          <layout class="QVBoxLayout" name="verticalLayout_2">
183
212
           <item>
184
 
            <layout class="QGridLayout" name="gridLayout">
 
213
            <layout class="QFormLayout" name="formLayout_4">
185
214
             <item row="0" column="0">
186
215
              <widget class="QLabel" name="textLabel5">
187
216
               <property name="text">
198
227
             <item row="0" column="1">
199
228
              <widget class="KUrlRequester" name="pskSharedKey"/>
200
229
             </item>
201
 
             <item row="1" column="0">
 
230
             <item row="2" column="0">
202
231
              <widget class="QLabel" name="textLabel6">
203
232
               <property name="text">
204
233
                <string>Local IP</string>
211
240
               </property>
212
241
              </widget>
213
242
             </item>
214
 
             <item row="1" column="1">
 
243
             <item row="2" column="1">
215
244
              <widget class="KLineEdit" name="pskLocalIp"/>
216
245
             </item>
217
 
             <item row="2" column="0">
 
246
             <item row="3" column="0">
218
247
              <widget class="QLabel" name="textLabel7">
219
248
               <property name="text">
220
249
                <string>Remote IP</string>
227
256
               </property>
228
257
              </widget>
229
258
             </item>
230
 
             <item row="2" column="1">
 
259
             <item row="3" column="1">
231
260
              <widget class="KLineEdit" name="pskRemoteIp">
232
261
               <property name="text">
233
262
                <string/>
234
263
               </property>
235
264
              </widget>
236
265
             </item>
 
266
             <item row="1" column="0">
 
267
              <widget class="QLabel" name="label_16">
 
268
               <property name="text">
 
269
                <string>Key Direction</string>
 
270
               </property>
 
271
              </widget>
 
272
             </item>
 
273
             <item row="1" column="1">
 
274
              <widget class="KComboBox" name="cmbKeyDirection">
 
275
               <property name="sizePolicy">
 
276
                <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
277
                 <horstretch>0</horstretch>
 
278
                 <verstretch>0</verstretch>
 
279
                </sizepolicy>
 
280
               </property>
 
281
               <property name="whatsThis">
 
282
                <string>If key direction is used, it must be the opposite of that used on the VPN peer.</string>
 
283
               </property>
 
284
               <item>
 
285
                <property name="text">
 
286
                 <string>None</string>
 
287
                </property>
 
288
               </item>
 
289
               <item>
 
290
                <property name="text">
 
291
                 <string>0</string>
 
292
                </property>
 
293
               </item>
 
294
               <item>
 
295
                <property name="text">
 
296
                 <string>1</string>
 
297
                </property>
 
298
               </item>
 
299
              </widget>
 
300
             </item>
237
301
            </layout>
238
302
           </item>
239
303
           <item>
244
308
             <property name="sizeHint" stdset="0">
245
309
              <size>
246
310
               <width>20</width>
247
 
               <height>85</height>
 
311
               <height>0</height>
248
312
              </size>
249
313
             </property>
250
314
            </spacer>
254
318
         <widget class="QWidget" name="page_3">
255
319
          <layout class="QVBoxLayout" name="verticalLayout_3">
256
320
           <item>
257
 
            <layout class="QGridLayout" name="gridLayout_2">
 
321
            <layout class="QFormLayout" name="formLayout_5">
258
322
             <item row="0" column="0">
259
323
              <widget class="QLabel" name="textLabel8">
260
324
               <property name="text">
301
365
               <property name="alignment">
302
366
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
303
367
               </property>
304
 
               <property name="buddy">
305
 
                <cstring>passPassword</cstring>
306
 
               </property>
307
368
              </widget>
308
369
             </item>
309
370
             <item row="2" column="1">
310
 
              <widget class="KLineEdit" name="passPassword">
311
 
               <property name="passwordMode">
312
 
                <bool>true</bool>
313
 
               </property>
314
 
              </widget>
 
371
              <layout class="QHBoxLayout" name="horizontalLayout_11">
 
372
               <item>
 
373
                <widget class="KLineEdit" name="passPassword">
 
374
                 <property name="enabled">
 
375
                  <bool>false</bool>
 
376
                 </property>
 
377
                 <property name="passwordMode">
 
378
                  <bool>true</bool>
 
379
                 </property>
 
380
                </widget>
 
381
               </item>
 
382
               <item>
 
383
                <widget class="KComboBox" name="passPasswordStorage">
 
384
                 <item>
 
385
                  <property name="text">
 
386
                   <string>Always Ask</string>
 
387
                  </property>
 
388
                 </item>
 
389
                 <item>
 
390
                  <property name="text">
 
391
                   <string>Store</string>
 
392
                  </property>
 
393
                 </item>
 
394
                 <item>
 
395
                  <property name="text">
 
396
                   <string>Not Required</string>
 
397
                  </property>
 
398
                 </item>
 
399
                </widget>
 
400
               </item>
 
401
              </layout>
315
402
             </item>
316
403
            </layout>
317
404
           </item>
323
410
             <property name="sizeHint" stdset="0">
324
411
              <size>
325
412
               <width>20</width>
326
 
               <height>120</height>
 
413
               <height>0</height>
327
414
              </size>
328
415
             </property>
329
416
            </spacer>
333
420
         <widget class="QWidget" name="page_4">
334
421
          <layout class="QVBoxLayout" name="verticalLayout_4">
335
422
           <item>
336
 
            <layout class="QGridLayout" name="gridLayout_3">
 
423
            <layout class="QFormLayout" name="formLayout_6">
 
424
             <item row="0" column="0">
 
425
              <widget class="QLabel" name="textLabel2_2">
 
426
               <property name="text">
 
427
                <string>CA file</string>
 
428
               </property>
 
429
               <property name="wordWrap">
 
430
                <bool>false</bool>
 
431
               </property>
 
432
               <property name="buddy">
 
433
                <cstring>x509PassCaFile</cstring>
 
434
               </property>
 
435
              </widget>
 
436
             </item>
 
437
             <item row="0" column="1">
 
438
              <widget class="KUrlRequester" name="x509PassCaFile"/>
 
439
             </item>
 
440
             <item row="1" column="0">
 
441
              <widget class="QLabel" name="textLabel3_2_2">
 
442
               <property name="text">
 
443
                <string>Certificate</string>
 
444
               </property>
 
445
               <property name="wordWrap">
 
446
                <bool>false</bool>
 
447
               </property>
 
448
               <property name="buddy">
 
449
                <cstring>x509PassCert</cstring>
 
450
               </property>
 
451
              </widget>
 
452
             </item>
 
453
             <item row="1" column="1">
 
454
              <widget class="KUrlRequester" name="x509PassCert"/>
 
455
             </item>
 
456
             <item row="2" column="0">
 
457
              <widget class="QLabel" name="textLabel4_2">
 
458
               <property name="text">
 
459
                <string>Key</string>
 
460
               </property>
 
461
               <property name="wordWrap">
 
462
                <bool>false</bool>
 
463
               </property>
 
464
               <property name="buddy">
 
465
                <cstring>x509PassKey</cstring>
 
466
               </property>
 
467
              </widget>
 
468
             </item>
 
469
             <item row="2" column="1">
 
470
              <widget class="KUrlRequester" name="x509PassKey"/>
 
471
             </item>
 
472
             <item row="3" column="0">
 
473
              <widget class="QLabel" name="label_6">
 
474
               <property name="text">
 
475
                <string>Key password</string>
 
476
               </property>
 
477
              </widget>
 
478
             </item>
337
479
             <item row="4" column="0">
338
480
              <widget class="QLabel" name="textLabel9_2">
339
481
               <property name="text">
355
497
               <property name="text">
356
498
                <string>Password</string>
357
499
               </property>
358
 
               <property name="buddy">
359
 
                <cstring>x509PassPassword</cstring>
360
 
               </property>
361
500
              </widget>
362
501
             </item>
 
502
             <item row="3" column="1">
 
503
              <layout class="QHBoxLayout" name="horizontalLayout_12">
 
504
               <item>
 
505
                <widget class="KLineEdit" name="x509PassKeyPassword">
 
506
                 <property name="enabled">
 
507
                  <bool>false</bool>
 
508
                 </property>
 
509
                 <property name="passwordMode">
 
510
                  <bool>true</bool>
 
511
                 </property>
 
512
                </widget>
 
513
               </item>
 
514
               <item>
 
515
                <widget class="KComboBox" name="x509PassKeyPasswordStorage">
 
516
                 <item>
 
517
                  <property name="text">
 
518
                   <string>Always Ask</string>
 
519
                  </property>
 
520
                 </item>
 
521
                 <item>
 
522
                  <property name="text">
 
523
                   <string>Store</string>
 
524
                  </property>
 
525
                 </item>
 
526
                 <item>
 
527
                  <property name="text">
 
528
                   <string>Not Required</string>
 
529
                  </property>
 
530
                 </item>
 
531
                </widget>
 
532
               </item>
 
533
              </layout>
 
534
             </item>
363
535
             <item row="5" column="1">
364
 
              <widget class="KLineEdit" name="x509PassPassword">
365
 
               <property name="echoMode">
366
 
                <enum>QLineEdit::Password</enum>
367
 
               </property>
368
 
              </widget>
369
 
             </item>
370
 
             <item row="1" column="0">
371
 
              <widget class="QLabel" name="textLabel3_2_2">
372
 
               <property name="text">
373
 
                <string>Certificate</string>
374
 
               </property>
375
 
               <property name="wordWrap">
376
 
                <bool>false</bool>
377
 
               </property>
378
 
               <property name="buddy">
379
 
                <cstring>x509PassCert</cstring>
380
 
               </property>
381
 
              </widget>
382
 
             </item>
383
 
             <item row="0" column="0">
384
 
              <widget class="QLabel" name="textLabel2_2">
385
 
               <property name="text">
386
 
                <string>CA file</string>
387
 
               </property>
388
 
               <property name="wordWrap">
389
 
                <bool>false</bool>
390
 
               </property>
391
 
               <property name="buddy">
392
 
                <cstring>x509PassCaFile</cstring>
393
 
               </property>
394
 
              </widget>
395
 
             </item>
396
 
             <item row="0" column="1">
397
 
              <widget class="KUrlRequester" name="x509PassCaFile"/>
398
 
             </item>
399
 
             <item row="2" column="1">
400
 
              <widget class="KUrlRequester" name="x509PassKey"/>
401
 
             </item>
402
 
             <item row="2" column="0">
403
 
              <widget class="QLabel" name="textLabel4_2">
404
 
               <property name="text">
405
 
                <string>Key</string>
406
 
               </property>
407
 
               <property name="wordWrap">
408
 
                <bool>false</bool>
409
 
               </property>
410
 
               <property name="buddy">
411
 
                <cstring>x509PassKey</cstring>
412
 
               </property>
413
 
              </widget>
414
 
             </item>
415
 
             <item row="1" column="1">
416
 
              <widget class="KUrlRequester" name="x509PassCert"/>
417
 
             </item>
418
 
             <item row="3" column="0">
419
 
              <widget class="QLabel" name="label_6">
420
 
               <property name="text">
421
 
                <string>Key password</string>
422
 
               </property>
423
 
               <property name="buddy">
424
 
                <cstring>x509PassKeyPassword</cstring>
425
 
               </property>
426
 
              </widget>
427
 
             </item>
428
 
             <item row="3" column="1">
429
 
              <widget class="KLineEdit" name="x509PassKeyPassword">
430
 
               <property name="passwordMode">
431
 
                <bool>true</bool>
432
 
               </property>
433
 
              </widget>
 
536
              <layout class="QHBoxLayout" name="horizontalLayout_13">
 
537
               <item>
 
538
                <widget class="KLineEdit" name="x509PassPassword">
 
539
                 <property name="enabled">
 
540
                  <bool>false</bool>
 
541
                 </property>
 
542
                 <property name="echoMode">
 
543
                  <enum>QLineEdit::Password</enum>
 
544
                 </property>
 
545
                </widget>
 
546
               </item>
 
547
               <item>
 
548
                <widget class="KComboBox" name="x509PassPasswordStorage">
 
549
                 <item>
 
550
                  <property name="text">
 
551
                   <string>Always Ask</string>
 
552
                  </property>
 
553
                 </item>
 
554
                 <item>
 
555
                  <property name="text">
 
556
                   <string>Store</string>
 
557
                  </property>
 
558
                 </item>
 
559
                 <item>
 
560
                  <property name="text">
 
561
                   <string>Not Required</string>
 
562
                  </property>
 
563
                 </item>
 
564
                </widget>
 
565
               </item>
 
566
              </layout>
434
567
             </item>
435
568
            </layout>
436
569
           </item>
442
575
             <property name="sizeHint" stdset="0">
443
576
              <size>
444
577
               <width>20</width>
445
 
               <height>52</height>
 
578
               <height>0</height>
446
579
              </size>
447
580
             </property>
448
581
            </spacer>
451
584
         </widget>
452
585
        </widget>
453
586
       </item>
 
587
       <item>
 
588
        <widget class="QCheckBox" name="chkShowPasswords">
 
589
         <property name="text">
 
590
          <string>Show Passwords</string>
 
591
         </property>
 
592
        </widget>
 
593
       </item>
 
594
       <item>
 
595
        <spacer name="verticalSpacer_8">
 
596
         <property name="orientation">
 
597
          <enum>Qt::Vertical</enum>
 
598
         </property>
 
599
         <property name="sizeHint" stdset="0">
 
600
          <size>
 
601
           <width>20</width>
 
602
           <height>0</height>
 
603
          </size>
 
604
         </property>
 
605
        </spacer>
 
606
       </item>
454
607
      </layout>
455
608
     </widget>
456
609
     <widget class="QWidget" name="TabPage2">
483
636
        </layout>
484
637
       </item>
485
638
       <item>
 
639
        <layout class="QHBoxLayout" name="horizontalLayout_8">
 
640
         <item>
 
641
          <widget class="QLabel" name="label_8">
 
642
           <property name="text">
 
643
            <string>Tunnel MTU</string>
 
644
           </property>
 
645
           <property name="buddy">
 
646
            <cstring>sbMtu</cstring>
 
647
           </property>
 
648
          </widget>
 
649
         </item>
 
650
         <item>
 
651
          <widget class="KIntSpinBox" name="sbMtu">
 
652
           <property name="specialValueText">
 
653
            <string>Automatic</string>
 
654
           </property>
 
655
           <property name="maximum">
 
656
            <number>65533</number>
 
657
           </property>
 
658
          </widget>
 
659
         </item>
 
660
        </layout>
 
661
       </item>
 
662
       <item>
 
663
        <layout class="QHBoxLayout" name="horizontalLayout_9">
 
664
         <item>
 
665
          <widget class="QLabel" name="label_9">
 
666
           <property name="text">
 
667
            <string>UDP fragment size</string>
 
668
           </property>
 
669
           <property name="buddy">
 
670
            <cstring>sbUdpFragmentSize</cstring>
 
671
           </property>
 
672
          </widget>
 
673
         </item>
 
674
         <item>
 
675
          <widget class="KIntSpinBox" name="sbUdpFragmentSize">
 
676
           <property name="specialValueText">
 
677
            <string>Automatic</string>
 
678
           </property>
 
679
           <property name="maximum">
 
680
            <number>65535</number>
 
681
           </property>
 
682
          </widget>
 
683
         </item>
 
684
        </layout>
 
685
       </item>
 
686
       <item>
 
687
        <layout class="QHBoxLayout" name="horizontalLayout_7">
 
688
         <item>
 
689
          <widget class="QCheckBox" name="chkUseCustomReneg">
 
690
           <property name="text">
 
691
            <string>Use custom renegotiation interval</string>
 
692
           </property>
 
693
          </widget>
 
694
         </item>
 
695
         <item>
 
696
          <widget class="KIntSpinBox" name="sbCustomReneg">
 
697
           <property name="enabled">
 
698
            <bool>false</bool>
 
699
           </property>
 
700
           <property name="maximum">
 
701
            <number>604800</number>
 
702
           </property>
 
703
          </widget>
 
704
         </item>
 
705
        </layout>
 
706
       </item>
 
707
       <item>
486
708
        <widget class="QCheckBox" name="chkUseLZO">
487
709
         <property name="text">
488
710
          <string>Use LZO compression</string>
504
726
        </widget>
505
727
       </item>
506
728
       <item>
 
729
        <widget class="QCheckBox" name="chkMssRestrict">
 
730
         <property name="text">
 
731
          <string>Restrict TCP maximum segment size (MSS)</string>
 
732
         </property>
 
733
        </widget>
 
734
       </item>
 
735
       <item>
507
736
        <spacer name="verticalSpacer_5">
508
737
         <property name="orientation">
509
738
          <enum>Qt::Vertical</enum>
511
740
         <property name="sizeHint" stdset="0">
512
741
          <size>
513
742
           <width>306</width>
514
 
           <height>91</height>
 
743
           <height>0</height>
515
744
          </size>
516
745
         </property>
517
746
        </spacer>
595
824
             <string>SHA-1</string>
596
825
            </property>
597
826
           </item>
 
827
           <item>
 
828
            <property name="text">
 
829
             <string>SHA-224</string>
 
830
            </property>
 
831
           </item>
 
832
           <item>
 
833
            <property name="text">
 
834
             <string>SHA-256</string>
 
835
            </property>
 
836
           </item>
 
837
           <item>
 
838
            <property name="text">
 
839
             <string>SHA-384</string>
 
840
            </property>
 
841
           </item>
 
842
           <item>
 
843
            <property name="text">
 
844
             <string>SHA-512</string>
 
845
            </property>
 
846
           </item>
 
847
           <item>
 
848
            <property name="text">
 
849
             <string>RIPEMD-160</string>
 
850
            </property>
 
851
           </item>
598
852
          </widget>
599
853
         </item>
600
854
        </layout>
607
861
         <property name="sizeHint" stdset="0">
608
862
          <size>
609
863
           <width>20</width>
610
 
           <height>302</height>
 
864
           <height>0</height>
611
865
          </size>
612
866
         </property>
613
867
        </spacer>
620
874
      </attribute>
621
875
      <layout class="QVBoxLayout" name="verticalLayout_9">
622
876
       <item>
 
877
        <layout class="QHBoxLayout" name="horizontalLayout_10">
 
878
         <item>
 
879
          <widget class="QLabel" name="label_10">
 
880
           <property name="text">
 
881
            <string>Subject Match:</string>
 
882
           </property>
 
883
           <property name="buddy">
 
884
            <cstring>subjectMatch</cstring>
 
885
           </property>
 
886
          </widget>
 
887
         </item>
 
888
         <item>
 
889
          <widget class="KLineEdit" name="subjectMatch">
 
890
           <property name="whatsThis">
 
891
            <string>Connect only to servers whose certificate matches the given subject. Example: /CN=myvpn.company.com</string>
 
892
           </property>
 
893
          </widget>
 
894
         </item>
 
895
        </layout>
 
896
       </item>
 
897
       <item>
623
898
        <widget class="QGroupBox" name="useExtraTlsAuth">
624
899
         <property name="title">
625
900
          <string>Use additional TLS authentication</string>
700
975
         <property name="sizeHint" stdset="0">
701
976
          <size>
702
977
           <width>20</width>
703
 
           <height>260</height>
 
978
           <height>0</height>
704
979
          </size>
705
980
         </property>
706
981
        </spacer>
707
982
       </item>
708
983
      </layout>
709
984
     </widget>
 
985
     <widget class="QWidget" name="tab_3">
 
986
      <attribute name="title">
 
987
       <string>Proxies</string>
 
988
      </attribute>
 
989
      <layout class="QFormLayout" name="formLayout_2">
 
990
       <property name="fieldGrowthPolicy">
 
991
        <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
992
       </property>
 
993
       <item row="0" column="0">
 
994
        <widget class="QLabel" name="label_11">
 
995
         <property name="text">
 
996
          <string>Proxy Type:</string>
 
997
         </property>
 
998
        </widget>
 
999
       </item>
 
1000
       <item row="0" column="1">
 
1001
        <widget class="KComboBox" name="cmbProxyType">
 
1002
         <property name="sizePolicy">
 
1003
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
1004
           <horstretch>0</horstretch>
 
1005
           <verstretch>0</verstretch>
 
1006
          </sizepolicy>
 
1007
         </property>
 
1008
         <property name="minimumSize">
 
1009
          <size>
 
1010
           <width>0</width>
 
1011
           <height>0</height>
 
1012
          </size>
 
1013
         </property>
 
1014
         <item>
 
1015
          <property name="text">
 
1016
           <string>Not Required</string>
 
1017
          </property>
 
1018
         </item>
 
1019
         <item>
 
1020
          <property name="text">
 
1021
           <string>HTTP</string>
 
1022
          </property>
 
1023
         </item>
 
1024
         <item>
 
1025
          <property name="text">
 
1026
           <string>SOCKS</string>
 
1027
          </property>
 
1028
         </item>
 
1029
        </widget>
 
1030
       </item>
 
1031
       <item row="1" column="0">
 
1032
        <widget class="QLabel" name="label_12">
 
1033
         <property name="text">
 
1034
          <string>Server Address:</string>
 
1035
         </property>
 
1036
         <property name="buddy">
 
1037
          <cstring>proxyServerAddress</cstring>
 
1038
         </property>
 
1039
        </widget>
 
1040
       </item>
 
1041
       <item row="1" column="1">
 
1042
        <widget class="KLineEdit" name="proxyServerAddress"/>
 
1043
       </item>
 
1044
       <item row="2" column="0">
 
1045
        <widget class="QLabel" name="label_13">
 
1046
         <property name="text">
 
1047
          <string>Port:</string>
 
1048
         </property>
 
1049
         <property name="buddy">
 
1050
          <cstring>sbProxyPort</cstring>
 
1051
         </property>
 
1052
        </widget>
 
1053
       </item>
 
1054
       <item row="2" column="1">
 
1055
        <widget class="KIntSpinBox" name="sbProxyPort">
 
1056
         <property name="sizePolicy">
 
1057
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
1058
           <horstretch>0</horstretch>
 
1059
           <verstretch>0</verstretch>
 
1060
          </sizepolicy>
 
1061
         </property>
 
1062
         <property name="maximum">
 
1063
          <number>65535</number>
 
1064
         </property>
 
1065
        </widget>
 
1066
       </item>
 
1067
       <item row="3" column="1">
 
1068
        <widget class="QCheckBox" name="chkProxyRetry">
 
1069
         <property name="text">
 
1070
          <string>Retry indefinitely when errors occur</string>
 
1071
         </property>
 
1072
        </widget>
 
1073
       </item>
 
1074
       <item row="4" column="0">
 
1075
        <widget class="QLabel" name="label_14">
 
1076
         <property name="text">
 
1077
          <string>Proxy Username:</string>
 
1078
         </property>
 
1079
         <property name="buddy">
 
1080
          <cstring>proxyUsername</cstring>
 
1081
         </property>
 
1082
        </widget>
 
1083
       </item>
 
1084
       <item row="5" column="0">
 
1085
        <widget class="QLabel" name="label_15">
 
1086
         <property name="text">
 
1087
          <string>Proxy Password:</string>
 
1088
         </property>
 
1089
        </widget>
 
1090
       </item>
 
1091
       <item row="4" column="1">
 
1092
        <widget class="KLineEdit" name="proxyUsername"/>
 
1093
       </item>
 
1094
       <item row="6" column="1">
 
1095
        <widget class="QCheckBox" name="chkProxyShowPassword">
 
1096
         <property name="text">
 
1097
          <string>Show Password</string>
 
1098
         </property>
 
1099
        </widget>
 
1100
       </item>
 
1101
       <item row="5" column="1">
 
1102
        <layout class="QHBoxLayout" name="horizontalLayout_14">
 
1103
         <item>
 
1104
          <widget class="KLineEdit" name="proxyPassword">
 
1105
           <property name="enabled">
 
1106
            <bool>false</bool>
 
1107
           </property>
 
1108
           <property name="echoMode">
 
1109
            <enum>QLineEdit::Password</enum>
 
1110
           </property>
 
1111
          </widget>
 
1112
         </item>
 
1113
         <item>
 
1114
          <widget class="KComboBox" name="proxyPasswordStorage">
 
1115
           <item>
 
1116
            <property name="text">
 
1117
             <string>Always Ask</string>
 
1118
            </property>
 
1119
           </item>
 
1120
           <item>
 
1121
            <property name="text">
 
1122
             <string>Store</string>
 
1123
            </property>
 
1124
           </item>
 
1125
           <item>
 
1126
            <property name="text">
 
1127
             <string>Not Required</string>
 
1128
            </property>
 
1129
           </item>
 
1130
          </widget>
 
1131
         </item>
 
1132
        </layout>
 
1133
       </item>
 
1134
      </layout>
 
1135
     </widget>
710
1136
    </widget>
711
1137
   </item>
712
1138
  </layout>
714
1140
 <layoutdefault spacing="6" margin="11"/>
715
1141
 <customwidgets>
716
1142
  <customwidget>
 
1143
   <class>KIntSpinBox</class>
 
1144
   <extends>QSpinBox</extends>
 
1145
   <header>knuminput.h</header>
 
1146
  </customwidget>
 
1147
  <customwidget>
717
1148
   <class>KUrlRequester</class>
718
1149
   <extends>QFrame</extends>
719
1150
   <header>kurlrequester.h</header>
736
1167
  <tabstop>x509CaFile</tabstop>
737
1168
  <tabstop>x509Cert</tabstop>
738
1169
  <tabstop>x509Key</tabstop>
739
 
  <tabstop>x509KeyPassword</tabstop>
740
1170
  <tabstop>sbCustomPort</tabstop>
741
1171
  <tabstop>chkUseLZO</tabstop>
742
1172
  <tabstop>chkUseTCP</tabstop>
749
1179
  <tabstop>x509PassCaFile</tabstop>
750
1180
  <tabstop>x509PassCert</tabstop>
751
1181
  <tabstop>x509PassKey</tabstop>
752
 
  <tabstop>x509PassKeyPassword</tabstop>
753
1182
  <tabstop>x509PassUsername</tabstop>
754
 
  <tabstop>x509PassPassword</tabstop>
755
1183
  <tabstop>pskSharedKey</tabstop>
756
1184
  <tabstop>pskLocalIp</tabstop>
757
1185
  <tabstop>pskRemoteIp</tabstop>
758
1186
  <tabstop>passCaFile</tabstop>
759
1187
  <tabstop>passUserName</tabstop>
760
 
  <tabstop>passPassword</tabstop>
761
1188
 </tabstops>
762
1189
 <resources/>
763
1190
 <connections>
764
1191
  <connection>
 
1192
   <sender>chkUseCustomReneg</sender>
 
1193
   <signal>toggled(bool)</signal>
 
1194
   <receiver>sbCustomReneg</receiver>
 
1195
   <slot>setEnabled(bool)</slot>
 
1196
   <hints>
 
1197
    <hint type="sourcelabel">
 
1198
     <x>121</x>
 
1199
     <y>70</y>
 
1200
    </hint>
 
1201
    <hint type="destinationlabel">
 
1202
     <x>319</x>
 
1203
     <y>70</y>
 
1204
    </hint>
 
1205
   </hints>
 
1206
  </connection>
 
1207
  <connection>
765
1208
   <sender>cmbConnectionType</sender>
766
1209
   <signal>currentIndexChanged(int)</signal>
767
1210
   <receiver>stackedWidget</receiver>