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

« back to all changes in this revision

Viewing changes to vpnplugins/vpnc/vpncprop.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:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>402</width>
10
 
    <height>401</height>
 
9
    <width>398</width>
 
10
    <height>355</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
15
15
  </property>
16
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
17
   <item>
18
 
    <widget class="QGroupBox" name="groupBox">
19
 
     <property name="title">
20
 
      <string>General</string>
21
 
     </property>
22
 
     <layout class="QFormLayout" name="formLayout">
23
 
      <item row="0" column="0">
24
 
       <widget class="QLabel" name="textLabel3">
25
 
        <property name="text">
26
 
         <string>Gateway:</string>
27
 
        </property>
28
 
        <property name="wordWrap">
29
 
         <bool>false</bool>
30
 
        </property>
31
 
        <property name="buddy">
32
 
         <cstring>leGateway</cstring>
33
 
        </property>
34
 
       </widget>
35
 
      </item>
36
 
      <item row="0" column="1">
37
 
       <widget class="KLineEdit" name="leGateway"/>
38
 
      </item>
39
 
      <item row="1" column="0">
40
 
       <widget class="QLabel" name="labelGroup">
41
 
        <property name="text">
42
 
         <string>Group name:</string>
43
 
        </property>
44
 
        <property name="wordWrap">
45
 
         <bool>false</bool>
46
 
        </property>
47
 
        <property name="buddy">
48
 
         <cstring>leGroupName</cstring>
49
 
        </property>
50
 
       </widget>
51
 
      </item>
52
 
      <item row="1" column="1">
53
 
       <widget class="KLineEdit" name="leGroupName"/>
54
 
      </item>
55
 
      <item row="2" column="0">
56
 
       <widget class="QLabel" name="label_2">
57
 
        <property name="text">
58
 
         <string>User &amp;Password</string>
59
 
        </property>
60
 
        <property name="buddy">
61
 
         <cstring>leUserPassword</cstring>
62
 
        </property>
63
 
       </widget>
64
 
      </item>
65
 
      <item row="2" column="1">
66
 
       <layout class="QHBoxLayout" name="horizontalLayout">
67
 
        <item>
68
 
         <widget class="KLineEdit" name="leUserPassword">
69
 
          <property name="enabled">
70
 
           <bool>false</bool>
71
 
          </property>
72
 
          <property name="passwordMode">
73
 
           <bool>true</bool>
74
 
          </property>
75
 
         </widget>
76
 
        </item>
77
 
        <item>
78
 
         <widget class="QComboBox" name="cboUserPassOptions">
79
 
          <item>
80
 
           <property name="text">
81
 
            <string>Always Ask</string>
82
 
           </property>
83
 
          </item>
84
 
          <item>
85
 
           <property name="text">
86
 
            <string>Store</string>
87
 
           </property>
88
 
          </item>
89
 
          <item>
90
 
           <property name="text">
91
 
            <string>Not Required</string>
92
 
           </property>
93
 
          </item>
94
 
         </widget>
95
 
        </item>
96
 
       </layout>
97
 
      </item>
98
 
      <item row="3" column="0">
99
 
       <widget class="QLabel" name="label_3">
100
 
        <property name="text">
101
 
         <string>&amp;Group Password:</string>
102
 
        </property>
103
 
        <property name="buddy">
104
 
         <cstring>leGroupPassword</cstring>
105
 
        </property>
106
 
       </widget>
107
 
      </item>
108
 
      <item row="3" column="1">
109
 
       <layout class="QHBoxLayout" name="horizontalLayout_2">
110
 
        <item>
111
 
         <widget class="KLineEdit" name="leGroupPassword">
112
 
          <property name="enabled">
113
 
           <bool>false</bool>
114
 
          </property>
115
 
          <property name="passwordMode">
116
 
           <bool>true</bool>
117
 
          </property>
118
 
         </widget>
119
 
        </item>
120
 
        <item>
