1 | <ui version="4.0" >
|
---|
2 | <comment>
|
---|
3 | VBox frontends: Qt4 GUI ("VirtualBox"):
|
---|
4 |
|
---|
5 | Copyright (C) 2009 Sun Microsystems, Inc.
|
---|
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 |
|
---|
15 | Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
---|
16 | Clara, CA 95054 USA or visit http://www.sun.com if you need
|
---|
17 | additional information or have any questions.
|
---|
18 | </comment>
|
---|
19 | <class>VBoxVMSettingsNetworkDetails</class>
|
---|
20 | <widget class="QWidget" name="VBoxVMSettingsNetworkDetails" >
|
---|
21 | <property name="geometry" >
|
---|
22 | <rect>
|
---|
23 | <x>0</x>
|
---|
24 | <y>0</y>
|
---|
25 | <width>402</width>
|
---|
26 | <height>255</height>
|
---|
27 | </rect>
|
---|
28 | </property>
|
---|
29 | <layout class="QGridLayout" >
|
---|
30 | <item row="0" column="0" colspan="4" >
|
---|
31 | <widget class="QILabelSeparator" name="mLsHost" >
|
---|
32 | <property name="sizePolicy" >
|
---|
33 | <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
|
---|
34 | <horstretch>0</horstretch>
|
---|
35 | <verstretch>0</verstretch>
|
---|
36 | </sizepolicy>
|
---|
37 | </property>
|
---|
38 | <property name="text" >
|
---|
39 | <string>Host Settings</string>
|
---|
40 | </property>
|
---|
41 | </widget>
|
---|
42 | </item>
|
---|
43 | <item row="1" column="1" >
|
---|
44 | <widget class="QLabel" name="mLbBRG" >
|
---|
45 | <property name="text" >
|
---|
46 | <string>&Bridged Network Adapter:</string>
|
---|
47 | </property>
|
---|
48 | <property name="alignment" >
|
---|
49 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
50 | </property>
|
---|
51 | <property name="buddy" >
|
---|
52 | <cstring>mCbBRG</cstring>
|
---|
53 | </property>
|
---|
54 | </widget>
|
---|
55 | </item>
|
---|
56 | <item row="1" column="2" colspan="2" >
|
---|
57 | <widget class="QComboBox" name="mCbBRG" >
|
---|
58 | <property name="sizePolicy" >
|
---|
59 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
60 | <horstretch>0</horstretch>
|
---|
61 | <verstretch>0</verstretch>
|
---|
62 | </sizepolicy>
|
---|
63 | </property>
|
---|
64 | <property name="toolTip" >
|
---|
65 | <string>Displays the name of the host network adapter selected for bridged networking.</string>
|
---|
66 | </property>
|
---|
67 | </widget>
|
---|
68 | </item>
|
---|
69 | <item row="2" column="1" >
|
---|
70 | <widget class="QLabel" name="mLbINT" >
|
---|
71 | <property name="text" >
|
---|
72 | <string>Internal &Network:</string>
|
---|
73 | </property>
|
---|
74 | <property name="alignment" >
|
---|
75 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
76 | </property>
|
---|
77 | <property name="buddy" >
|
---|
78 | <cstring>mCbINT</cstring>
|
---|
79 | </property>
|
---|
80 | </widget>
|
---|
81 | </item>
|
---|
82 | <item row="2" column="2" colspan="2" >
|
---|
83 | <widget class="QComboBox" name="mCbINT" >
|
---|
84 | <property name="sizePolicy" >
|
---|
85 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
86 | <horstretch>0</horstretch>
|
---|
87 | <verstretch>0</verstretch>
|
---|
88 | </sizepolicy>
|
---|
89 | </property>
|
---|
90 | <property name="toolTip" >
|
---|
91 | <string>Displays the name of the internal network selected for this adapter.</string>
|
---|
92 | </property>
|
---|
93 | <property name="editable" >
|
---|
94 | <bool>true</bool>
|
---|
95 | </property>
|
---|
96 | </widget>
|
---|
97 | </item>
|
---|
98 | <item row="3" column="1" >
|
---|
99 | <widget class="QLabel" name="mLbHOI" >
|
---|
100 | <property name="text" >
|
---|
101 | <string>Host-only &Network Adapter:</string>
|
---|
102 | </property>
|
---|
103 | <property name="alignment" >
|
---|
104 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
105 | </property>
|
---|
106 | <property name="buddy" >
|
---|
107 | <cstring>mCbHOI</cstring>
|
---|
108 | </property>
|
---|
109 | </widget>
|
---|
110 | </item>
|
---|
111 | <item row="3" column="2" colspan="2" >
|
---|
112 | <widget class="QComboBox" name="mCbHOI" >
|
---|
113 | <property name="sizePolicy" >
|
---|
114 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
115 | <horstretch>0</horstretch>
|
---|
116 | <verstretch>0</verstretch>
|
---|
117 | </sizepolicy>
|
---|
118 | </property>
|
---|
119 | <property name="toolTip" >
|
---|
120 | <string>Displays the name of the VirtualBox network adapter selected for host-only networking.</string>
|
---|
121 | </property>
|
---|
122 | </widget>
|
---|
123 | </item>
|
---|
124 | <item row="4" column="0" colspan="4" >
|
---|
125 | <widget class="QILabelSeparator" name="mLsGuest" >
|
---|
126 | <property name="sizePolicy" >
|
---|
127 | <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
|
---|
128 | <horstretch>0</horstretch>
|
---|
129 | <verstretch>0</verstretch>
|
---|
130 | </sizepolicy>
|
---|
131 | </property>
|
---|
132 | <property name="text" >
|
---|
133 | <string>Guest Settings</string>
|
---|
134 | </property>
|
---|
135 | </widget>
|
---|
136 | </item>
|
---|
137 | <item row="5" column="0" >
|
---|
138 | <spacer>
|
---|
139 | <property name="orientation" >
|
---|
140 | <enum>Qt::Horizontal</enum>
|
---|
141 | </property>
|
---|
142 | <property name="sizeType" >
|
---|
143 | <enum>QSizePolicy::Fixed</enum>
|
---|
144 | </property>
|
---|
145 | <property name="sizeHint" >
|
---|
146 | <size>
|
---|
147 | <width>20</width>
|
---|
148 | <height>20</height>
|
---|
149 | </size>
|
---|
150 | </property>
|
---|
151 | </spacer>
|
---|
152 | </item>
|
---|
153 | <item row="5" column="1" >
|
---|
154 | <widget class="QLabel" name="mLbMAC" >
|
---|
155 | <property name="text" >
|
---|
156 | <string>Guest &MAC Address:</string>
|
---|
157 | </property>
|
---|
158 | <property name="alignment" >
|
---|
159 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
160 | </property>
|
---|
161 | <property name="buddy" >
|
---|
162 | <cstring>mLeMAC</cstring>
|
---|
163 | </property>
|
---|
164 | </widget>
|
---|
165 | </item>
|
---|
166 | <item row="5" column="2" >
|
---|
167 | <widget class="QLineEdit" name="mLeMAC" >
|
---|
168 | <property name="sizePolicy" >
|
---|
169 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
170 | <horstretch>0</horstretch>
|
---|
171 | <verstretch>0</verstretch>
|
---|
172 | </sizepolicy>
|
---|
173 | </property>
|
---|
174 | <property name="toolTip" >
|
---|
175 | <string>Displays the MAC address of this adapter. It contains exactly 12 characters chosen from {0-9,A-F}. Note that the second character must be an even digit.</string>
|
---|
176 | </property>
|
---|
177 | </widget>
|
---|
178 | </item>
|
---|
179 | <item row="5" column="3" >
|
---|
180 | <widget class="QToolButton" name="mTbMAC" >
|
---|
181 | <property name="toolTip" >
|
---|
182 | <string>Generates a new random MAC address.</string>
|
---|
183 | </property>
|
---|
184 | <property name="icon" >
|
---|
185 | <iconset resource="../VirtualBox.qrc" >:/refresh_16px.png</iconset>
|
---|
186 | </property>
|
---|
187 | <property name="autoRaise" >
|
---|
188 | <bool>true</bool>
|
---|
189 | </property>
|
---|
190 | </widget>
|
---|
191 | </item>
|
---|
192 | <item row="6" column="2" colspan="2" >
|
---|
193 | <widget class="QCheckBox" name="mCbCable" >
|
---|
194 | <property name="text" >
|
---|
195 | <string>&Cable connected</string>
|
---|
196 | </property>
|
---|
197 | <property name="toolTip" >
|
---|
198 | <string>Indicates whether the virtual network cable is plugged in on machine startup or not.</string>
|
---|
199 | </property>
|
---|
200 | </widget>
|
---|
201 | </item>
|
---|
202 | <item row="7" column="0" colspan="4" >
|
---|
203 | <spacer name="verticalSpacer" >
|
---|
204 | <property name="orientation" >
|
---|
205 | <enum>Qt::Vertical</enum>
|
---|
206 | </property>
|
---|
207 | <property name="sizeHint" stdset="0" >
|
---|
208 | <size>
|
---|
209 | <width>0</width>
|
---|
210 | <height>0</height>
|
---|
211 | </size>
|
---|
212 | </property>
|
---|
213 | </spacer>
|
---|
214 | </item>
|
---|
215 | <item row="8" column="0" colspan="4" >
|
---|
216 | <widget class="QIDialogButtonBox" name="mButtonBox" >
|
---|
217 | <property name="standardButtons" >
|
---|
218 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
---|
219 | </property>
|
---|
220 | </widget>
|
---|
221 | </item>
|
---|
222 | </layout>
|
---|
223 | </widget>
|
---|
224 | <customwidgets>
|
---|
225 | <customwidget>
|
---|
226 | <class>QILabelSeparator</class>
|
---|
227 | <extends>QLabel</extends>
|
---|
228 | <header>QILabelSeparator.h</header>
|
---|
229 | </customwidget>
|
---|
230 | <customwidget>
|
---|
231 | <class>QIDialogButtonBox</class>
|
---|
232 | <extends>QDialogButtonBox</extends>
|
---|
233 | <header>QIDialogButtonBox.h</header>
|
---|
234 | </customwidget>
|
---|
235 | </customwidgets>
|
---|
236 | <resources/>
|
---|
237 | <connections>
|
---|
238 | <connection>
|
---|
239 | <sender>mButtonBox</sender>
|
---|
240 | <signal>accepted()</signal>
|
---|
241 | <receiver>VBoxVMSettingsNetworkDetails</receiver>
|
---|
242 | <slot>accept()</slot>
|
---|
243 | <hints>
|
---|
244 | <hint type="sourcelabel" >
|
---|
245 | <x>162</x>
|
---|
246 | <y>339</y>
|
---|
247 | </hint>
|
---|
248 | <hint type="destinationlabel" >
|
---|
249 | <x>162</x>
|
---|
250 | <y>179</y>
|
---|
251 | </hint>
|
---|
252 | </hints>
|
---|
253 | </connection>
|
---|
254 | <connection>
|
---|
255 | <sender>mButtonBox</sender>
|
---|
256 | <signal>rejected()</signal>
|
---|
257 | <receiver>VBoxVMSettingsNetworkDetails</receiver>
|
---|
258 | <slot>reject()</slot>
|
---|
259 | <hints>
|
---|
260 | <hint type="sourcelabel" >
|
---|
261 | <x>162</x>
|
---|
262 | <y>339</y>
|
---|
263 | </hint>
|
---|
264 | <hint type="destinationlabel" >
|
---|
265 | <x>162</x>
|
---|
266 | <y>179</y>
|
---|
267 | </hint>
|
---|
268 | </hints>
|
---|
269 | </connection>
|
---|
270 | </connections>
|
---|
271 | </ui>
|
---|