VBoxVMSettingsNetwork.ui revision 7b99e82687d20b747defd7392713c4fd4d59fcba
<ui version="4.0" >
<comment>
VBox frontends: Qt4 GUI ("VirtualBox"):
Copyright (C) 2008 Sun Microsystems, Inc.
This file is part of VirtualBox Open Source Edition (OSE), as
available from http://www.virtualbox.org. This file is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License (GPL) as published by the Free Software
Foundation, in version 2 as it comes in the "COPYING" file of the
VirtualBox OSE distribution. VirtualBox OSE is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
Clara, CA 95054 USA or visit http://www.sun.com if you need
additional information or have any questions.
</comment>
<class>VBoxVMSettingsNetwork</class>
<widget class="QWidget" name="VBoxVMSettingsNetwork" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>417</width>
<height>348</height>
</rect>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="3" >
<widget class="QCheckBox" name="mGbAdapter" >
<property name="whatsThis" >
<string>When checked, plugs this virtual network adapter into the virtual machine.</string>
</property>
<property name="text" >
<string>&amp;Enable Network Adapter</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1" >
<widget class="QWidget" native="1" name="mNetworkChild" >
<layout class="QGridLayout" >
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="mLbAType" >
<property name="text" >
<string>Adapter &amp;Type:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mCbAdapterType</cstring>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QComboBox" name="mCbAdapterType" >
<property name="whatsThis" >
<string>Selects the type of the virtual network adapter. Depending on this value, VirtualBox will provide different network hardware to the virtual machine.</string>
</property>
</widget>
</item>
<item row="0" column="2" >
<widget class="QToolButton" name="mTbCable" >
<property name="whatsThis" >
<string>Indicates whether the virtual network cable is plugged in on machine startup or not.</string>
</property>
<property name="autoRaise" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="mLbNAType" >
<property name="text" >
<string>&amp;Attached to:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mCbAttachmentType</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="mCbAttachmentType" >
<property name="whatsThis" >
<string>Controls the way how this virtual adapter is attached to the real network of the Host OS.</string>
</property>
</widget>
</item>
<item row="1" column="2" >
<widget class="QToolButton" name="mTbDetails" >
<property name="whatsThis" >
<string>Open extended settings dialog for current attachment type.</string>
</property>
<property name="autoRaise" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="2" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>mGbAdapter</sender>
<signal>toggled(bool)</signal>
<receiver>mNetworkChild</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>190</x>
<y>19</y>
</hint>
<hint type="destinationlabel" >
<x>203</x>
<y>164</y>
</hint>
</hints>
</connection>
</connections>
</ui>