121
 
         <widget class="QComboBox" name="cboGroupPassOptions">
122
 
          <item>
123
 
           <property name="text">
124
 
            <string>Always Ask</string>
125
 
           </property>
126
 
          </item>
127
 
          <item>
128
 
           <property name="text">
129
 
            <string>Store</string>
130
 
           </property>
131
 
          </item>
132
 
          <item>
133
 
           <property name="text">
134
 
            <string>Not Required</string>
135
 
           </property>
136
 
          </item>
137
 
         </widget>
138
 
        </item>
139
 
       </layout>
140
 
      </item>
141
 
      <item row="4" column="1">
142
 
       <widget class="QCheckBox" name="cbShowPasswords">
143
 
        <property name="text">
144
 
         <string>&amp;Hide passwords</string>
145
 
        </property>
146
 
        <property name="checked">
147
 
         <bool>true</bool>
148
 
        </property>
149
 
       </widget>
150
 
      </item>
151
 
     </layout>
152
 
    </widget>
153
 
   </item>
154
 
   <item>
155
 
    <widget class="QGroupBox" name="groupBox_2">
156
 
     <property name="title">
157
 
      <string>Optional</string>
158
 
     </property>
159
 
     <layout class="QFormLayout" name="formLayout_2">
160
 
      <item row="0" column="0">
161
 
       <widget class="QLabel" name="label_5">
162
 
        <property name="text">
163
 
         <string>&amp;Username:</string>
164
 
        </property>
165
 
        <property name="buddy">
166
 
         <cstring>leUserName</cstring>
167
 
        </property>
168
 
       </widget>
169
 
      </item>
170
 
      <item row="0" column="1">
171
 
       <widget class="KLineEdit" name="leUserName"/>
172
 
      </item>
173
 
      <item row="1" column="0">
174
 
       <widget class="QLabel" name="label_6">
175
 
        <property name="text">
176
 
         <string>&amp;Domain:</string>
177
 
        </property>
178
 
        <property name="buddy">
179
 
         <cstring>leDomain</cstring>
180
 
        </property>
181
 
       </widget>
182
 
      </item>
183
 
      <item row="1" column="1">
184
 
       <widget class="KLineEdit" name="leDomain"/>
185
 
      </item>
186
 
      <item row="2" column="0">
187
 
       <widget class="QLabel" name="label_7">
188
 
        <property name="text">
189
 
         <string>&amp;Encryption Method:</string>
190
 
        </property>
191
 
        <property name="buddy">
192
 
         <cstring>cboEncryptionMethod</cstring>
193
 
        </property>
194
 
       </widget>
195
 
      </item>
196
 
      <item row="2" column="1">
197
 
       <widget class="QComboBox" name="cboEncryptionMethod">
198
 
        <property name="sizePolicy">
199
 
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
200
 
          <horstretch>0</horstretch>
201
 
          <verstretch>0</verstretch>
202
 
         </sizepolicy>
203
 
        </property>
204
 
        <item>
205
 
         <property name="text">
206
 
          <string>Secure</string>
207
 
         </property>
208
 
        </item>
209
 
        <item>
210
 
         <property name="text">
211
 
          <string>Weak</string>
212
 
         </property>
213
 
        </item>
214
 
        <item>
215
 
         <property name="text">
216
 
          <string>None</string>
217
 
         </property>
218
 
        </item>
219
 
       </widget>
220
 
      </item>
221
 
      <item row="3" column="0">
222
 
       <widget class="QLabel" name="label_8">
223
 
        <property name="text">
224
 
         <string>&amp;NAT Traversal:</string>
225
 
        </property>
226
 
        <property name="buddy">
227
 
         <cstring>cboNatTraversal</cstring>
228
 
        </property>
229
 
       </widget>
230
 
      </item>
231
 
      <item row="3" column="1">
232
 
       <widget class="QComboBox" name="cboNatTraversal">
233
 
        <property name="sizePolicy">
