<ui version="4.0" >
<comment>
VBox frontends: Qt4 GUI ("VirtualBox"):
Copyright (C) 2008-2012 Oracle Corporation
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.
</comment>
<class>UIMachineSettingsParallel</class>
<widget class="QWidget" name="UIMachineSettingsParallel" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>348</width>
<height>122</height>
</rect>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="2" >
<widget class="QCheckBox" name="mGbParallel" >
<property name="whatsThis" >
<string>When checked, enables the given parallel port of the virtual machine.</string>
</property>
<property name="text" >
<string>&amp;Enable Parallel Port</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="mParallelChild" >
<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="mLbNumber" >
<property name="text" >
<string>Port &amp;Number:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mCbNumber</cstring>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QComboBox" name="mCbNumber" >
<property name="whatsThis" >
<string>Holds the parallel port number. You can choose one of the standard parallel ports or select &lt;b>User-defined&lt;/b> and specify port parameters manually.</string>
</property>
</widget>
</item>
<item row="0" column="2" >
<widget class="QLabel" name="mLbIRQ" >
<property name="text" >
<string>&amp;IRQ:</string>
</property>
<property name="buddy" >
<cstring>mLeIRQ</cstring>
</property>
</widget>
</item>
<item row="0" column="3" >
<widget class="QLineEdit" name="mLeIRQ" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>Holds the IRQ number of this parallel port. This should be a whole number between &lt;tt>0&lt;/tt> and &lt;tt>255&lt;/tt>. Values greater than &lt;tt>15&lt;/tt> may only be used if the &lt;b>I/O APIC&lt;/b> setting is enabled for this virtual machine.</string>
</property>
</widget>
</item>
<item row="0" column="4" >
<widget class="QLabel" name="mLbIOPort" >
<property name="text" >
<string>I/O Po&amp;rt:</string>
</property>
<property name="buddy" >
<cstring>mLeIOPort</cstring>
</property>
</widget>
</item>
<item row="0" column="5" >
<widget class="QLineEdit" name="mLeIOPort" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>Holds the base I/O port address of this parallel port. Valid values are integer numbers in range from &lt;tt>0&lt;/tt> to &lt;tt>0xFFFF&lt;/tt>.</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="mLbPath" >
<property name="text" >
<string>Port &amp;Path:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mLePath</cstring>
</property>
</widget>
</item>
<item row="1" column="1" colspan="5" >
<widget class="QLineEdit" name="mLePath" >
<property name="whatsThis" >
<string>Holds the host parallel device name.</string>
</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>16</width>
<height>21</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>mGbParallel</sender>
<signal>toggled(bool)</signal>
<receiver>mParallelChild</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>76</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<x>285</x>
<y>120</y>
</hint>
</hints>
</connection>
</connections>
</ui>