Changeset 22965 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Sep 11, 2009 9:34:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetwork.ui
r22964 r22965 29 29 <layout class="QGridLayout" name="VBoxVMSettingsNetworkGridLayout"> 30 30 <item row="0" column="0" colspan="2"> 31 <widget class="QCheckBox" name="m GbAdapter" >31 <widget class="QCheckBox" name="mCbEnableAdapter" > 32 32 <property name="whatsThis" > 33 33 <string>When checked, plugs this virtual network adapter into the virtual machine.</string> … … 64 64 </property> 65 65 <item row="0" column="0" > 66 <widget class="QLabel" name="mLb NAType">66 <widget class="QLabel" name="mLbAttachmentType"> 67 67 <property name="text" > 68 68 <string>&Attached to:</string> … … 79 79 <widget class="QComboBox" name="mCbAttachmentType"> 80 80 <property name="sizePolicy"> 81 <sizepolicy hsizetype=" Preferred" vsizetype="Fixed">81 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 82 82 <horstretch>0</horstretch> 83 83 <verstretch>0</verstretch> … … 90 90 </item> 91 91 <item row="1" column="0" > 92 <widget class="QLabel" name="mLb Name">92 <widget class="QLabel" name="mLbAdapterName"> 93 93 <property name="text" > 94 94 <string>&Name:</string> … … 98 98 </property> 99 99 <property name="buddy" > 100 <cstring>mCb Name</cstring>101 </property> 102 </widget> 103 </item> 104 <item row="1" column="1" >105 <widget class="QComboBox" name="mCb Name">106 <property name="sizePolicy"> 107 <sizepolicy hsizetype=" Preferred" vsizetype="Fixed">108 <horstretch> 0</horstretch>100 <cstring>mCbAdapterName</cstring> 101 </property> 102 </widget> 103 </item> 104 <item row="1" column="1" colspan="3"> 105 <widget class="QComboBox" name="mCbAdapterName"> 106 <property name="sizePolicy"> 107 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 108 <horstretch>1</horstretch> 109 109 <verstretch>0</verstretch> 110 110 </sizepolicy> … … 116 116 </item> 117 117 <item row="2" column="0"> 118 <widget class="QIArrowButtonSwitch" native="1" name="mAbsAdvanced"> 119 <property name="text"> 120 <string>A&dvanced</string> 121 </property> 122 <property name="whatsThis" > 123 <string>Shows/hide additional network adapter options.</string> 124 </property> 125 </widget> 118 <layout class="QHBoxLayout" name="mLtAdvancedBtn"> 119 <property name="margin"> 120 <number>0</number> 121 </property> 122 <item> 123 <spacer name="horizontalSpacer2"> 124 <property name="orientation"> 125 <enum>Qt::Horizontal</enum> 126 </property> 127 <property name="sizeHint" stdset="0"> 128 <size> 129 <width>0</width> 130 <height>0</height> 131 </size> 132 </property> 133 </spacer> 134 </item> 135 <item> 136 <widget class="QIArrowButtonSwitch" native="1" name="mAbsAdvanced"> 137 <property name="text"> 138 <string>A&dvanced</string> 139 </property> 140 <property name="whatsThis" > 141 <string>Shows/hide additional network adapter options.</string> 142 </property> 143 </widget> 144 </item> 145 </layout> 126 146 </item> 127 147 <item row="3" column="0"> 128 <widget class="QLabel" name="mLbA Type">148 <widget class="QLabel" name="mLbAdapterType"> 129 149 <property name="text"> 130 150 <string>Adapter &Type:</string> … … 141 161 <widget class="QComboBox" name="mCbAdapterType"> 142 162 <property name="sizePolicy"> 143 <sizepolicy hsizetype=" Preferred" vsizetype="Fixed">144 <horstretch> 0</horstretch>163 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 164 <horstretch>1</horstretch> 145 165 <verstretch>0</verstretch> 146 166 </sizepolicy> … … 168 188 <property name="sizePolicy"> 169 189 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 170 <horstretch> 0</horstretch>190 <horstretch>1</horstretch> 171 191 <verstretch>0</verstretch> 172 192 </sizepolicy> … … 174 194 <property name="whatsThis"> 175 195 <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 <property name="frame">178 <bool>true</bool>179 196 </property> 180 197 </widget> … … 195 212 </item> 196 213 <item row="5" column="1" colspan="3"> 197 <widget class="QCheckBox" name="mCbCable ">214 <widget class="QCheckBox" name="mCbCableConnected"> 198 215 <property name="whatsThis"> 199 216 <string>Indicates whether the virtual network cable is plugged in on machine startup or not.</string> … … 204 221 </widget> 205 222 </item> 206 <item rowspan="2" row="0" column="2" colspan="2">207 <spacer name="horizontalSpacer3">208 <property name="orientation">209 <enum>Qt::Horizontal</enum>210 </property>211 <property name="sizeHint" stdset="0">212 <size>213 <width>40</width>214 <height>20</height>215 </size>216 </property>217 </spacer>218 </item>219 223 </layout> 220 224 </widget> 221 225 </item> 222 <item row="1" column="2"> 223 <spacer name="horizontalSpacer2"> 224 <property name="orientation"> 225 <enum>Qt::Horizontal</enum> 226 </property> 227 <property name="sizeHint" stdset="0"> 228 <size> 229 <width>0</width> 230 <height>0</height> 231 </size> 232 </property> 233 </spacer> 234 </item> 235 <item row="4" column="0" colspan="3"> 226 <item row="4" column="0" colspan="2"> 236 227 <spacer name="verticalSpacer"> 237 228 <property name="orientation"> … … 266 257 <connections> 267 258 <connection> 268 <sender>m GbAdapter</sender>259 <sender>mCbEnableAdapter</sender> 269 260 <signal>toggled(bool)</signal> 270 261 <receiver>mNetworkChild</receiver>
Note:
See TracChangeset
for help on using the changeset viewer.