234
 
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
235
 
          <horstretch>0</horstretch>
236
 
          <verstretch>0</verstretch>
237
 
         </sizepolicy>
238
 
        </property>
239
 
        <item>
240
 
         <property name="text">
241
 
          <string>NAT-T (if available)</string>
242
 
         </property>
243
 
        </item>
244
 
        <item>
245
 
         <property name="text">
246
 
          <string>Force NAT-T</string>
247
 
         </property>
248
 
        </item>
249
 
        <item>
250
 
         <property name="text">
251
 
          <string>Cisco UDP</string>
252
 
         </property>
253
 
        </item>
254
 
        <item>
255
 
         <property name="text">
256
 
          <string>Disabled</string>
257
 
         </property>
258
 
        </item>
259
 
       </widget>
260
 
      </item>
261
 
      <item row="4" column="0">
262
 
       <widget class="QLabel" name="label_9">
263
 
        <property name="text">
264
 
         <string>&amp;IKE DH Group</string>
265
 
        </property>
266
 
        <property name="buddy">
267
 
         <cstring>cboDHGroup</cstring>
268
 
        </property>
269
 
       </widget>
270
 
      </item>
271
 
      <item row="4" column="1">
272
 
       <widget class="QComboBox" name="cboDHGroup">
273
 
        <property name="sizePolicy">
274
 
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
275
 
          <horstretch>0</horstretch>
276
 
          <verstretch>0</verstretch>
277
 
         </sizepolicy>
278
 
        </property>
279
 
        <item>
280
 
         <property name="text">
281
 
          <string>DH Group 1</string>
282
 
         </property>
283
 
        </item>
284
 
        <item>
285
 
         <property name="text">
286
 
          <string>DH Group 2 (default)</string>
287
 
         </property>
288
 
        </item>
289
 
        <item>
290
 
         <property name="text">
291
 
          <string>DH Group 5</string>
292
 
         </property>
293
 
        </item>
294
 
       </widget>
295
 
      </item>
296
 
      <item row="5" column="1">
297
 
       <widget class="QCheckBox" name="chkDeadPeerDetection">
298
 
        <property name="text">
299
 
         <string>Enable Dead &amp;Peer Detection</string>
300
 
        </property>
301
 
        <property name="checked">
302
 
         <bool>true</bool>
303
 
        </property>
304
 
       </widget>
305
 
      </item>
306
 
     </layout>
 
18
    <widget class="KTabWidget" name="ktabwidget">
 
19
     <property name="currentIndex">
 
20
      <number>0</number>
 
21
     </property>
 
22
     <widget class="QWidget" name="tab">
 
23
      <attribute name="title">
 
24
       <string>General</string>
 
25
      </attribute>
 
26
      <layout class="QFormLayout" name="formLayout">
 
27
       <item row="0" column="0">
 
28
        <widget class="QLabel" name="textLabel3">
 
29
         <property name="text">
 
30
          <string>Gateway:</string>
 
31
         </property>
 
32
         <property name="wordWrap">
 
33
          <bool>false</bool>
 
34
         </property>
 
35
         <property name="buddy">
 
36
          <cstring>leGateway</cstring>
 
37
         </property>
 
38
        </widget>
 
39
       </item>
 
40
       <item row="0" column="1">
 
41
        <widget class="KLineEdit" name="leGateway"/>
 
42
       </item>
 
43
       <item row="1" column="0">
 
44
        <widget class="QLabel" name="label_5">
 
45
         <property name="text">
 
46
          <string>&amp;Username:</string>
 
47
         </property>
 
48
         <property name="buddy">
 
49
          <cstring>leUserName</cstring>
 
50
         </property>
 
51
        </widget>
 
52
       </item>
 
53
       <item row="1" column="1">
 
54
        <widget class="KLineEdit" name="leUserName"/>
 
55
       </item>
 
56
       <item row="2" column="0">
 
57
        <widget class="QLabel" name="label_2">
 
58
         <property name="text">
 
59
          <string>User &amp;Password:</string>
 
60
         </property>
 
61
         <property name="buddy">
 
62
          <cstring>leUserPassword</cstring>
 
63
         </property>
 
64
        </widget>
 
65
       </item>
 
66
       <item row="2" column="1">
 
67
        <layout class="QHBoxLayout" name="horizontalLayout">
 
68
         <item>
 
69
          <widget class="KLineEdit" name="leUserPassword">
 
70
           <property name="enabled">
 
71
            <bool>false</bool>
 
72
           </property>
 
73
           <property name="passwordMode">
 
74
            <bool>true</bool>
 
75
           </property>
 
76
          </widget>
 
77
         </item>
 
78
         <item>
 
79
          <widget class="QComboBox" name="cboUserPassOptions">
 
80
           <item>
 
81
            <property name="text">
 
82
             <string>Always Ask</string>
 
83
            </property>
 
84
           </item>
 
85
           <item>
 
86
            <property name="text">
 
87
             <string>Store</string>
 
88
            </property>
 
89
           </item>
 
90
           <item>
 
91
            <property name="text">
 
92
             <string>Not Required</string>
 
93
            </property>
 
94
           </item>
 
95
          </widget>
 
96
         </item>
 
97
        </layout>
 
98
       </item>
 
99
       <item row="3" column="0">
 
100
        <widget class="QLabel" name="labelGroup">
 
101
         <property name="text">
 
102
          <string>Group name:</string>
 
103
         </property>
 
104
         <property name="wordWrap">
 
105
          <bool>false</bool>
 
106
         </property>
 
107
         <property name="buddy">
 
108
          <cstring>leGroupName</cstring>
 
109
         </property>
 
110
        </widget>
 
111
       </item>
 
112
       <item row="3" column="1">
 
113
        <widget class="KLineEdit" name="leGroupName"/>
 
114
       </item>
 
115
       <item row="4" column="0">
 
116
        <widget class="QLabel" name="label_3">
 
117
         <property name="text">
 
118
          <string>&amp;Group Password:</string>
 
119
         </property>
 
120
         <property name="buddy">
 
121
          <cstring>leGroupPassword</cstring>
 
122
         </property>
 
123
        </widget>
 
124
       </item>
 
125
       <item row="4" column="1">
 
126
        <layout class="QHBoxLayout" name="horizontalLayout_2">
 
127
         <item>
 
128
          <widget class="KLineEdit" name="leGroupPassword">
 
129
           <property name="enabled">
 
130
            <bool>false</bool>
 
131
           </property>
 
132
           <property name="passwordMode">
 
133
            <bool>true</bool>
 
134
           </property>
 
135
          </widget>
 
136
         </item>
 
137
         <item>
 
138
          <widget class="QComboBox" name="cboGroupPassOptions">
 
139
           <item>
 
140
            <property name="text">
 
141
             <string>Always Ask</string>
 
142
            </property>
 
143
           </item>
 
144
           <item>
 
145
            <property name="text">
 
146
             <string>Store</string>
 
147
            </property>
 
148
           </item>
 
149
           <item>
 
150
            <property name="text">
 
151
             <string>Not Required</string>
 
152
            </property>
 
153
           </item>
 
154
          </widget>
 
155
         </item>
 
156
        </layout>
 
157
       </item>
 
158
       <item row="5" column="1">
 
159
        <widget class="QCheckBox" name="cbShowPasswords">
 
160
         <property name="text">
 
161
          <string>&amp;Hide passwords</string>
 
162
         </property>
 
163
         <property name="checked">
 
164
          <bool>true</bool>
 
165
         </property>
 
166
        </widget>
 
167
       </item>
 
168
       <item row="6" column="0" colspan="2">
 
169
        <widget class="QCheckBox" name="cbUseHybridAuth">
 
170
         <property name="text">
 
