summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/ppp/PPPAuthGUI.ui
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/ppp/PPPAuthGUI.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/ppp/PPPAuthGUI.ui432
1 files changed, 432 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/ppp/PPPAuthGUI.ui b/noncore/settings/networksettings2/ppp/PPPAuthGUI.ui
new file mode 100644
index 0000000..826843a
--- a/dev/null
+++ b/noncore/settings/networksettings2/ppp/PPPAuthGUI.ui
@@ -0,0 +1,432 @@
1<!DOCTYPE UI><UI>
2<class>PPPAuthGUI</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>PPPAuthGUI</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>249</width>
15 <height>209</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>PPPAuth</string>
21 </property>
22 <property>
23 <name>layoutMargin</name>
24 </property>
25 <property>
26 <name>layoutSpacing</name>
27 </property>
28 <vbox>
29 <property stdset="1">
30 <name>margin</name>
31 <number>0</number>
32 </property>
33 <property stdset="1">
34 <name>spacing</name>
35 <number>0</number>
36 </property>
37 <widget>
38 <class>QButtonGroup</class>
39 <property stdset="1">
40 <name>name</name>
41 <cstring>ButtonGroup1</cstring>
42 </property>
43 <property stdset="1">
44 <name>frameShape</name>
45 <enum>NoFrame</enum>
46 </property>
47 <property stdset="1">
48 <name>title</name>
49 <string></string>
50 </property>
51 <property>
52 <name>layoutMargin</name>
53 </property>
54 <property>
55 <name>layoutSpacing</name>
56 </property>
57 <vbox>
58 <property stdset="1">
59 <name>margin</name>
60 <number>0</number>
61 </property>
62 <property stdset="1">
63 <name>spacing</name>
64 <number>0</number>
65 </property>
66 <widget>
67 <class>QRadioButton</class>
68 <property stdset="1">
69 <name>name</name>
70 <cstring>Login_RB</cstring>
71 </property>
72 <property stdset="1">
73 <name>text</name>
74 <string>Login</string>
75 </property>
76 <property stdset="1">
77 <name>checked</name>
78 <bool>true</bool>
79 </property>
80 </widget>
81 <widget>
82 <class>QLayoutWidget</class>
83 <property stdset="1">
84 <name>name</name>
85 <cstring>Layout3</cstring>
86 </property>
87 <hbox>
88 <property stdset="1">
89 <name>margin</name>
90 <number>0</number>
91 </property>
92 <property stdset="1">
93 <name>spacing</name>
94 <number>6</number>
95 </property>
96 <spacer>
97 <property>
98 <name>name</name>
99 <cstring>Spacer3</cstring>
100 </property>
101 <property stdset="1">
102 <name>orientation</name>
103 <enum>Horizontal</enum>
104 </property>
105 <property stdset="1">
106 <name>sizeType</name>
107 <enum>Fixed</enum>
108 </property>
109 <property>
110 <name>sizeHint</name>
111 <size>
112 <width>16</width>
113 <height>20</height>
114 </size>
115 </property>
116 </spacer>
117 <widget>
118 <class>QGroupBox</class>
119 <property stdset="1">
120 <name>name</name>
121 <cstring>GroupBox1</cstring>
122 </property>
123 <property stdset="1">
124 <name>sizePolicy</name>
125 <sizepolicy>
126 <hsizetype>7</hsizetype>
127 <vsizetype>5</vsizetype>
128 </sizepolicy>
129 </property>
130 <property stdset="1">
131 <name>frameShape</name>
132 <enum>NoFrame</enum>
133 </property>
134 <property stdset="1">
135 <name>title</name>
136 <string></string>
137 </property>
138 <property>
139 <name>layoutMargin</name>
140 </property>
141 <property>
142 <name>layoutSpacing</name>
143 </property>
144 <grid>
145 <property stdset="1">
146 <name>margin</name>
147 <number>2</number>
148 </property>
149 <property stdset="1">
150 <name>spacing</name>
151 <number>1</number>
152 </property>
153 <widget row="0" column="0" >
154 <class>QLineEdit</class>
155 <property stdset="1">
156 <name>name</name>
157 <cstring>LoginExpect_LE</cstring>
158 </property>
159 <property stdset="1">
160 <name>text</name>
161 <string>ogin:</string>
162 </property>
163 </widget>
164 <widget row="0" column="1" >
165 <class>QLineEdit</class>
166 <property stdset="1">
167 <name>name</name>
168 <cstring>LoginSend_LE</cstring>
169 </property>
170 </widget>
171 <widget row="1" column="0" >
172 <class>QLineEdit</class>
173 <property stdset="1">
174 <name>name</name>
175 <cstring>PasswordExpect_LE</cstring>
176 </property>
177 <property stdset="1">
178 <name>text</name>
179 <string>assword:</string>
180 </property>
181 </widget>
182 <widget row="1" column="1" >
183 <class>QLineEdit</class>
184 <property stdset="1">
185 <name>name</name>
186 <cstring>PasswordSend_LE</cstring>
187 </property>
188 </widget>
189 </grid>
190 </widget>
191 </hbox>
192 </widget>
193 <widget>
194 <class>QRadioButton</class>
195 <property stdset="1">
196 <name>name</name>
197 <cstring>PapChap_RB</cstring>
198 </property>
199 <property stdset="1">
200 <name>text</name>
201 <string>Pap/Chap/EAP</string>
202 </property>
203 </widget>
204 <widget>
205 <class>QLayoutWidget</class>
206 <property stdset="1">
207 <name>name</name>
208 <cstring>Layout5</cstring>
209 </property>
210 <hbox>
211 <property stdset="1">
212 <name>margin</name>
213 <number>0</number>
214 </property>
215 <property stdset="1">
216 <name>spacing</name>
217 <number>6</number>
218 </property>
219 <spacer>
220 <property>
221 <name>name</name>
222 <cstring>Spacer3_2</cstring>
223 </property>
224 <property stdset="1">
225 <name>orientation</name>
226 <enum>Horizontal</enum>
227 </property>
228 <property stdset="1">
229 <name>sizeType</name>
230 <enum>Fixed</enum>
231 </property>
232 <property>
233 <name>sizeHint</name>
234 <size>
235 <width>16</width>
236 <height>20</height>
237 </size>
238 </property>
239 </spacer>
240 <widget>
241 <class>QGroupBox</class>
242 <property stdset="1">
243 <name>name</name>
244 <cstring>GroupBox3</cstring>
245 </property>
246 <property stdset="1">
247 <name>enabled</name>
248 <bool>false</bool>
249 </property>
250 <property stdset="1">
251 <name>sizePolicy</name>
252 <sizepolicy>
253 <hsizetype>7</hsizetype>
254 <vsizetype>5</vsizetype>
255 </sizepolicy>
256 </property>
257 <property stdset="1">
258 <name>frameShape</name>
259 <enum>NoFrame</enum>
260 </property>
261 <property stdset="1">
262 <name>title</name>
263 <string></string>
264 </property>
265 <property>
266 <name>layoutMargin</name>
267 </property>
268 <property>
269 <name>layoutSpacing</name>
270 </property>
271 <grid>
272 <property stdset="1">
273 <name>margin</name>
274 <number>2</number>
275 </property>
276 <property stdset="1">
277 <name>spacing</name>
278 <number>1</number>
279 </property>
280 <widget row="2" column="0" >
281 <class>QLabel</class>
282 <property stdset="1">
283 <name>name</name>
284 <cstring>TextLabel1_2</cstring>
285 </property>
286 <property stdset="1">
287 <name>text</name>
288 <string>Server</string>
289 </property>
290 </widget>
291 <widget row="3" column="0" >
292 <class>QLabel</class>
293 <property stdset="1">
294 <name>name</name>
295 <cstring>TextLabel1_3</cstring>
296 </property>
297 <property stdset="1">
298 <name>text</name>
299 <string>Secret</string>
300 </property>
301 </widget>
302 <widget row="0" column="1" >
303 <class>QComboBox</class>
304 <item>
305 <property>
306 <name>text</name>
307 <string>PAP</string>
308 </property>
309 </item>
310 <item>
311 <property>
312 <name>text</name>
313 <string>CHAP</string>
314 </property>
315 </item>
316 <item>
317 <property>
318 <name>text</name>
319 <string>EAP</string>
320 </property>
321 </item>
322 <property stdset="1">
323 <name>name</name>
324 <cstring>AuthMethod_CB</cstring>
325 </property>
326 </widget>
327 <widget row="1" column="0" >
328 <class>QLabel</class>
329 <property stdset="1">
330 <name>name</name>
331 <cstring>TextLabel1</cstring>
332 </property>
333 <property stdset="1">
334 <name>text</name>
335 <string>Client</string>
336 </property>
337 </widget>
338 <widget row="0" column="0" >
339 <class>QLabel</class>
340 <property stdset="1">
341 <name>name</name>
342 <cstring>TextLabel1_4</cstring>
343 </property>
344 <property stdset="1">
345 <name>text</name>
346 <string>Method</string>
347 </property>
348 </widget>
349 <widget row="1" column="1" rowspan="1" colspan="2" >
350 <class>QLineEdit</class>
351 <property stdset="1">
352 <name>name</name>
353 <cstring>Client_LE</cstring>
354 </property>
355 <property stdset="1">
356 <name>text</name>
357 <string>*</string>
358 </property>
359 </widget>
360 <widget row="2" column="1" rowspan="1" colspan="2" >
361 <class>QLineEdit</class>
362 <property stdset="1">
363 <name>name</name>
364 <cstring>Server_LE</cstring>
365 </property>
366 <property stdset="1">
367 <name>text</name>
368 <string>*</string>
369 </property>
370 </widget>
371 <widget row="3" column="1" rowspan="1" colspan="2" >
372 <class>QLineEdit</class>
373 <property stdset="1">
374 <name>name</name>
375 <cstring>Secret_LE</cstring>
376 </property>
377 </widget>
378 <spacer row="0" column="2" >
379 <property>
380 <name>name</name>
381 <cstring>Spacer7</cstring>
382 </property>
383 <property stdset="1">
384 <name>orientation</name>
385 <enum>Horizontal</enum>
386 </property>
387 <property stdset="1">
388 <name>sizeType</name>
389 <enum>Expanding</enum>
390 </property>
391 <property>
392 <name>sizeHint</name>
393 <size>
394 <width>20</width>
395 <height>20</height>
396 </size>
397 </property>
398 </spacer>
399 </grid>
400 </widget>
401 </hbox>
402 </widget>
403 <widget>
404 <class>QRadioButton</class>
405 <property stdset="1">
406 <name>name</name>
407 <cstring>Terminal_RB</cstring>
408 </property>
409 <property stdset="1">
410 <name>text</name>
411 <string>Terminal</string>
412 </property>
413 </widget>
414 </vbox>
415 </widget>
416 </vbox>
417</widget>
418<connections>
419 <connection>
420 <sender>PapChap_RB</sender>
421 <signal>toggled(bool)</signal>
422 <receiver>GroupBox3</receiver>
423 <slot>setEnabled(bool)</slot>
424 </connection>
425 <connection>
426 <sender>Login_RB</sender>
427 <signal>toggled(bool)</signal>
428 <receiver>GroupBox1</receiver>
429 <slot>setEnabled(bool)</slot>
430 </connection>
431</connections>
432</UI>