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

« back to all changes in this revision

Viewing changes to src/newprofilewizardracoon4.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
 <class>NewProfileWizardRacoon</class>
 
3
 <widget class="QWidget" name="NewProfileWizardRacoon" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>463</width>
 
9
    <height>544</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>New profile wizard racoon</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" name="verticalLayout" >
 
16
   <item>
 
17
    <widget class="QLabel" name="InfoLabel" >
 
18
     <property name="text" >
 
19
      <string>racoon + ipsec-tools specific settings (Linux &amp;2.6 native or BSD)</string>
 
20
     </property>
 
21
     <property name="wordWrap" >
 
22
      <bool>false</bool>
 
23
     </property>
 
24
    </widget>
 
25
   </item>
 
26
   <item>
 
27
    <layout class="QGridLayout" name="gridLayout" >
 
28
     <item row="0" column="0" >
 
29
      <layout class="QHBoxLayout" name="_2" >
 
30
       <item>
 
31
        <widget class="QLabel" name="HashAlgoTextLabel" >
 
32
         <property name="toolTip" >
 
33
          <string>Use specified hash algorithm for IKE phase 1</string>
 
34
         </property>
 
35
         <property name="text" >
 
36
          <string>Hash algorithm:</string>
 
37
         </property>
 
38
         <property name="wordWrap" >
 
39
          <bool>false</bool>
 
40
         </property>
 
41
        </widget>
 
42
       </item>
 
43
       <item>
 
44
        <spacer>
 
45
         <property name="orientation" >
 
46
          <enum>Qt::Horizontal</enum>
 
47
         </property>
 
48
         <property name="sizeType" >
 
49
          <enum>QSizePolicy::Expanding</enum>
 
50
         </property>
 
51
         <property name="sizeHint" stdset="0" >
 
52
          <size>
 
53
           <width>101</width>
 
54
           <height>21</height>
 
55
          </size>
 
56
         </property>
 
57
        </spacer>
 
58
       </item>
 
59
      </layout>
 
60
     </item>
 
61
     <item row="0" column="1" >
 
62
      <widget class="QComboBox" name="HashAlgoComboBox" >
 
63
       <property name="toolTip" >
 
64
        <string>Use specified hash algorithm for IKE phase 1</string>
 
65
       </property>
 
66
      </widget>
 
67
     </item>
 
68
     <item row="1" column="0" >
 
69
      <layout class="QHBoxLayout" name="_3" >
 
70
       <item>
 
71
        <widget class="QLabel" name="EncryptionAlgorithmTextLabel_2" >
 
72
         <property name="text" >
 
73
          <string>Encryption algorithm phase 1:</string>
 
74
         </property>
 
75
         <property name="wordWrap" >
 
76
          <bool>false</bool>
 
77
         </property>
 
78
        </widget>
 
79
       </item>
 
80
       <item>
 
81
        <spacer>
 
82
         <property name="orientation" >
 
83
          <enum>Qt::Horizontal</enum>
 
84
         </property>
 
85
         <property name="sizeType" >
 
86
          <enum>QSizePolicy::Expanding</enum>
 
87
         </property>
 
88
         <property name="sizeHint" stdset="0" >
 
89
          <size>
 
90
           <width>101</width>
 
91
           <height>21</height>
 
92
          </size>
 
93
         </property>
 
94
        </spacer>
 
95
       </item>
 
96
      </layout>
 
97
     </item>
 
98
     <item row="1" column="1" >
 
99
      <widget class="QComboBox" name="EncryptionAlgorithmComboBox" >
 
100
       <property name="toolTip" >
 
101
        <string>Diffie Hellman group</string>
 
102
       </property>
 
103
      </widget>
 
104
     </item>
 
105
     <item row="2" column="0" >
 
106
      <layout class="QHBoxLayout" name="_4" >
 
107
       <item>
 
108
        <widget class="QLabel" name="AuthenticationAlgorithmTextLabel" >
 
109
         <property name="text" >
 
110
          <string>Authentication algorithm phase 2:</string>
 
111
         </property>
 
112
         <property name="wordWrap" >
 
113
          <bool>false</bool>
 
114
         </property>
 
115
        </widget>
 
116
       </item>
 
117
       <item>
 
118
        <spacer>
 
119
         <property name="orientation" >
 
120
          <enum>Qt::Horizontal</enum>
 
121
         </property>
 
122
         <property name="sizeType" >
 
123
          <enum>QSizePolicy::Expanding</enum>
 
124
         </property>
 
125
         <property name="sizeHint" stdset="0" >
 
126
          <size>
 
127
           <width>81</width>
 
128
           <height>21</height>
 
129
          </size>
 
130
         </property>
 
131
        </spacer>
 
132
       </item>
 
133
      </layout>
 
134
     </item>
 
135
     <item row="2" column="1" >
 
136
      <widget class="QComboBox" name="AuthenticationAlgorithm2ComboBox" >
 
137
       <property name="toolTip" >
 
138
        <string>Diffie Hellman group</string>
 
139
       </property>
 
140
      </widget>
 
141
     </item>
 
142
     <item row="3" column="0" >
 
143
      <layout class="QHBoxLayout" name="_5" >
 
144
       <item>
 
145
        <widget class="QLabel" name="EncryptionAlgorithmTextLabel" >
 
146
         <property name="text" >
 
147
          <string>Encryption algorithm phase 2:</string>
 
148
         </property>
 
149
         <property name="wordWrap" >
 
150
          <bool>false</bool>
 
151
         </property>
 
152
        </widget>
 
153
       </item>
 
154
       <item>
 
155
        <spacer>
 
156
         <property name="orientation" >
 
157
          <enum>Qt::Horizontal</enum>
 
158
         </property>
 
159
         <property name="sizeType" >
 
160
          <enum>QSizePolicy::Expanding</enum>
 
161
         </property>
 
162
         <property name="sizeHint" stdset="0" >
 
163
          <size>
 
164
           <width>101</width>
 
165
           <height>21</height>
 
166
          </size>
 
167
         </property>
 
168
        </spacer>
 
169
       </item>
 
170
      </layout>
 
171
     </item>
 
172
     <item row="3" column="1" >
 
173
      <widget class="QComboBox" name="EncryptionAlgorithm2ComboBox" >
 
174
       <property name="toolTip" >
 
175
        <string>Diffie Hellman group</string>
 
176
       </property>
 
177
      </widget>
 
178
     </item>
 
179
     <item row="4" column="0" >
 
180
      <layout class="QHBoxLayout" >
 
181
       <item>
 
182
        <widget class="QLabel" name="HashAlgoTextLabel_2" >
 
183
         <property name="text" >
 
184
          <string>Exchange mode:</string>
 
185
         </property>
 
186
         <property name="wordWrap" >
 
187
          <bool>false</bool>
 
188
         </property>
 
189
        </widget>
 
190
       </item>
 
191
       <item>
 
192
        <spacer name="spacer72" >
 
193
         <property name="orientation" >
 
194
          <enum>Qt::Horizontal</enum>
 
195
         </property>
 
196
         <property name="sizeType" >
 
197
          <enum>QSizePolicy::Expanding</enum>
 
198
         </property>
 
199
         <property name="sizeHint" stdset="0" >
 
200
          <size>
 
201
           <width>91</width>
 
202
           <height>21</height>
 
203
          </size>
 
204
         </property>
 
205
        </spacer>
 
206
       </item>
 
207
      </layout>
 
208
     </item>
 
209
     <item row="4" column="1" >
 
210
      <widget class="QComboBox" name="ExchangeModeComboBox" >
 
211
       <property name="toolTip" >
 
212
        <string>Internet Key Exchange mode</string>
 
213
       </property>
 
214
      </widget>
 
215
     </item>
 
216
     <item row="5" column="0" >
 
217
      <layout class="QHBoxLayout" >
 
218
       <item>
 