171
          <string>Use hybrid authentication</string>
 
172
         </property>
 
173
        </widget>
 
174
       </item>
 
175
       <item row="7" column="0">
 
176
        <widget class="QLabel" name="label">
 
177
         <property name="text">
 
178
          <string>CA File:</string>
 
179
         </property>
 
180
        </widget>
 
181
       </item>
 
182
       <item row="7" column="1">
 
183
        <widget class="KUrlRequester" name="leCaCertPath">
 
184
         <property name="enabled">
 
185
          <bool>false</bool>
 
186
         </property>
 
187
        </widget>
 
188
       </item>
 
189
      </layout>
 
190
     </widget>
 
191
     <widget class="QWidget" name="tab_2">
 
192
      <attribute name="title">
 
193
       <string>Advanced</string>
 
194
      </attribute>
 
195
      <layout class="QFormLayout" name="formLayout_2">
 
196
       <property name="fieldGrowthPolicy">
 
197
        <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
198
       </property>
 
199
       <item row="0" column="0">
 
200
        <widget class="QLabel" name="label_6">
 
201
         <property name="text">
 
202
          <string>&amp;Domain:</string>
 
203
         </property>
 
204
         <property name="buddy">
 
205
          <cstring>leDomain</cstring>
 
206
         </property>
 
207
        </widget>
 
208
       </item>
 
209
       <item row="0" column="1">
 
210
        <widget class="KLineEdit" name="leDomain"/>
 
211
       </item>
 
212
       <item row="1" column="0">
 
213
        <widget class="QLabel" name="label_7">
 
214
         <property name="text">
 
215
          <string>&amp;Encryption Method:</string>
 
216
         </property>
 
217
         <property name="buddy">
 
218
          <cstring>cboEncryptionMethod</cstring>
 
219
         </property>
 
220
        </widget>
 
221
       </item>
 
222
       <item row="1" column="1">
 
223
        <widget class="QComboBox" name="cboEncryptionMethod">
 
224
         <property name="sizePolicy">
 
225
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
226
           <horstretch>0</horstretch>
 
227
           <verstretch>0</verstretch>
 
228
          </sizepolicy>
 
229
         </property>
 
230
         <item>
 
231
          <property name="text">
 
232
           <string>Secure</string>
 
233
          </property>
 
234
         </item>
 
235
         <item>
 
236
          <property name="text">
 
237
           <string>Weak</string>
 
238
          </property>
 
239
         </item>
 
240
         <item>
 
241
          <property name="text">
 
242
           <string>None</string>
 
243
          </property>
 
244
         </item>
 
245
        </widget>
 
246
       </item>
 
247
       <item row="2" column="0">
 
248
        <widget class="QLabel" name="label_8">
 
249
         <property name="text">
 
250
          <string>&amp;NAT Traversal:</string>
 
251
         </property>
 
252
         <property name="buddy">
 
253
          <cstring>cboNatTraversal</cstring>
 
254
         </property>
 
255
        </widget>
 
256
       </item>
 
257
       <item row="2" column="1">
 
258
        <widget class="QComboBox" name="cboNatTraversal">
 
259
         <property name="sizePolicy">
 
260
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
261
           <horstretch>0</horstretch>
 
262
           <verstretch>0</verstretch>
 
263
          </sizepolicy>
 
264
         </property>
 
265
         <item>
 
266
          <property name="text">
 
267
           <string>NAT-T (if available)</string>
 
268
          </property>
 
269
         </item>
 
270
         <item>
 
271
          <property name="text">
 
272
           <string>Force NAT-T</string>
 
273
          </property>
 
274
         </item>
 
275
         <item>
 
276
          <property name="text">
 
277
           <string>Cisco UDP</string>
 
278
          </property>
 
279
         </item>
 
280
         <item>
 
281
          <property name="text">
 
282
           <string>Disabled</string>
 
283
          </property>
 
284
         </item>
 
285
        </widget>
 
286
       </item>
 
