VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsNetwork.ui@ 9781

Last change on this file since 9781 was 9781, checked in by vboxsync, 16 years ago

Fe/Qt4: Unifying margins for some VMSettings sub-pages.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.9 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008 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>VBoxVMSettingsNetwork</class>
20 <widget class="QWidget" name="VBoxVMSettingsNetwork" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>318</width>
26 <height>403</height>
27 </rect>
28 </property>
29 <layout class="QVBoxLayout" >
30 <item>
31 <widget class="QGroupBox" name="mGbAdapter" >
32 <property name="sizePolicy" >
33 <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 <property name="whatsThis" >
39 <string>When checked, plugs this virtual network adapter into the virtual machine.</string>
40 </property>
41 <property name="title" >
42 <string>&amp;Enable Network Adapter</string>
43 </property>
44 <property name="checkable" >
45 <bool>true</bool>
46 </property>
47 <property name="checked" >
48 <bool>true</bool>
49 </property>
50 <layout class="QGridLayout" >
51 <property name="topMargin" >
52 <number>5</number>
53 </property>
54 <item row="0" column="0" >
55 <widget class="QLabel" name="mLbAType" >
56 <property name="text" >
57 <string>A&amp;dapter Type</string>
58 </property>
59 <property name="buddy" >
60 <cstring>mCbAType</cstring>
61 </property>
62 </widget>
63 </item>
64 <item row="0" column="1" colspan="2" >
65 <widget class="QComboBox" name="mCbAType" >
66 <property name="whatsThis" >
67 <string>Selects the type of the virtual network adapter. Depending on this value, VirtualBox will provide different network hardware to the virtual machine.</string>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="0" >
72 <widget class="QLabel" name="mLbNAType" >
73 <property name="text" >
74 <string>&amp;Attached to</string>
75 </property>
76 <property name="buddy" >
77 <cstring>mCbNAType</cstring>
78 </property>
79 </widget>
80 </item>
81 <item row="1" column="1" colspan="2" >
82 <widget class="QComboBox" name="mCbNAType" >
83 <property name="whatsThis" >
84 <string>Controls the way how this virtual adapter is attached to the real network of the Host OS.</string>
85 </property>
86 </widget>
87 </item>
88 <item row="2" column="0" >
89 <widget class="QLabel" name="mLbNetwork" >
90 <property name="text" >
91 <string>&amp;Network Name</string>
92 </property>
93 <property name="buddy" >
94 <cstring>mCbNetwork</cstring>
95 </property>
96 </widget>
97 </item>
98 <item row="2" column="1" colspan="2" >
99 <widget class="QComboBox" name="mCbNetwork" >
100 <property name="whatsThis" >
101 <string>Displays the name of the internal network selected for this adapter.</string>
102 </property>
103 <property name="editable" >
104 <bool>true</bool>
105 </property>
106 </widget>
107 </item>
108 <item row="3" column="0" >
109 <widget class="QLabel" name="mLbMAC" >
110 <property name="text" >
111 <string>&amp;MAC Address</string>
112 </property>
113 <property name="buddy" >
114 <cstring>mLeMAC</cstring>
115 </property>
116 </widget>
117 </item>
118 <item row="3" column="1" >
119 <widget class="QLineEdit" name="mLeMAC" >
120 <property name="whatsThis" >
121 <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>
122 </property>
123 </widget>
124 </item>
125 <item row="3" column="2" >
126 <widget class="QPushButton" name="mPbMAC" >
127 <property name="whatsThis" >
128 <string>Generates a new random MAC address.</string>
129 </property>
130 <property name="text" >
131 <string>&amp;Generate</string>
132 </property>
133 <property name="shortcut" >
134 <string>Alt+G</string>
135 </property>
136 </widget>
137 </item>
138 <item row="4" column="0" colspan="3" >
139 <widget class="QCheckBox" name="mCbCable" >
140 <property name="whatsThis" >
141 <string>Indicates whether the virtual network cable is plugged in on machine startup or not.</string>
142 </property>
143 <property name="text" >
144 <string>Ca&amp;ble Connected</string>
145 </property>
146 </widget>
147 </item>
148 </layout>
149 </widget>
150 </item>
151 <item>
152 <widget class="QGroupBox" name="mGbTAP" >
153 <property name="sizePolicy" >
154 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
155 <horstretch>0</horstretch>
156 <verstretch>0</verstretch>
157 </sizepolicy>
158 </property>
159 <property name="whatsThis" >
160 <string>Host Interface Settings</string>
161 </property>
162 <property name="title" >
163 <string>Host Interface Settings</string>
164 </property>
165 <layout class="QVBoxLayout" >
166 <property name="topMargin" >
167 <number>5</number>
168 </property>
169 <item>
170 <layout class="QVBoxLayout" >
171 <property name="spacing" >
172 <number>0</number>
173 </property>
174 <item>
175 <widget class="QLabel" name="mLbInterface_x11" >
176 <property name="text" >
177 <string>&amp;Interface Name</string>
178 </property>
179 <property name="buddy" >
180 <cstring>mLeInterface_x11</cstring>
181 </property>
182 </widget>
183 </item>
184 <item>
185 <widget class="QLineEdit" name="mLeInterface_x11" >
186 <property name="whatsThis" >
187 <string>Displays the TAP interface name.</string>
188 </property>
189 </widget>
190 </item>
191 </layout>
192 </item>
193 <item>
194 <layout class="QVBoxLayout" >
195 <property name="spacing" >
196 <number>0</number>
197 </property>
198 <item>
199 <widget class="QLabel" name="mLbSetup_x11" >
200 <property name="text" >
201 <string>&amp;Setup Application</string>
202 </property>
203 <property name="buddy" >
204 <cstring>mLeSetup_x11</cstring>
205 </property>
206 </widget>
207 </item>
208 <item>
209 <layout class="QHBoxLayout" >
210 <property name="spacing" >
211 <number>6</number>
212 </property>
213 <item>
214 <widget class="QLineEdit" name="mLeSetup_x11" >
215 <property name="whatsThis" >
216 <string>Displays the command executed to set up the TAP interface.</string>
217 </property>
218 </widget>
219 </item>
220 <item>
221 <widget class="QToolButton" name="mTbSetup_x11" >
222 <property name="whatsThis" >
223 <string>Selects the setup application.</string>
224 </property>
225 <property name="autoRaise" >
226 <bool>true</bool>
227 </property>
228 </widget>
229 </item>
230 </layout>
231 </item>
232 </layout>
233 </item>
234 <item>
235 <layout class="QVBoxLayout" >
236 <property name="spacing" >
237 <number>0</number>
238 </property>
239 <item>
240 <widget class="QLabel" name="mLbTerminate_x11" >
241 <property name="text" >
242 <string>&amp;Terminate Application</string>
243 </property>
244 <property name="buddy" >
245 <cstring>mLeTerminate_x11</cstring>
246 </property>
247 </widget>
248 </item>
249 <item>
250 <layout class="QHBoxLayout" >
251 <property name="spacing" >
252 <number>6</number>
253 </property>
254 <item>
255 <widget class="QLineEdit" name="mLeTerminate_x11" >
256 <property name="whatsThis" >
257 <string>Displays the command executed to terminate the TAP interface.</string>
258 </property>
259 </widget>
260 </item>
261 <item>
262 <widget class="QToolButton" name="mTbTerminate_x11" >
263 <property name="whatsThis" >
264 <string>Selects the terminate application.</string>
265 </property>
266 <property name="autoRaise" >
267 <bool>true</bool>
268 </property>
269 </widget>
270 </item>
271 </layout>
272 </item>
273 </layout>
274 </item>
275 </layout>
276 </widget>
277 </item>
278 </layout>
279 </widget>
280 <resources/>
281 <connections/>
282</ui>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette