~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetworkDetails.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <comment>
3
 
 VBox frontends: Qt4 GUI ("VirtualBox"):
4
 
 
5
 
     Copyright (C) 2009 Oracle Corporation
6
 
 
7
 
     This file is part of VirtualBox Open Source Edition (OSE), as
8
 
     available from http://www.virtualbox.org. This file is free software;
9
 
     you can redistribute it and/or modify it under the terms of the GNU
10
 
     General Public License (GPL) as published by the Free Software
11
 
     Foundation, in version 2 as it comes in the "COPYING" file of the
12
 
     VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13
 
     hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14
 
 </comment>
15
 
 <class>VBoxGLSettingsNetworkDetails</class>
16
 
 <widget class="QWidget" name="VBoxGLSettingsNetworkDetails" >
17
 
  <property name="geometry" >
18
 
   <rect>
19
 
    <x>0</x>
20
 
    <y>0</y>
21
 
    <width>402</width>
22
 
    <height>255</height>
23
 
   </rect>
24
 
  </property>
25
 
  <property name="windowTitle" >
26
 
   <string>Host-only Network Details</string>
27
 
  </property>
28
 
  <layout class="QVBoxLayout" >
29
 
   <item>
30
 
    <widget class="QITabWidget" name="mTwDetails" >
31
 
     <property name="sizePolicy" >
32
 
      <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
33
 
       <horstretch>0</horstretch>
34
 
       <verstretch>0</verstretch>
35
 
      </sizepolicy>
36
 
     </property>
37
 
     <property name="currentIndex" >
38
 
      <number>0</number>
39
 
     </property>
40
 
     <widget class="QWidget" name="mTabInterface" >
41
 
      <attribute name="title" >
42
 
       <string>&amp;Adapter</string>
43
 
      </attribute>
44
 
      <layout class="QGridLayout" >
45
 
       <item row="0" column="0" colspan="3" >
46
 
        <widget class="QCheckBox" name="mCbManual" >
47
 
         <property name="text" >
48
 
          <string>Manual &amp;Configuration</string>
49
 
         </property>
50
 
         <property name="checked" >
51
 
          <bool>true</bool>
52
 
         </property>
53
 
         <property name="toolTip" >
54
 
          <string>Use manual configuration for this host-only network adapter.</string>
55
 
         </property>
56
 
        </widget>
57
 
       </item>
58
 
       <item row="1" column="1" >
59
 
        <widget class="QLabel" name="mLbIPv4" >
60
 
         <property name="text" >
61
 
          <string>&amp;IPv4 Address:</string>
62
 
         </property>
63
 
         <property name="alignment" >
64
 
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
65
 
         </property>
66
 
         <property name="buddy" >
67
 
          <cstring>mLeIPv4</cstring>
68
 
         </property>
69
 
        </widget>
70
 
       </item>
71
 
       <item row="1" column="2" >
72
 
        <widget class="QILineEdit" name="mLeIPv4" >
73
 
         <property name="sizePolicy" >
74
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
75
 
           <horstretch>0</horstretch>
76
 
           <verstretch>0</verstretch>
77
 
          </sizepolicy>
78
 
         </property>
79
 
         <property name="toolTip" >
80
 
          <string>Displays the host IPv4 address for this adapter.</string>
81
 
         </property>
82
 
        </widget>
83
 
       </item>
84
 
       <item row="2" column="1" >
85
 
        <widget class="QLabel" name="mLbNMv4" >
86
 
         <property name="text" >
87
 
          <string>IPv4 Network &amp;Mask:</string>
88
 
         </property>
89
 
         <property name="alignment" >
90
 
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
91
 
         </property>
92
 
         <property name="buddy" >
93
 
          <cstring>mLeNMv4</cstring>
94
 
         </property>
95
 
        </widget>
96
 
       </item>
97
 
       <item row="2" column="2" >
98
 
        <widget class="QILineEdit" name="mLeNMv4" >
99
 
         <property name="sizePolicy" >
100
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
101
 
           <horstretch>0</horstretch>
102
 
           <verstretch>0</verstretch>
103
 
          </sizepolicy>
104
 
         </property>
105
 
         <property name="toolTip" >
106
 
          <string>Displays the host IPv4 network mask for this adapter.</string>
107
 
         </property>
108
 
        </widget>
109
 
       </item>
110
 
       <item row="3" column="1" >
111
 
        <widget class="QLabel" name="mLbIPv6" >
112
 
         <property name="text" >
113
 
          <string>I&amp;Pv6 Address:</string>
114
 
         </property>
115
 
         <property name="alignment" >
116
 
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
117
 
         </property>
118
 
         <property name="buddy" >
119
 
          <cstring>mLeIPv6</cstring>
120
 
         </property>
121
 
        </widget>
122
 
       </item>
123
 
       <item row="3" column="2" >
124
 
        <widget class="QILineEdit" name="mLeIPv6" >
125
 
         <property name="sizePolicy" >
126
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
127
 
           <horstretch>0</horstretch>
128
 
           <verstretch>0</verstretch>
129
 
          </sizepolicy>
130
 
         </property>
131
 
         <property name="toolTip" >
132
 
          <string>Displays the host IPv6 address for this adapter if IPv6 is supported.</string>
133
 
         </property>
134
 
        </widget>
135
 
       </item>
136
 
       <item row="4" column="1" >
137
 
        <widget class="QLabel" name="mLbNMv6" >
138
 
         <property name="text" >
139
 
          <string>IPv6 Network Mask &amp;Length:</string>
140
 
         </property>
141
 
         <property name="alignment" >
142
 
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
143
 
         </property>
144
 
         <property name="buddy" >
145
 
          <cstring>mLeNMv6</cstring>
146
 
         </property>
147
 
        </widget>
148
 
       </item>
149
 
       <item row="4" column="2" >
150
 
        <widget class="QILineEdit" name="mLeNMv6" >
151
 
         <property name="sizePolicy" >
152
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
153
 
           <horstretch>0</horstretch>
154
 
           <verstretch>0</verstretch>
155
 
          </sizepolicy>
156
 
         </property>
157
 
         <property name="toolTip" >
158
 
          <string>Displays the host IPv6 network mask prefix length for this adapter if IPv6 is supported.</string>
159
 
         </property>
160
 
        </widget>
161
 
       </item>
162
 
       <item row="5" column="0" colspan="3" >
163
 
        <spacer name="verticalSpacer1" >
164
 
         <property name="orientation" >
165
 
          <enum>Qt::Vertical</enum>
166
 
         </property>
167
 
         <property name="sizeHint" stdset="0" >
168
 
          <size>
169
 
           <width>0</width>
170
 
           <height>0</height>
171
 
          </size>
172
 
         </property>
173
 
        </spacer>
174
 
       </item>
175
 
      </layout>
176
 
     </widget>
177
 
     <widget class="QWidget" name="mTabDhcpServer" >
178
 
      <attribute name="title" >
179
 
       <string>&amp;DHCP Server</string>
180
 
      </attribute>
181
 
      <layout class="QGridLayout" >
182
 
       <item row="0" column="0" colspan="3" >
183
 
        <widget class="QCheckBox" name="mCbDhcpServerEnabled" >
184
 
         <property name="text" >
185
 
          <string>&amp;Enable Server</string>
186
 
         </property>
187
 
         <property name="toolTip" >
188
 
          <string>Indicates whether the DHCP Server is enabled on machine startup or not.</string>
189
 
         </property>
190
 
        </widget>
191
 
       </item>
192
 
       <item row="1" column="1" >
193
 
        <widget class="QLabel" name="mLbDhcpAddress" >
194
 
         <property name="text" >
195
 
          <string>Server Add&amp;ress:</string>
196
 
         </property>
197
 
         <property name="alignment" >
198
 
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
199
 
         </property>
200
 
         <property name="buddy" >
201
 
          <cstring>mLeDhcpAddress</cstring>
202
 
         </property>
203
 
        </widget>
204
 
       </item>
205
 
       <item row="1" column="2" >
206
 
        <widget class="QILineEdit" name="mLeDhcpAddress" >
207
 
         <property name="sizePolicy" >
208
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
209
 
           <horstretch>0</horstretch>
210
 
           <verstretch>0</verstretch>
211
 
          </sizepolicy>
212
 
         </property>
213
 
         <property name="toolTip" >
214
 
          <string>Displays the address of the DHCP server servicing the network associated with this host-only adapter.</string>
215
 
         </property>
216
 
        </widget>
217
 
       </item>
218
 
       <item row="2" column="1" >
219
 
        <widget class="QLabel" name="mLbDhcpMask" >
220
 
         <property name="text" >
221
 
          <string>Server &amp;Mask:</string>
222
 
         </property>
223
 
         <property name="alignment" >
224
 
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
225
 
         </property>
226
 
         <property name="buddy" >
227
 
          <cstring>mLeDhcpMask</cstring>
228
 
         </property>
229
 
        </widget>
230
 
       </item>
231
 
       <item row="2" column="2" >
232
 
        <widget class="QILineEdit" name="mLeDhcpMask" >
233
 
         <property name="sizePolicy" >
234
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
235
 
           <horstretch>0</horstretch>
236
 
           <verstretch>0</verstretch>
237
 
          </sizepolicy>
238
 
         </property>
239
 
         <property name="toolTip" >
240
 
          <string>Displays the network mask of the DHCP server servicing the network associated with this host-only adapter.</string>
241
 
         </property>
242
 
        </widget>
243
 
       </item>
244
 
       <item row="3" column="1" >
245
 
        <widget class="QLabel" name="mLbDhcpLowerAddress" >