287
       <item row="3" column="0">
 
288
        <widget class="QLabel" name="label_9">
 
289
         <property name="text">
 
290
          <string>&amp;IKE DH Group</string>
 
291
         </property>
 
292
         <property name="buddy">
 
293
          <cstring>cboDHGroup</cstring>
 
294
         </property>
 
295
        </widget>
 
296
       </item>
 
297
       <item row="3" column="1">
 
298
        <widget class="QComboBox" name="cboDHGroup">
 
299
         <property name="sizePolicy">
 
300
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
301
           <horstretch>0</horstretch>
 
302
           <verstretch>0</verstretch>
 
303
          </sizepolicy>
 
304
         </property>
 
305
         <property name="currentIndex">
 
306
          <number>1</number>
 
307
         </property>
 
308
         <item>
 
309
          <property name="text">
 
310
           <string>DH Group 1</string>
 
311
          </property>
 
312
         </item>
 
313
         <item>
 
314
          <property name="text">
 
315
           <string>DH Group 2 (default)</string>
 
316
          </property>
 
317
         </item>
 
318
         <item>
 
319
          <property name="text">
 
320
           <string>DH Group 5</string>
 
321
          </property>
 
322
         </item>
 
323
        </widget>
 
324
       </item>
 
325
       <item row="4" column="0">
 
326
        <widget class="QLabel" name="label_11">
 
327
         <property name="text">
 
328
          <string>&amp;Perfect Forward Secrecy:</string>
 
329
         </property>
 
330
         <property name="buddy">
 
331
          <cstring>cboPerfectForwardSecrecy</cstring>
 
332
         </property>
 
333
        </widget>
 
334
       </item>
 
335
       <item row="4" column="1">
 
336
        <widget class="KComboBox" name="cboPerfectForwardSecrecy">
 
337
         <property name="sizePolicy">
 
338
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
339
           <horstretch>0</horstretch>
 
340
           <verstretch>0</verstretch>
 
341
          </sizepolicy>
 
342
         </property>
 
343
         <property name="currentIndex">
 
344
          <number>1</number>
 
345
         </property>
 
346
         <item>
 
347
          <property name="text">
 
348
           <string>No PFS</string>
 
349
          </property>
 
350
         </item>
 
351
         <item>
 
352
          <property name="text">
 
353
           <string>Server (default)</string>
 
354
          </property>
 
355
         </item>
 
356
         <item>
 
357
          <property name="text">
 
358
           <string>DH Group 1</string>
 
359
          </property>
 
360
         </item>
 
361
         <item>
 
362
          <property name="text">
 
363
           <string>DH Group 2</string>
 
364
          </property>
 
365
         </item>
 
366
         <item>
 
367
          <property name="text">
 
368
           <string>DH Group 5</string>
 
369
          </property>
 
370
         </item>
 
371
        </widget>
 
372
       </item>
 
373
       <item row="5" column="0">
 
374
        <widget class="QLabel" name="label_4">
 
375
         <property name="text">
 
376
          <string>&amp;Vendor:</string>
 
377
         </property>
 
378
         <property name="buddy">
 
379
          <cstring>cboVendor</cstring>
 
380
         </property>
 
381
        </widget>
 
382
       </item>
 
383
       <item row="5" column="1">
 
384
        <widget class="KComboBox" name="cboVendor">
 
385
         <property name="sizePolicy">
 
386
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
387
           <horstretch>0</horstretch>
 
388
           <verstretch>0</verstretch>
 
389
          </sizepolicy>
 
390
         </property>
 
391
         <item>
 
392
          <property name="text">
 
393
           <string>Cisco (default)</string>
 
394
          </property>
 
395
         </item>
 
396
         <item>
 
397
          <property name="text">
 
398
           <string>Netscreen</string>
 
399
          </property>
 
400
         </item>
 
401
        </widget>
 
402
       </item>
 
403
       <item row="6" column="0">
 
