VirtualBox

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

Last change on this file since 9576 was 9356, checked in by vboxsync, 17 years ago

Fe/Qt4: Network VMSettings (linux part) ported into qt4. Win part to go (when the win-qt4-build tools will be ready).

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