VBoxVMSettingsNetwork.ui revision 8e0c2ca3abd721979958f95b9af73b60665478c8
<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="2" >
<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>A&amp;dapter Type:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mCbAType</cstring>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QComboBox" name="mCbAType" >
<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="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>mCbNAType</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="mCbNAType" >
<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="2" column="0" >
<widget class="QLabel" name="mLbNetwork" >
<property name="text" >
<string>&amp;Network Name:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mCbNetwork</cstring>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QComboBox" name="mCbNetwork" >
<property name="whatsThis" >
<string>Displays the name of the internal network selected for this adapter.</string>
</property>
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="mLbMAC" >
<property name="text" >
<string>&amp;MAC Address:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mLeMAC</cstring>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QLineEdit" name="mLeMAC" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<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>
</property>
</widget>
</item>
<item row="3" column="2" >
<widget class="QPushButton" name="mPbMAC" >
<property name="whatsThis" >
<string>Generates a new random MAC address.</string>
</property>
<property name="text" >
<string>&amp;Generate</string>
</property>
</widget>
</item>
<item row="4" column="1" >
<widget class="QCheckBox" name="mCbCable" >
<property name="whatsThis" >
<string>Indicates whether the virtual network cable is plugged in on machine startup or not.</string>
</property>
<property name="text" >
<string>Ca&amp;ble Connected</string>
</property>
</widget>
</item>
<item row="5" column="0" colspan="3" >
<widget class="QILabelSeparator" name="mGbTap" >
<property name="text" >
<string>Host Interface Settings</string>
</property>
<property name="buddy" >
<cstring>mLeInterface_x11</cstring>
</property>
</widget>
</item>
<item row="6" column="0" >
<widget class="QLabel" name="mLbInterface_x11" >
<property name="text" >
<string>&amp;Interface Name:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mLeInterface_x11</cstring>
</property>
</widget>
</item>
<item row="6" column="1" >
<widget class="QLineEdit" name="mLeInterface_x11" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>Displays the TAP interface name.</string>
</property>
</widget>
</item>
<item row="7" column="0" >
<widget class="QLabel" name="mLbSetup_x11" >
<property name="text" >
<string>&amp;Setup Application:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mLeSetup_x11</cstring>
</property>
</widget>
</item>
<item row="7" column="1" >
<widget class="QLineEdit" name="mLeSetup_x11" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>Displays the command executed to set up the TAP interface.</string>
</property>
</widget>
</item>
<item row="7" column="2" >
<widget class="QToolButton" name="mTbSetup_x11" >
<property name="whatsThis" >
<string>Selects the setup application.</string>
</property>
<property name="autoRaise" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="8" column="0" >
<widget class="QLabel" name="mLbTerminate_x11" >
<property name="text" >
<string>&amp;Terminate Application:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mLeTerminate_x11</cstring>
</property>
</widget>
</item>
<item row="8" column="1" >
<widget class="QLineEdit" name="mLeTerminate_x11" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>Displays the command executed to terminate the TAP interface.</string>
</property>
</widget>
</item>
<item row="8" column="2" >
<widget class="QToolButton" name="mTbTerminate_x11" >
<property name="whatsThis" >
<string>Selects the terminate application.</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>
<customwidgets>
<customwidget>
<class>QILabelSeparator</class>
<extends>QLabel</extends>
<header>QILabelSeparator.h</header>
</customwidget>
</customwidgets>
<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>