VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetwork.ui@ 18092

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

FE/Qt4: 2869: Rework network adapter UI - Network Settings UI layout bug fix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.1 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>417</width>
26 <height>348</height>
27 </rect>
28 </property>
29 <layout class="QGridLayout" >
30 <item row="0" column="0" colspan="2" >
31 <widget class="QCheckBox" name="mGbAdapter" >
32 <property name="whatsThis" >
33 <string>When checked, plugs this virtual network adapter into the virtual machine.</string>
34 </property>
35 <property name="text" >
36 <string>&amp;Enable Network Adapter</string>
37 </property>
38 <property name="checked" >
39 <bool>true</bool>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0" >
44 <spacer>
45 <property name="orientation" >
46 <enum>Qt::Horizontal</enum>
47 </property>
48 <property name="sizeType" >
49 <enum>QSizePolicy::Fixed</enum>
50 </property>
51 <property name="sizeHint" >
52 <size>
53 <width>20</width>
54 <height>20</height>
55 </size>
56 </property>
57 </spacer>
58 </item>
59 <item row="1" column="1" >
60 <widget class="QWidget" native="1" name="mNetworkChild" >
61 <layout class="QGridLayout" >
62 <property name="leftMargin" >
63 <number>0</number>
64 </property>
65 <property name="topMargin" >
66 <number>0</number>
67 </property>
68 <property name="rightMargin" >
69 <number>0</number>
70 </property>
71 <property name="bottomMargin" >
72 <number>0</number>
73 </property>
74 <item row="0" column="0" >
75 <widget class="QLabel" name="mLbAType" >
76 <property name="text" >
77 <string>Adapter &amp;Type:</string>
78 </property>
79 <property name="alignment" >
80 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
81 </property>
82 <property name="buddy" >
83 <cstring>mCbAdapterType</cstring>
84 </property>
85 </widget>
86 </item>
87 <item row="0" column="1" colspan="2" >
88 <widget class="QComboBox" name="mCbAdapterType" >
89 <property name="whatsThis" >
90 <string>Selects the type of the virtual network adapter. Depending on this value, VirtualBox will provide different network hardware to the virtual machine.</string>
91 </property>
92 </widget>
93 </item>
94 <item row="1" column="0" >
95 <widget class="QLabel" name="mLbNAType" >
96 <property name="text" >
97 <string>&amp;Attached to:</string>
98 </property>
99 <property name="alignment" >
100 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
101 </property>
102 <property name="buddy" >
103 <cstring>mCbAttachmentType</cstring>
104 </property>
105 </widget>
106 </item>
107 <item row="1" column="1" >
108 <widget class="QComboBox" name="mCbAttachmentType" >
109 <property name="whatsThis" >
110 <string>Controls the way how this virtual adapter is attached to the real network of the Host OS.</string>
111 </property>
112 </widget>
113 </item>
114 <item row="1" column="2" >
115 <widget class="QToolButton" name="mTbDetails" >
116 <property name="whatsThis" >
117 <string>Open extended settings dialog for current attachment type.</string>
118 </property>
119 <property name="autoRaise" >
120 <bool>true</bool>
121 </property>
122 </widget>
123 </item>
124 <item row="2" column="1" colspan="3" >
125 <widget class="QLabel" name="mLbInfo" >
126 <property name="alignment" >
127 <set>Qt::AlignLeft|Qt::AlignTop</set>
128 </property>
129 <property name="wordWrap" >
130 <bool>true</bool>
131 </property>
132 </widget>
133 </item>
134 <item rowspan="2" row="0" column="3" >
135 <spacer>
136 <property name="orientation" >
137 <enum>Qt::Horizontal</enum>
138 </property>
139 <property name="sizeHint" >
140 <size>
141 <width>0</width>
142 <height>0</height>
143 </size>
144 </property>
145 </spacer>
146 </item>
147 </layout>
148 </widget>
149 </item>
150 </layout>
151 </widget>
152 <resources/>
153 <connections>
154 <connection>
155 <sender>mGbAdapter</sender>
156 <signal>toggled(bool)</signal>
157 <receiver>mNetworkChild</receiver>
158 <slot>setEnabled(bool)</slot>
159 <hints>
160 <hint type="sourcelabel" >
161 <x>190</x>
162 <y>19</y>
163 </hint>
164 <hint type="destinationlabel" >
165 <x>203</x>
166 <y>164</y>
167 </hint>
168 </hints>
169 </connection>
170 </connections>
171</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