summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/interfaces/interfacesetup.ui
Unidiff
Diffstat (limited to 'noncore/net/networksetup/interfaces/interfacesetup.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/interfaces/interfacesetup.ui242
1 files changed, 0 insertions, 242 deletions
diff --git a/noncore/net/networksetup/interfaces/interfacesetup.ui b/noncore/net/networksetup/interfaces/interfacesetup.ui
deleted file mode 100644
index 2b45d49..0000000
--- a/noncore/net/networksetup/interfaces/interfacesetup.ui
+++ b/dev/null
@@ -1,242 +0,0 @@
1<!DOCTYPE UI><UI>
2<class>InterfaceSetup</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>InterfaceSetup</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>286</width>
15 <height>280</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Interface Configuration</string>
21 </property>
22 <vbox>
23 <property stdset="1">
24 <name>margin</name>
25 <number>11</number>
26 </property>
27 <property stdset="1">
28 <name>spacing</name>
29 <number>6</number>
30 </property>
31 <widget>
32 <class>QCheckBox</class>
33 <property stdset="1">
34 <name>name</name>
35 <cstring>autoStart</cstring>
36 </property>
37 <property stdset="1">
38 <name>text</name>
39 <string>Automatically bring up</string>
40 </property>
41 </widget>
42 <widget>
43 <class>QCheckBox</class>
44 <property stdset="1">
45 <name>name</name>
46 <cstring>dhcpCheckBox</cstring>
47 </property>
48 <property stdset="1">
49 <name>text</name>
50 <string>DHCP</string>
51 </property>
52 <property stdset="1">
53 <name>checked</name>
54 <bool>true</bool>
55 </property>
56 </widget>
57 <widget>
58 <class>QGroupBox</class>
59 <property stdset="1">
60 <name>name</name>
61 <cstring>staticGroupBox</cstring>
62 </property>
63 <property stdset="1">
64 <name>enabled</name>
65 <bool>false</bool>
66 </property>
67 <property stdset="1">
68 <name>frameShape</name>
69 <enum>Box</enum>
70 </property>
71 <property stdset="1">
72 <name>frameShadow</name>
73 <enum>Sunken</enum>
74 </property>
75 <property stdset="1">
76 <name>title</name>
77 <string>Static Ip Configuration</string>
78 </property>
79 <grid>
80 <property stdset="1">
81 <name>margin</name>
82 <number>11</number>
83 </property>
84 <property stdset="1">
85 <name>spacing</name>
86 <number>6</number>
87 </property>
88 <widget row="1" column="0" >
89 <class>QLabel</class>
90 <property stdset="1">
91 <name>name</name>
92 <cstring>TextLabel5</cstring>
93 </property>
94 <property stdset="1">
95 <name>text</name>
96 <string>Subnet Mask</string>
97 </property>
98 </widget>
99 <widget row="2" column="1" >
100 <class>QLineEdit</class>
101 <property stdset="1">
102 <name>name</name>
103 <cstring>gatewayEdit</cstring>
104 </property>
105 </widget>
106 <widget row="1" column="1" >
107 <class>QLineEdit</class>
108 <property stdset="1">
109 <name>name</name>
110 <cstring>subnetMaskEdit</cstring>
111 </property>
112 </widget>
113 <widget row="0" column="1" >
114 <class>QLineEdit</class>
115 <property stdset="1">
116 <name>name</name>
117 <cstring>ipAddressEdit</cstring>
118 </property>
119 </widget>
120 <widget row="3" column="0" >
121 <class>QLabel</class>
122 <property stdset="1">
123 <name>name</name>
124 <cstring>TextLabel2</cstring>
125 </property>
126 <property stdset="1">
127 <name>text</name>
128 <string>First DNS</string>
129 </property>
130 </widget>
131 <widget row="0" column="0" >
132 <class>QLabel</class>
133 <property stdset="1">
134 <name>name</name>
135 <cstring>TextLabel4</cstring>
136 </property>
137 <property stdset="1">
138 <name>text</name>
139 <string>IP Address</string>
140 </property>
141 </widget>
142 <widget row="2" column="0" >
143 <class>QLabel</class>
144 <property stdset="1">
145 <name>name</name>
146 <cstring>TextLabel1_2</cstring>
147 </property>
148 <property stdset="1">
149 <name>text</name>
150 <string>Gateway</string>
151 </property>
152 </widget>
153 <widget row="4" column="0" >
154 <class>QLabel</class>
155 <property stdset="1">
156 <name>name</name>
157 <cstring>TextLabel3</cstring>
158 </property>
159 <property stdset="1">
160 <name>text</name>
161 <string>Second DNS</string>
162 </property>
163 </widget>
164 <widget row="3" column="1" >
165 <class>QLineEdit</class>
166 <property stdset="1">
167 <name>name</name>
168 <cstring>firstDNSLineEdit</cstring>
169 </property>
170 </widget>
171 <widget row="4" column="1" >
172 <class>QLineEdit</class>
173 <property stdset="1">
174 <name>name</name>
175 <cstring>secondDNSLineEdit</cstring>
176 </property>
177 </widget>
178 </grid>
179 </widget>
180 <spacer>
181 <property>
182 <name>name</name>
183 <cstring>Spacer9</cstring>
184 </property>
185 <property stdset="1">
186 <name>orientation</name>
187 <enum>Vertical</enum>
188 </property>
189 <property stdset="1">
190 <name>sizeType</name>
191 <enum>Expanding</enum>
192 </property>
193 <property>
194 <name>sizeHint</name>
195 <size>
196 <width>20</width>
197 <height>20</height>
198 </size>
199 </property>
200 </spacer>
201 </vbox>
202</widget>
203<customwidgets>
204 <customwidget>
205 <class>QWidget</class>
206 <header location="local">qwidget.h</header>
207 <sizehint>
208 <width>100</width>
209 <height>100</height>
210 </sizehint>
211 <container>0</container>
212 <sizepolicy>
213 <hordata>7</hordata>
214 <verdata>7</verdata>
215 </sizepolicy>
216 <pixmap>image0</pixmap>
217 </customwidget>
218</customwidgets>
219<images>
220 <image>
221 <name>image0</name>
222 <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
223 </image>
224</images>
225<connections>
226 <connection>
227 <sender>dhcpCheckBox</sender>
228 <signal>toggled(bool)</signal>
229 <receiver>staticGroupBox</receiver>
230 <slot>setDisabled(bool)</slot>
231 </connection>
232</connections>
233<tabstops>
234 <tabstop>autoStart</tabstop>
235 <tabstop>dhcpCheckBox</tabstop>
236 <tabstop>ipAddressEdit</tabstop>
237 <tabstop>subnetMaskEdit</tabstop>
238 <tabstop>gatewayEdit</tabstop>
239 <tabstop>firstDNSLineEdit</tabstop>
240 <tabstop>secondDNSLineEdit</tabstop>
241</tabstops>
242</UI>