404
        <widget class="QLabel" name="label_10">
 
405
         <property name="text">
 
406
          <string>&amp;Application Version:</string>
 
407
         </property>
 
408
         <property name="buddy">
 
409
          <cstring>leApplicationVersion</cstring>
 
410
         </property>
 
411
        </widget>
 
412
       </item>
 
413
       <item row="6" column="1">
 
414
        <widget class="KLineEdit" name="leApplicationVersion"/>
 
415
       </item>
 
416
       <item row="9" column="1">
 
417
        <widget class="QCheckBox" name="chkDeadPeerDetection">
 
418
         <property name="text">
 
419
          <string>Enable Dead &amp;Peer Detection</string>
 
420
         </property>
 
421
         <property name="checked">
 
422
          <bool>true</bool>
 
423
         </property>
 
424
        </widget>
 
425
       </item>
 
426
       <item row="7" column="0">
 
427
        <widget class="QLabel" name="label_12">
 
428
         <property name="text">
 
429
          <string>&amp;Local Port:</string>
 
430
         </property>
 
431
         <property name="buddy">
 
432
          <cstring>spbLocalPort</cstring>
 
433
         </property>
 
434
        </widget>
 
435
       </item>
 
436
       <item row="7" column="1">
 
437
        <widget class="KIntSpinBox" name="spbLocalPort">
 
438
         <property name="sizePolicy">
 
439
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
440
           <horstretch>0</horstretch>
 
441
           <verstretch>0</verstretch>
 
442
          </sizepolicy>
 
443
         </property>
 
444
         <property name="specialValueText">
 
445
          <string>Automatic</string>
 
446
         </property>
 
447
         <property name="accelerated">
 
448
          <bool>true</bool>
 
449
         </property>
 
450
         <property name="maximum">
 
451
          <number>65535</number>
 
452
         </property>
 
453
        </widget>
 
454
       </item>
 
455
       <item row="8" column="1">
 
456
        <widget class="KIntSpinBox" name="spbCiscoUdpEncPort">
 
457
         <property name="enabled">
 
458
          <bool>false</bool>
 
459
         </property>
 
460
         <property name="sizePolicy">
 
461
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
462
           <horstretch>0</horstretch>
 
463
           <verstretch>0</verstretch>
 
464
          </sizepolicy>
 
465
         </property>
 
466
         <property name="specialValueText">
 
467
          <string>Automatic</string>
 
468
         </property>
 
469
         <property name="accelerated">
 
470
          <bool>true</bool>
 
471
         </property>
 
472
         <property name="maximum">
 
473
          <number>65535</number>
 
474
         </property>
 
475
        </widget>
 
476
       </item>
 
477
       <item row="8" column="0">
 
478
        <widget class="QLabel" name="label_13">
 
479
         <property name="text">
 
480
          <string>&amp;Cisco UDP Encapsulation Port:</string>
 
481
         </property>
 
482
         <property name="buddy">
 
483
          <cstring>spbCiscoUdpEncPort</cstring>
 
484
         </property>
 
485
        </widget>
 
486
       </item>
 
487
      </layout>
 
488
     </widget>
307
489
    </widget>
308
490
   </item>
309
491
   <item>
324
506
 <layoutdefault spacing="6" margin="11"/>
325
507
 <customwidgets>
326
508
  <customwidget>
 
509
   <class>KIntSpinBox</class>
 
510
   <extends>QSpinBox</extends>
 
511
   <header>knuminput.h</header>
 
512
  </customwidget>
 
513
  <customwidget>
 
514
   <class>KUrlRequester</class>
 
515
   <extends>QFrame</extends>
 
516
   <header>kurlrequester.h</header>
 
517
  </customwidget>
 
518
  <customwidget>
327
519
   <class>KLineEdit</class>
328
520
   <extends>QLineEdit</extends>
329
521
   <header>klineedit.h</header>
330
522
  </customwidget>
 
523
  <customwidget>
 