246
 
         <property name="text" >
247
 
          <string>&amp;Lower Address Bound:</string>
248
 
         </property>
249
 
         <property name="alignment" >
250
 
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
251
 
         </property>
252
 
         <property name="buddy" >
253
 
          <cstring>mLeDhcpLowerAddress</cstring>
254
 
         </property>
255
 
        </widget>
256
 
       </item>
257
 
       <item row="3" column="2" >
258
 
        <widget class="QILineEdit" name="mLeDhcpLowerAddress" >
259
 
         <property name="sizePolicy" >
260
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
261
 
           <horstretch>0</horstretch>
262
 
           <verstretch>0</verstretch>
263
 
          </sizepolicy>
264
 
         </property>
265
 
         <property name="toolTip" >
266
 
          <string>Displays the lower address bound offered by the DHCP server servicing the network associated with this host-only adapter.</string>
267
 
         </property>
268
 
        </widget>
269
 
       </item>
270
 
       <item row="4" column="1" >
271
 
        <widget class="QLabel" name="mLbDhcpUpperAddress" >
272
 
         <property name="text" >
273
 
          <string>&amp;Upper Address Bound:</string>
274
 
         </property>
275
 
         <property name="alignment" >
276
 
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
277
 
         </property>
278
 
         <property name="buddy" >
279
 
          <cstring>mLeDhcpUpperAddress</cstring>
280
 
         </property>
281
 
        </widget>
282
 
       </item>
283
 
       <item row="4" column="2" >
284
 
        <widget class="QILineEdit" name="mLeDhcpUpperAddress" >
285
 
         <property name="sizePolicy" >
286
 
          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
287
 
           <horstretch>0</horstretch>
288
 
           <verstretch>0</verstretch>
289
 
          </sizepolicy>
290
 
         </property>
291
 
         <property name="toolTip" >
292
 
          <string>Displays the upper address bound offered by the DHCP server servicing the network associated with this host-only adapter.</string>
293
 
         </property>
294
 
        </widget>
295
 
       </item>
296
 
       <item row="5" column="0" colspan="3" >
297
 
        <spacer name="verticalSpacer2" >
298
 
         <property name="orientation" >
299
 
          <enum>Qt::Vertical</enum>
300
 
         </property>
301
 
         <property name="sizeHint" stdset="0" >
302
 
          <size>
303
 
           <width>0</width>
304
 
           <height>0</height>
305
 
          </size>
306
 
         </property>
307
 
        </spacer>
308
 
       </item>
309
 
      </layout>
310
 
     </widget>
311
 
    </widget>
312
 
   </item>
313
 
   <item>
314
 
    <widget class="QIDialogButtonBox" name="mButtonBox" >
315
 
     <property name="standardButtons" >
316
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
317
 
     </property>
318
 
    </widget>
319
 
   </item>
320
 
  </layout>
321
 
 </widget>
322
 
 <customwidgets>
323
 
  <customwidget>
324
 
   <class>QILineEdit</class>
325
 
   <extends>QLineEdit</extends>
326
 
   <header>QILineEdit.h</header>
327
 
  </customwidget>
328
 
  <customwidget>
329
 
   <class>QIDialogButtonBox</class>
330
 
   <extends>QDialogButtonBox</extends>
331
 
   <header>QIDialogButtonBox.h</header>
332
 
  </customwidget>
333
 
  <customwidget>
334
 
   <class>QITabWidget</class>
335
 
   <extends>QTabWidget</extends>
336
 
   <header>QITabWidget.h</header>
337
 
  </customwidget>
338
 
 </customwidgets>
339
 
 <resources/>
340
 
 <connections>
341
 
  <connection>
342
 
   <sender>mButtonBox</sender>
343
 
   <signal>accepted()</signal>
344
 
   <receiver>VBoxGLSettingsNetworkDetails</receiver>
345
 
   <slot>accept()</slot>
346
 
   <hints>
347
 
    <hint type="sourcelabel" >
348
 
     <x>162</x>
349
 
     <y>339</y>
350
 
    </hint>
351
 
    <hint type="destinationlabel" >
352
 
     <x>162</x>
353
 
     <y>179</y>
354
 
    </hint>
355
 
   </hints>
356
 
  </connection>
357
 
  <connection>
358
 
   <sender>mButtonBox</sender>
359
 
   <signal>rejected()</signal>
360
 
   <receiver>VBoxGLSettingsNetworkDetails</receiver>
361
 
   <slot>reject()</slot>
362
 
   <hints>
363
 
    <hint type="sourcelabel" >
364
 
     <x>162</x>
365
 
     <y>339</y>
366
 
    </hint>
367
 
    <hint type="destinationlabel" >
368
 
     <x>162</x>
369
 
     <y>179</y>
370
 
    </hint>
371
 
   </hints>
372
 
  </connection>
373
 
 </connections>
374
 
</ui>
375