219
        <widget class="QCheckBox" name="IkeGroupCheckbox" >
 
220
         <property name="toolTip" >
 
221
          <string>Use special Diffie Hellman group</string>
 
222
         </property>
 
223
         <property name="text" >
 
224
          <string>&amp;IKE DH group:</string>
 
225
         </property>
 
226
        </widget>
 
227
       </item>
 
228
       <item>
 
229
        <spacer name="spacer33_2" >
 
230
         <property name="orientation" >
 
231
          <enum>Qt::Horizontal</enum>
 
232
         </property>
 
233
         <property name="sizeType" >
 
234
          <enum>QSizePolicy::Expanding</enum>
 
235
         </property>
 
236
         <property name="sizeHint" stdset="0" >
 
237
          <size>
 
238
           <width>61</width>
 
239
           <height>21</height>
 
240
          </size>
 
241
         </property>
 
242
        </spacer>
 
243
       </item>
 
244
      </layout>
 
245
     </item>
 
246
     <item row="5" column="1" >
 
247
      <widget class="KComboBox" name="DHGroupComboBox" >
 
248
       <property name="toolTip" >
 
249
        <string>Diffie Hellman group</string>
 
250
       </property>
 
251
       <property name="whatsThis" >
 
252
        <string>This define the group used for the Diffie-Hellman exponentiations. The following assignment is used:
 
253
dh1 = modp768
 
254
dh2 = modp1024
 
255
dh5 = modp1536
 
256
d14 = modp2048 (only racoon)
 
257
dh15 = modp3072 (only racoon)
 
258
dh16 = modp4096 (only racoon)
 
259
dh17 = modp6144 (only racoon)
 
260
dh18 = modp8192 (only racoon)</string>
 
261
       </property>
 
262
      </widget>
 
263
     </item>
 
264
     <item row="6" column="0" >
 
265
      <layout class="QHBoxLayout" >
 
266
       <item>
 
267
        <widget class="QCheckBox" name="PerfectForwardSecurityCheckbox" >
 
268
         <property name="toolTip" >
 
269
          <string>Use perfect forward secrety (PFS)</string>
 
270
         </property>
 
271
         <property name="text" >
 
272
          <string>Perfect forward secrec&amp;y (PFS):</string>
 
273
         </property>
 
274
        </widget>
 
275
       </item>
 
276
       <item>
 
277
        <spacer name="spacer34_2" >
 
278
         <property name="orientation" >
 
279
          <enum>Qt::Horizontal</enum>
 
280
         </property>
 
281
         <property name="sizeType" >
 
282
          <enum>QSizePolicy::Expanding</enum>
 
283
         </property>
 
284
         <property name="sizeHint" stdset="0" >
 
285
          <size>
 
286
           <width>71</width>
 
287
           <height>20</height>
 
288
          </size>
 
289
         </property>
 
290
        </spacer>
 
291
       </item>
 
292
      </layout>
 
293
     </item>
 
294
     <item row="6" column="1" >
 
295
      <widget class="KComboBox" name="PerfectForwardSecrecyCombobox" >
 
296
       <property name="enabled" >
 
297
        <bool>false</bool>
 
298
       </property>
 
299
       <property name="toolTip" >
 
300
        <string comment="Automatic keying has a property called perfect forward secrecy. This is the Diffie Helman group for PFS." >Diffie Helman group for Perfect Forward Secrecy</string>
 
301
       </property>
 
302
       <property name="whatsThis" >
 
303
        <string>This is the Diffie Helman group for PFS.
 
304
The following assignment will is used:
 
305
server = DH group is recieved from server (cisco only)
 
306
nopfs = no pfs is used
 
307
dh1 = modp768
 
308
dh2 = modp1024
 
309
dh5 = modp1536
 
310
d14 = modp2048 (racoon only)
 
311
dh15= modp3072 (racoon only)
 
312
dh16 = modp4096 (racoon only)
 
313
dh17 = modp6144 (racoon only)
 
314
dh18 = modp8192 (racoon only)</string>
 
