~ubuntu-branches/ubuntu/vivid/kvpnc/vivid-proposed

« back to all changes in this revision

Viewing changes to src/newprofilewizardopenvpn4.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-04-23 09:18:50 UTC
  • mfrom: (1.1.10 upstream) (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090423091850-hweeg0jo64t0jx52
Tags: 0.9.1-1
* New upstream release (KDE4 is here)
* Add Build-Depends cmake and pkg-kde-tools
* Remove obsolete debian/patches
* Refresh debian/patches:
  - 10_su-to-root_usage.diff
  - 13_add_kuser_issuperuser.diff
* Cleanup debian/rules - simple under KDE4
* Update debian/watch for KDE4 version
* Update debian/copyright - use versionned licenses
* Update Section field - move to utils
* Remove obsolete dependencies: kdebase-bin, gksu, sux and modutils
* Update debian/kvpnc.{manpages,1}

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author>Christoph Thielecke</author>
 
3
 <class>NewProfileWizardOpenvpn</class>
 
4
 <widget class="QWidget" name="NewProfileWizardOpenvpn" >
 
5
  <property name="geometry" >
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>518</width>
 
10
    <height>536</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle" >
 
14
   <string>New profile wizard OpenVPN</string>
 
15
  </property>
 
16
  <layout class="QGridLayout" >
 
17
   <item row="0" column="0" >
 
18
    <layout class="QVBoxLayout" >
 
19
     <item>
 
20
      <widget class="QLabel" name="textLabel3" >
 
21
       <property name="text" >
 
22
        <string>OpenVPN specific settings</string>
 
23
       </property>
 
24
       <property name="wordWrap" >
 
25
        <bool>false</bool>
 
26
       </property>
 
27
      </widget>
 
28
     </item>
 
29
     <item>
 
30
      <layout class="QGridLayout" >
 
31
       <item row="6" column="1" >
 
32
        <widget class="QLineEdit" name="TlsRemoteHostLineEdit" >
 
33
         <property name="enabled" >
 
34
          <bool>false</bool>
 
35
         </property>
 
36
         <property name="toolTip" >
 
37
          <string>Common name, X509 name or common name prefix</string>
 
38
         </property>
 
39
        </widget>
 
40
       </item>
 
41
       <item row="0" column="1" >
 
42
        <widget class="KComboBox" name="TunnelDeviceTypeComboBox" >
 
43
         <property name="toolTip" >
 
44
          <string>Type of tunnel device for virtual network. Use tun for routed network, and tap for ethernet bridging.</string>
 
45
         </property>
 
46
         <property name="whatsThis" >
 
47
          <string>This is the type of your tunnel device. It can be tun (virtual Point-to-Point network device) or tap (virtual ethernet network device). Your administrator will tell you which you have to use. Default is to use the tun device.</string>
 
48
         </property>
 
49
        </widget>
 
50
       </item>
 
51
       <item row="4" column="1" >
 
52
        <widget class="KComboBox" name="UserdefiniedCipherComboBox" >
 
53
         <property name="enabled" >
 
54
          <bool>false</bool>
 
55
         </property>
 
56
         <property name="toolTip" >
 
57
          <string>Cipher algorithm</string>
 
58
         </property>
 
59
        </widget>
 
60
       </item>
 
61
       <item row="5" column="0" >
 
62
        <layout class="QHBoxLayout" >
 
63
         <item>
 
64
          <widget class="QCheckBox" name="UseTlsAuthCheckBox" >
 
65
           <property name="toolTip" >
 
66
            <string>Add an additional TLS authentication</string>
 
67
           </property>
 
68
           <property name="text" >
 
69
            <string>Use TLS auth:</string>
 
70
           </property>
 
71
           <property name="shortcut" >
 
72
            <string/>
 
73
           </property>
 
74
          </widget>
 
75
         </item>
 
76
         <item>
 
77
          <spacer>
 
78
           <property name="orientation" >
 
79
            <enum>Qt::Horizontal</enum>
 
80
           </property>
 
81
           <property name="sizeType" >
 
82
            <enum>QSizePolicy::Expanding</enum>
 
83
           </property>
 
84
           <property name="sizeHint" stdset="0" >
 
85
            <size>
 
86
             <width>101</width>
 
87
             <height>20</height>
 
88
            </size>
 
89
           </property>
 
90
          </spacer>
 
91
         </item>
 
92
        </layout>
 
93
       </item>
 
94
       <item rowspan="2" row="1" column="0" >
 
95
        <layout class="QHBoxLayout" >
 
96
         <item>
 
97
          <widget class="QCheckBox" name="UseUserdefinedPortCheckBox" >
 
98
           <property name="toolTip" >
 
99
            <string>Use non standard TCP/UDP port</string>
 
100
           </property>
 
101
           <property name="text" >
 
102
            <string>Use specified remote port:</string>
 
103
           </property>
 
104
          </widget>
 
105
         </item>
 
106
         <item>
 
107
          <spacer>
 
108
           <property name="orientation" >
 
109
            <enum>Qt::Horizontal</enum>
 
110
           </property>
 
111
           <property name="sizeType" >
 
112
            <enum>QSizePolicy::Expanding</enum>
 
113
           </property>
 
114
           <property name="sizeHint" stdset="0" >
 
115
            <size>
 
116
             <width>119</width>
 
117
             <height>20</height>
 
118
            </size>
 
119
           </property>
 
120
          </spacer>
 
121
         </item>
 
122
        </layout>
 
123
       </item>
 
124
       <item rowspan="2" row="2" column="1" >
 
125
        <widget class="KComboBox" name="NsCertTypeComboBox" >
 
126
         <property name="toolTip" >
 
127
          <string>Certificate type</string>
 
128
         </property>
 
129
        </widget>
 
130
       </item>
 
131
       <item row="5" column="1" >
 
132
        <widget class="KUrlRequester" name="TlsAuthURLRequester" >
 
133
         <property name="enabled" >
 
134
          <bool>false</bool>
 
135
         </property>
 
136
         <property name="toolTip" >
 
137
          <string>File name of the static key or passphrase file</string>
 
138
         </property>
 
139
        </widget>
 
140
       </item>
 
141
       <item row="6" column="0" >
 
142
        <layout class="QHBoxLayout" >
 
143
         <item>
 
144
          <widget class="QCheckBox" name="UseTlsRemoteHostCheckBox" >
 
145
           <property name="toolTip" >
 
146
            <string>Accept connections only from a host with X509 name &lt;br>or common name equal to specified name</string>
 
147
           </property>
 
148
           <property name="text" >
 
149
            <string>Accept onl&amp;y peer with common name:</string>
 
150
           </property>
 
151
          </widget>
 
152
         </item>
 
153
         <item>
 
154
          <spacer>
 
155
           <property name="orientation" >
 
156
            <enum>Qt::Horizontal</enum>
 
157
           </property>
 
158
           <property name="sizeType" >
 
159
            <enum>QSizePolicy::Expanding</enum>
 
160
           </property>
 
161
           <property name="sizeHint" stdset="0" >
 
162
            <size>
 
163
             <width>31</width>
 
164
             <height>20</height>
 
165
            </size>
 
166
           </property>
 
167
          </spacer>
 
168
         </item>
 
169
        </layout>
 
170
       </item>
 
171
       <item row="8" column="0" colspan="2" >
 
172
        <layout class="QHBoxLayout" >
 
173
         <item>
 
174
          <widget class="QCheckBox" name="AllowIpAddressChangeOfPeerCheckBox" >
 
175
           <property name="toolTip" >
 
176
            <string/>
 
177
           </property>
 
178
           <property name="text" >
 
179
            <string>Allow IP address change of peer (for DHCP)</string>
 
180
           </property>
 
181
           <property name="shortcut" >
 
182
            <string/>
 
183
           </property>
 
184
          </widget>
 
185
         </item>
 
186
         <item>
 
187
          <spacer>
 
188
           <property name="orientation" >
 
189
            <enum>Qt::Horizontal</enum>
 
190
           </property>
 
191
           <property name="sizeType" >
 
192
            <enum>QSizePolicy::Expanding</enum>
 
193
           </property>
 
194
           <property name="sizeHint" stdset="0" >
 
195
            <size>
 
196
             <width>191</width>
 
197
             <height>20</height>
 
198
            </size>
 
199
           </property>
 
200
          </spacer>
 
201
         </item>
 
202
        </layout>
 
203
       </item>
 
204
       <item row="1" column="1" >
 
205
        <widget class="QSpinBox" name="UserdefinedPortSpinBox" >
 
206
         <property name="toolTip" >
 
207
          <string>Port number</string>
 
208
         </property>
 
209
         <property name="minimum" >
 
210
          <number>1</number>
 
211
         </property>
 
212
         <property name="maximum" >
 
213
          <number>65535</number>
 
214
         </property>
 
215
         <property name="value" >
 
216
          <number>1194</number>
 
217
         </property>
 
218
        </widget>
 
219
       </item>
 
220
       <item row="7" column="0" colspan="2" >
 
221
        <layout class="QHBoxLayout" >
 
222
         <item>
 
223
          <widget class="QCheckBox" name="DisableLzoCompressionCheckBox" >
 
224
           <property name="toolTip" >
 
225
            <string/>
 
226
           </property>
 
227
           <property name="text" >
 
228
            <string>Disable L&amp;ZO compression</string>
 
229
           </property>
 
230
          </widget>
 
231
         </item>
 
232
         <item>
 
233
          <spacer>
 
234
           <property name="orientation" >
 
235
            <enum>Qt::Horizontal</enum>
 
236
           </property>
 
237
           <property name="sizeType" >
 
238
            <enum>QSizePolicy::Expanding</enum>
 
239
           </property>
 
240
           <property name="sizeHint" stdset="0" >
 
241
            <size>
 
242
             <width>191</width>
 
243
             <height>20</height>
 
244
            </size>
 
245
           </property>
 
246
          </spacer>
 
247
         </item>
 
248
        </layout>
 
249
       </item>
 
250
       <item row="4" column="0" >
 
251
        <layout class="QHBoxLayout" >
 
252
         <item>
 
253
          <widget class="QCheckBox" name="UseUserdefiniedCipherCheckBox" >
 
254
           <property name="toolTip" >
 
255
            <string>Use non standard cipher algorithm</string>
 
256
           </property>
 
257
           <property name="text" >
 
258
            <string>Use specified cipher:</string>
 
259
           </property>
 
260
          </widget>
 
261
         </item>
 
262
         <item>
 
263
          <spacer>
 
264
           <property name="orientation" >
 
265
            <enum>Qt::Horizontal</enum>
 
266
           </property>
 
267
           <property name="sizeType" >
 
268
            <enum>QSizePolicy::Expanding</enum>
 
269
           </property>
 
270
           <property name="sizeHint" stdset="0" >
 
271
            <size>
 
272
             <width>119</width>
 
273
             <height>20</height>
 
274
            </size>
 
275
           </property>
 
276
          </spacer>
 
277
         </item>
 
278
        </layout>
 
279
       </item>
 
280
       <item row="0" column="0" >
 
281
        <layout class="QHBoxLayout" >
 
282
         <item>
 
283
          <widget class="QLabel" name="TunnelDeviceTypeLabel" >
 
284
           <property name="toolTip" >
 
285
            <string/>
 
286
           </property>
 
287
           <property name="text" >
 
288
            <string>Tunnel device type:</string>
 
289
           </property>
 
290
           <property name="wordWrap" >
 
291
            <bool>false</bool>
 
292
           </property>
 
293
          </widget>
 
294
         </item>
 
295
         <item>
 
296
          <spacer>
 
297
           <property name="orientation" >
 
298
            <enum>Qt::Horizontal</enum>
 
299
           </property>
 
300
           <property name="sizeType" >
 
301
            <enum>QSizePolicy::Expanding</enum>
 
302
           </property>
 
303
           <property name="sizeHint" stdset="0" >
 
304
            <size>
 
305
             <width>119</width>
 
306
             <height>21</height>
 
307
            </size>
 
308
           </property>
 
309
          </spacer>
 
310
         </item>
 
311
        </layout>
 
312
       </item>
 
313
       <item row="3" column="0" >
 
314
        <layout class="QHBoxLayout" >
 
315
         <item>
 
316
          <widget class="QCheckBox" name="UseNsCertTypeCheckBox" >
 
317
           <property name="toolTip" >
 
318
            <string>Require that peer certificate was signed with an explicit nsCertType destination of "client" or "server"</string>
 
319
           </property>
 
320
           <property name="text" >
 
321
            <string>Re&amp;quire peer ns cert type:</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="sizeType" >
 
331
            <enum>QSizePolicy::Expanding</enum>
 
332
           </property>
 
333
           <property name="sizeHint" stdset="0" >
 
334
            <size>
 
335
             <width>119</width>
 
336
             <height>20</height>
 
337
            </size>
 
338
           </property>
 
339
          </spacer>
 
340
         </item>
 
341
        </layout>
 
342
       </item>
 
343
      </layout>
 
344
     </item>
 
345
     <item>
 
346
      <widget class="Q3GroupBox" name="groupBox1" >
 
347
       <property name="title" >
 
348
        <string>HTTP proxy</string>
 
349
       </property>
 
350
       <layout class="QGridLayout" >
 
351
        <item row="0" column="0" >
 
352
         <layout class="QGridLayout" >
 
353
          <item row="1" column="1" >
 
354
           <widget class="QLineEdit" name="HttpProxyLineEdit" >
 
355
            <property name="enabled" >
 
356
             <bool>false</bool>
 
357
            </property>
 
358
            <property name="toolTip" >
 
359
             <string>Name or IP address of the proxy server</string>
 
360
            </property>
 
361
           </widget>
 
362
          </item>
 
363
          <item row="1" column="2" >
 
364
           <layout class="QHBoxLayout" >
 
365
            <item>
 
366
             <widget class="QLabel" name="TimeoutTextLabel" >
 
367
              <property name="enabled" >
 
368
               <bool>false</bool>
 
369
              </property>
 
370
              <property name="toolTip" >
 
371
               <string>Timeout in seconds</string>
 
372
              </property>
 
373
              <property name="text" >
 
374
               <string>Timeout</string>
 
375
              </property>
 
376
              <property name="wordWrap" >
 
377
               <bool>false</bool>
 
378
              </property>
 
379
             </widget>
 
380
            </item>
 
381
            <item>
 
382
             <spacer>
 
383
              <property name="orientation" >
 
384
               <enum>Qt::Horizontal</enum>
 
385
              </property>
 
386
              <property name="sizeType" >
 
387
               <enum>QSizePolicy::Expanding</enum>
 
388
              </property>
 
389
              <property name="sizeHint" stdset="0" >
 
390
               <size>
 
391
                <width>101</width>
 
392
                <height>21</height>
 
393
               </size>
 
394
              </property>
 
395
             </spacer>
 
396
            </item>
 
397
            <item>
 
398
             <widget class="KIntSpinBox" name="HttpProxyTimeoutIntSpinBox" >
 
399
              <property name="enabled" >
 
400
               <bool>false</bool>
 
401
              </property>
 
402
              <property name="toolTip" >
 
403
               <string>Timeout in seconds</string>
 
404
              </property>
 
405
              <property name="value" >
 
406
               <number>5</number>
 
407
              </property>
 
408
             </widget>
 
409
            </item>
 
410
           </layout>
 
411
          </item>
 
412
          <item row="2" column="0" >
 
413
           <widget class="QLabel" name="PortTextextLabel" >
 
414
            <property name="enabled" >
 
415
             <bool>false</bool>
 
416
            </property>
 
417
            <property name="toolTip" >
 
418
             <string>Proxy server port number</string>
 
419
            </property>
 
420
            <property name="text" >
 
421
             <string>Port</string>
 
422
            </property>
 
423
            <property name="wordWrap" >
 
424
             <bool>false</bool>
 
425
            </property>
 
426
           </widget>
 
427
          </item>
 
428
          <item row="0" column="0" colspan="2" >
 
429
           <widget class="QCheckBox" name="UseHttpProxyCheckBox" >
 
430
            <property name="toolTip" >
 
431
             <string>Connect via HTTP proxy</string>
 
432
            </property>
 
433
            <property name="text" >
 
434
             <string>Use &amp;HTTP proxy</string>
 
435
            </property>
 
436
           </widget>
 
437
          </item>
 
438
          <item row="1" column="0" >
 
439
           <widget class="QLabel" name="HostTextLabel" >
 
440
            <property name="enabled" >
 
441
             <bool>false</bool>
 
442
            </property>
 
443
            <property name="toolTip" >
 
444
             <string>Name or IP address of the proxy server</string>
 
445
            </property>
 
446
            <property name="text" >
 
447
             <string>Host</string>
 
448
            </property>
 
449
            <property name="wordWrap" >
 
450
             <bool>false</bool>
 
451
            </property>
 
452
           </widget>
 
453
          </item>
 
454
          <item row="0" column="2" >
 
455
           <spacer>
 
456
            <property name="orientation" >
 
457
             <enum>Qt::Horizontal</enum>
 
458
            </property>
 
459
            <property name="sizeType" >
 
460
             <enum>QSizePolicy::Expanding</enum>
 
461
            </property>
 
462
            <property name="sizeHint" stdset="0" >
 
463
             <size>
 
464
              <width>220</width>
 
465
              <height>20</height>
 
466
             </size>
 
467
            </property>
 
468
           </spacer>
 
469
          </item>
 
470
          <item row="2" column="2" >
 
471
           <spacer>
 
472
            <property name="orientation" >
 
473
             <enum>Qt::Horizontal</enum>
 
474
            </property>
 
475
            <property name="sizeType" >
 
476
             <enum>QSizePolicy::Expanding</enum>
 
477
            </property>
 
478
            <property name="sizeHint" stdset="0" >
 
479
             <size>
 
480
              <width>221</width>
 
481
              <height>20</height>
 
482
             </size>
 
483
            </property>
 
484
           </spacer>
 
485
          </item>
 
486
          <item row="2" column="1" >
 
487
           <layout class="QHBoxLayout" >
 
488
            <item>
 
489
             <spacer>
 
490
              <property name="orientation" >
 
491
               <enum>Qt::Horizontal</enum>
 
492
              </property>
 
493
              <property name="sizeType" >
 
494
               <enum>QSizePolicy::Expanding</enum>
 
495
              </property>
 
496
              <property name="sizeHint" stdset="0" >
 
497
               <size>
 
498
                <width>110</width>
 
499
                <height>21</height>
 
500
               </size>
 
501
              </property>
 
502
             </spacer>
 
503
            </item>
 
504
            <item>
 
505
             <widget class="KIntSpinBox" name="HttpProxyPortIntNumInput" >
 
506
              <property name="enabled" >
 
507
               <bool>false</bool>
 
508
              </property>
 
509
              <property name="toolTip" >
 
510
               <string>Proxy server port number</string>
 
511
              </property>
 
512
              <property name="minimum" >
 
513
               <number>1</number>
 
514
              </property>
 
515
              <property name="maximum" >
 
516
               <number>65535</number>
 
517
              </property>
 
518
              <property name="value" >
 
519
               <number>8080</number>
 
520
              </property>
 
521
              <property name="maxValue" stdset="0" >
 
522
               <number>65535</number>
 
523
              </property>
 
524
              <property name="minValue" stdset="0" >
 
525
               <number>1</number>
 
526
              </property>
 
527
             </widget>
 
528
            </item>
 
529
           </layout>
 
530
          </item>
 
531
         </layout>
 
532
        </item>
 
533
       </layout>
 
534
      </widget>
 
535
     </item>
 
536
     <item>
 
537
      <spacer>
 
538
       <property name="orientation" >
 
539
        <enum>Qt::Vertical</enum>
 
540
       </property>
 
541
       <property name="sizeType" >
 
542
        <enum>QSizePolicy::Expanding</enum>
 
543
       </property>
 
544
       <property name="sizeHint" stdset="0" >
 
545
        <size>
 
546
         <width>20</width>
 
547
         <height>117</height>
 
548
        </size>
 
549
       </property>
 
550
      </spacer>
 
551
     </item>
 
552
    </layout>
 
553
   </item>
 
554
  </layout>
 
555
 </widget>
 
556
 <layoutdefault spacing="6" margin="11" />
 
557
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
558
 <customwidgets>
 
559
  <customwidget>
 
560
   <class>Q3GroupBox</class>
 
561
   <extends>QGroupBox</extends>
 
562
   <header>Qt3Support/Q3GroupBox</header>
 
563
   <container>1</container>
 
564
  </customwidget>
 
565
  <customwidget>
 
566
   <class>KUrlRequester</class>
 
567
   <extends>QFrame</extends>
 
568
   <header>kurlrequester.h</header>
 
569
   <container>1</container>
 
570
  </customwidget>
 
571
  <customwidget>
 
572
   <class>KComboBox</class>
 
573
   <extends>QComboBox</extends>
 
574
   <header>kcombobox.h</header>
 
575
  </customwidget>
 
576
  <customwidget>
 
577
   <class>KIntSpinBox</class>
 
578
   <extends>QSpinBox</extends>
 
579
   <header>knuminput.h</header>
 
580
  </customwidget>
 
581
 </customwidgets>
 
582
 <tabstops>
 
583
  <tabstop>TunnelDeviceTypeComboBox</tabstop>
 
584
  <tabstop>UseUserdefinedPortCheckBox</tabstop>
 
585
  <tabstop>UserdefinedPortSpinBox</tabstop>
 
586
  <tabstop>UseNsCertTypeCheckBox</tabstop>
 
587
  <tabstop>NsCertTypeComboBox</tabstop>
 
588
  <tabstop>UseUserdefiniedCipherCheckBox</tabstop>
 
589
  <tabstop>UserdefiniedCipherComboBox</tabstop>
 
590
  <tabstop>UseTlsAuthCheckBox</tabstop>
 
591
  <tabstop>TlsAuthURLRequester</tabstop>
 
592
  <tabstop>UseTlsRemoteHostCheckBox</tabstop>
 
593
  <tabstop>TlsRemoteHostLineEdit</tabstop>
 
594
  <tabstop>DisableLzoCompressionCheckBox</tabstop>
 
595
  <tabstop>UseHttpProxyCheckBox</tabstop>
 
596
  <tabstop>HttpProxyLineEdit</tabstop>
 
597
  <tabstop>HttpProxyPortIntNumInput</tabstop>
 
598
  <tabstop>HttpProxyTimeoutIntSpinBox</tabstop>
 
599
 </tabstops>
 
600
 <includes>
 
601
  <include location="local" >kcombobox.h</include>
 
602
  <include location="local" >kcombobox.h</include>
 
603
  <include location="local" >kcombobox.h</include>
 
604
  <include location="local" >kurlrequester.h</include>
 
605
  <include location="local" >klineedit.h</include>
 
606
  <include location="local" >kpushbutton.h</include>
 
607
  <include location="local" >knuminput.h</include>
 
608
  <include location="local" >knuminput.h</include>
 
609
 </includes>
 
610
 <resources/>
 
611
 <connections/>
 
612
</ui>