524
   <class>KComboBox</class>
 
525
   <extends>QComboBox</extends>
 
526
   <header>kcombobox.h</header>
 
527
  </customwidget>
 
528
  <customwidget>
 
529
   <class>KTabWidget</class>
 
530
   <extends>QTabWidget</extends>
 
531
   <header>ktabwidget.h</header>
 
532
   <container>1</container>
 
533
  </customwidget>
331
534
 </customwidgets>
332
535
 <tabstops>
 
536
  <tabstop>ktabwidget</tabstop>
333
537
  <tabstop>leGateway</tabstop>
334
 
  <tabstop>leGroupName</tabstop>
 
538
  <tabstop>leUserName</tabstop>
335
539
  <tabstop>leUserPassword</tabstop>
336
540
  <tabstop>cboUserPassOptions</tabstop>
 
541
  <tabstop>leGroupName</tabstop>
337
542
  <tabstop>leGroupPassword</tabstop>
338
543
  <tabstop>cboGroupPassOptions</tabstop>
339
544
  <tabstop>cbShowPasswords</tabstop>
340
 
  <tabstop>leUserName</tabstop>
 
545
  <tabstop>cbUseHybridAuth</tabstop>
 
546
  <tabstop>leCaCertPath</tabstop>
341
547
  <tabstop>leDomain</tabstop>
342
548
  <tabstop>cboEncryptionMethod</tabstop>
343
549
  <tabstop>cboNatTraversal</tabstop>
344
550
  <tabstop>cboDHGroup</tabstop>
 
551
  <tabstop>cboPerfectForwardSecrecy</tabstop>
 
552
  <tabstop>cboVendor</tabstop>
 
553
  <tabstop>leApplicationVersion</tabstop>
 
554
  <tabstop>spbLocalPort</tabstop>
 
555
  <tabstop>spbCiscoUdpEncPort</tabstop>
345
556
  <tabstop>chkDeadPeerDetection</tabstop>
346
557
 </tabstops>
347
558
 <resources/>
348
559
 <connections>
349
560
  <connection>
 
561
   <sender>cbUseHybridAuth</sender>
 
562
   <signal>toggled(bool)</signal>
 
563
   <receiver>leCaCertPath</receiver>
 
564
   <slot>setEnabled(bool)</slot>
 
565
   <hints>
 
566
    <hint type="sourcelabel">
 
567
     <x>198</x>
 
568
     <y>200</y>
 
569
    </hint>
 
570
    <hint type="destinationlabel">
 
571
     <x>250</x>
 
572
     <y>225</y>
 
573
    </hint>
 
574
   </hints>
 
575
  </connection>
 
576
  <connection>
350
577
   <sender>cbShowPasswords</sender>
351
578
   <signal>toggled(bool)</signal>
352
579
   <receiver>leGroupPassword</receiver>
353
580
   <slot>setPasswordMode(bool)</slot>
354
581
   <hints>
355
582
    <hint type="sourcelabel">
356
 
     <x>236</x>
357
 
     <y>181</y>
 
583
     <x>173</x>
 
584
     <y>175</y>
358
585
    </hint>
359
586
    <hint type="destinationlabel">
360
 
     <x>234</x>
361
 
     <y>144</y>
 
587
     <x>194</x>
 
588
     <y>148</y>
362
589
    </hint>
363
590
   </hints>
364
591
  </connection>
369
596
   <slot>setPasswordMode(bool)</slot>
370
597
   <hints>
371
598
    <hint type="sourcelabel">
372
 
     <x>331</x>
373
 
     <y>169</y>
 
599
     <x>173</x>
 
600
     <y>175</y>
374
601
    </hint>
375
602
    <hint type="destinationlabel">
376
 
     <x>313</x>
377
 
     <y>108</y>
 
603
     <x>194</x>
 
604
     <y>94</y>
378
605
    </hint>
379
606
   </hints>
380
607
  </connection>