315
       </property>
 
316
      </widget>
 
317
     </item>
 
318
     <item row="7" column="0" colspan="2" >
 
319
      <layout class="QHBoxLayout" >
 
320
       <item>
 
321
        <widget class="QCheckBox" name="UseModeConfigCheckBox" >
 
322
         <property name="text" >
 
323
          <string>&amp;Use Mode Configuration</string>
 
324
         </property>
 
325
        </widget>
 
326
       </item>
 
327
      </layout>
 
328
     </item>
 
329
    </layout>
 
330
   </item>
 
331
   <item>
 
332
    <layout class="QHBoxLayout" name="horizontalLayout_2" >
 
333
     <item>
 
334
      <widget class="QCheckBox" name="UseXauthCheckBox" >
 
335
       <property name="text" >
 
336
        <string>Authenticate &amp;with username and password (XAUTH)</string>
 
337
       </property>
 
338
      </widget>
 
339
     </item>
 
340
     <item>
 
341
      <spacer name="horizontalSpacer_3" >
 
342
       <property name="orientation" >
 
343
        <enum>Qt::Horizontal</enum>
 
344
       </property>
 
345
       <property name="sizeHint" stdset="0" >
 
346
        <size>
 
347
         <width>40</width>
 
348
         <height>20</height>
 
349
        </size>
 
350
       </property>
 
351
      </spacer>
 
352
     </item>
 
353
    </layout>
 
354
   </item>
 
355
   <item>
 
356
    <widget class="Q3GroupBox" name="groupBox4" >
 
357
     <property name="title" >
 
358
      <string>Local identifier</string>
 
359
     </property>
 
360
     <layout class="QGridLayout" >
 
361
      <item row="0" column="0" >
 
362
       <layout class="QGridLayout" >
 
363
        <item row="0" column="0" >
 
364
         <layout class="QHBoxLayout" >
 
365
          <item>
 
366
           <widget class="QLabel" name="HashAlgoTextLabel_2_2" >
 
367
            <property name="text" >
 
368
             <string>ID type</string>
 
369
            </property>
 
370
            <property name="wordWrap" >
 
371
             <bool>false</bool>
 
372
            </property>
 
373
           </widget>
 
374
          </item>
 
375
          <item>
 
376
           <spacer name="spacer72_2" >
 
377
            <property name="orientation" >
 
378
             <enum>Qt::Horizontal</enum>
 
379
            </property>
 
380
            <property name="sizeType" >
 
381
             <enum>QSizePolicy::Expanding</enum>
 
382
            </property>
 
383
            <property name="sizeHint" stdset="0" >
 
384
             <size>
 
385
              <width>51</width>
 
386
              <height>20</height>
 
387
             </size>
 
388
            </property>
 
389
           </spacer>
 
390
          </item>
 
391
         </layout>
 
392
        </item>
 
393
        <item row="2" column="1" >
 
394
         <widget class="KLineEdit" name="LocalIDLineEdit" >
 
395
          <property name="enabled" >
 
396
           <bool>false</bool>
 
397
          </property>
 
398
          <property name="toolTip" >
 
399
           <string>Value for the local ID</string>
 
400
          </property>
 
401
          <property name="echoMode" >
 
402
           <enum>QLineEdit::Normal</enum>
 
403
          </property>
 
404
         </widget>
 
405
        </item>
 
406
        <item rowspan="2" row="1" column="0" >
 
407
         <layout class="QHBoxLayout" >
 
408
          <item>
 
409
           <widget class="QLabel" name="LocalIDLabel" >
 
410
            <property name="text" >
 
411
             <string>ID value</string>
 
412
            </property>
 
413
            <property name="wordWrap" >
 
414
             <bool>false</bool>
 
415
            </property>
 
416
           </widget>
 
417
          </item>
 
418
          <item>
 
419
           <spacer name="spacer72_2_2" >
 
420
            <property name="orientation" >
 
421
             <enum>Qt::Horizontal</enum>
 
422
            </property>
 
423
            <property name="sizeType" >
 
