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