424
             <enum>QSizePolicy::Expanding</enum>
 
425
            </property>
 
426
            <property name="sizeHint" stdset="0" >
 
427
             <size>
 
428
              <width>51</width>
 
429
              <height>20</height>
 
430
             </size>
 
431
            </property>
 
432
           </spacer>
 
433
          </item>
 
434
         </layout>
 
435
        </item>
 
436
        <item rowspan="2" row="0" column="1" >
 
437
         <widget class="KComboBox" name="LocalIdTypeCombobox" >
 
438
          <property name="toolTip" >
 
439
           <string comment="Automatic keying has a property called perfect forward secrecy. This is the Diffie Helman group for PFS." >Type of the local ID</string>
 
440
          </property>
 
441
          <property name="whatsThis" >
 
442
           <string>This is the type of the local ID</string>
 
443
          </property>
 
444
         </widget>
 
445
        </item>
 
446
       </layout>
 
447
      </item>
 
448
     </layout>
 
449
    </widget>
 
450
   </item>
 
451
   <item>
 
452
    <widget class="Q3GroupBox" name="RemoteIdentifierGroupBox" >
 
453
     <property name="title" >
 
454
      <string>Remote identifier</string>
 
455
     </property>
 
456
     <layout class="QGridLayout" name="gridLayout_3" >
 
457
      <item row="0" column="0" >
 
458
       <layout class="QGridLayout" name="_6" >
 
459
        <item row="0" column="0" >
 
460
         <layout class="QHBoxLayout" name="_7" >
 
461
          <item>
 
462
           <widget class="QLabel" name="RemoteIDTextLabel" >
 
463
            <property name="text" >
 
464
             <string>ID type</string>
 
465
            </property>
 
466
            <property name="wordWrap" >
 
467
             <bool>false</bool>
 
468
            </property>
 
469
           </widget>
 
470
          </item>
 
471
          <item>
 
472
           <spacer>
 
473
            <property name="orientation" >
 
474
             <enum>Qt::Horizontal</enum>
 
475
            </property>
 
476
            <property name="sizeType" >
 
477
             <enum>QSizePolicy::Expanding</enum>
 
478
            </property>
 
479
            <property name="sizeHint" stdset="0" >
 
480
             <size>
 
481
              <width>51</width>
 
482
              <height>20</height>
 
483
             </size>
 
484
            </property>
 
485
           </spacer>
 
486
          </item>
 
487
         </layout>
 
488
        </item>
 
489
        <item row="2" column="1" >
 
490
         <widget class="KLineEdit" name="RemoteIDLineEdit" >
 
491
          <property name="enabled" >
 
492
           <bool>false</bool>
 
493
          </property>
 
494
          <property name="toolTip" >
 
495
           <string>Value for the local ID</string>
 
496
          </property>
 
497
          <property name="echoMode" >
 
498
           <enum>QLineEdit::Normal</enum>
 
499
          </property>
 
500
         </widget>
 
501
        </item>
 
502
        <item rowspan="2" row="1" column="0" >
 
503
         <layout class="QHBoxLayout" name="_8" >
 
504
          <item>
 
505
           <widget class="QLabel" name="RemoteIDLabel" >
 
506
            <property name="text" >
 
507
             <string>ID value</string>
 
508
            </property>
 
509
            <property name="wordWrap" >
 
510
             <bool>false</bool>
 
511
            </property>
 
512
           </widget>
 
513
          </item>
 
514
          <item>
 
515
           <spacer>
 
516
            <property name="orientation" >
 
517
             <enum>Qt::Horizontal</enum>
 
518
            </property>
 
519
            <property name="sizeType" >
 
520
             <enum>QSizePolicy::Expanding</enum>
 
521
            </property>
 
522
            <property name="sizeHint" stdset="0" >
 
523
             <size>
 
524
              <width>51</width>
 
525
              <height>20</height>
 
526
             </size>
 
527
            </property>
 
528
           </spacer>
 
529
          </item>
 
530
         </layout>
 
531
        </item>
 
532
        <item rowspan="2" row="0" column="1" >
 
533
         <widget class="KComboBox" name="RemoteIdTypeCombobox" >
 
534
          <property name="mouseTracking" >
 
535
           <bool>false</bool>
 
536
          </property>
 
537
          <property name="toolTip" >
 
538
           <string comment="Automatic keying has a property called perfect forward secrecy. This is the Diffie Helman group for PFS." >This is the type of the local ID (default: asn1dn)&lt;br>
 
539
&lt;ul>
 
540
&lt;li>asn1dn - the type is an ASN.1 distinguished name. Use 'use email address as identifier' in certificate settings if it should be the mail address. If this option is not checked, the DN from the Subject field in the certificate will be used.&lt;/li>
 
541
&lt;li>address - the type is the IP address.&lt;/li>
 
542
&lt;li>fqdn - the type is a FQDN (fully-qualified domain name).&lt;/li>
 
543
&lt;li>keyid - the type is a KEY_ID (file)&lt;/li>
 
544
&lt;li>user_fqdn - the type is a USER_FQDN (user fully-qualified domain name).&lt;/li> 
 
545
&lt;/ul></string>
 
546
          </property>
 
547
          <property name="whatsThis" >
 
548
           <string>This is the type of the local ID (default: asn1dn)&lt;br>
 
549
&lt;ul>
 
550
&lt;li>asn1dn - the type is an ASN.1 distinguished name. Use 'use email address as identifier' in certificate settings if it should be the mail address. If this option is not checked, the DN from the Subject field in the certificate will be used.&lt;/li>
 
551
&lt;li>address - the type is the IP address.&lt;/li>
 
552
&lt;li>fqdn - the type is a FQDN (fully-qualified domain name).&lt;/li>
 
553
&lt;li>keyid - the type is a KEY_ID (file)&lt;/li>
 
554
&lt;li>user_fqdn - the type is a USER_FQDN (user fully-qualified domain name).&lt;/li> 
 
555
&lt;/ul></string>
 
556
          </property>
 
557
         </widget>
 
558
        </item>
 
559
       </layout>
 
560
      </item>
 
561
     </layout>
 
562
    </widget>
 
563
   </item>
 
564
   <item>
 
565
    <spacer name="spacer43" >
 
566
     <property name="orientation" >
 
567
      <enum>Qt::Vertical</enum>
 
568
     </property>
 
569
     <property name="sizeType" >
 
570
      <enum>QSizePolicy::Expanding</enum>
 
571
     </property>
 
572
     <property name="sizeHint" stdset="0" >
 
573
      <size>
 
574
       <width>440</width>
 
575
       <height>37</height>
 
576
      </size>
 
577
     </property>
 
578
    </spacer>
 
579
   </item>
 
580
  </layout>
 
581
 </widget>
 
582
 <layoutdefault spacing="6" margin="11" />
 
583
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
584
 <customwidgets>
 
585
  <customwidget>
 
586
   <class>Q3GroupBox</class>
 
587
   <extends>QGroupBox</extends>
 
588
   <header>Qt3Support/Q3GroupBox</header>
 
589
   <container>1</container>
 
590
  </customwidget>
 
591
  <customwidget>
 
592
   <class>KComboBox</class>
 
593
   <extends>QComboBox</extends>
 
594
   <header>kcombobox.h</header>
 
595
  </customwidget>
 
596
  <customwidget>
 
597
   <class>KLineEdit</class>
 
598
   <extends>QLineEdit</extends>
 
599
   <header>klineedit.h</header>
 
600
  </customwidget>
 
601
 </customwidgets>
 
602
 <includes>
 
603
  <include location="local" >kcombobox.h</include>
 
604
  <include location="local" >kcombobox.h</include>
 
605
  <include location="local" >klineedit.h</include>
 
606
  <include location="local" >kcombobox.h</include>
 
607
 </includes>
 
608
 <resources/>
 
609
 <connections/>
 
610
</ui>