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>VBoxVMSettingsParallel</class>
|
---|
20 | <widget class="QWidget" name="VBoxVMSettingsParallel" >
|
---|
21 | <property name="geometry" >
|
---|
22 | <rect>
|
---|
23 | <x>0</x>
|
---|
24 | <y>0</y>
|
---|
25 | <width>353</width>
|
---|
26 | <height>163</height>
|
---|
27 | </rect>
|
---|
28 | </property>
|
---|
29 | <layout class="QVBoxLayout" >
|
---|
30 | <item>
|
---|
31 | <widget class="QGroupBox" name="mGbParallel" >
|
---|
32 | <property name="whatsThis" >
|
---|
33 | <string>When checked, enables the given parallel port of the virtual machine.</string>
|
---|
34 | </property>
|
---|
35 | <property name="title" >
|
---|
36 | <string>&Enable Parallel Port</string>
|
---|
37 | </property>
|
---|
38 | <property name="checkable" >
|
---|
39 | <bool>true</bool>
|
---|
40 | </property>
|
---|
41 | <layout class="QGridLayout" >
|
---|
42 | <item row="0" column="0" >
|
---|
43 | <widget class="QLabel" name="mLbNumber" >
|
---|
44 | <property name="text" >
|
---|
45 | <string>Port &Number</string>
|
---|
46 | </property>
|
---|
47 | <property name="buddy" >
|
---|
48 | <cstring>mCbNumber</cstring>
|
---|
49 | </property>
|
---|
50 | </widget>
|
---|
51 | </item>
|
---|
52 | <item row="0" column="1" >
|
---|
53 | <widget class="QComboBox" name="mCbNumber" >
|
---|
54 | <property name="whatsThis" >
|
---|
55 | <string>Displays the parallel port number. You can choose one of the standard parallel ports or select <b>User-defined</b> and specify port parameters manually.</string>
|
---|
56 | </property>
|
---|
57 | </widget>
|
---|
58 | </item>
|
---|
59 | <item row="0" column="2" >
|
---|
60 | <layout class="QHBoxLayout" >
|
---|
61 | <item>
|
---|
62 | <widget class="QLabel" name="mLbIRQ" >
|
---|
63 | <property name="text" >
|
---|
64 | <string>&IRQ</string>
|
---|
65 | </property>
|
---|
66 | <property name="buddy" >
|
---|
67 | <cstring>mLeIRQ</cstring>
|
---|
68 | </property>
|
---|
69 | </widget>
|
---|
70 | </item>
|
---|
71 | <item>
|
---|
72 | <widget class="QLineEdit" name="mLeIRQ" >
|
---|
73 | <property name="sizePolicy" >
|
---|
74 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
75 | <horstretch>0</horstretch>
|
---|
76 | <verstretch>0</verstretch>
|
---|
77 | </sizepolicy>
|
---|
78 | </property>
|
---|
79 | <property name="whatsThis" >
|
---|
80 | <string>Displays the IRQ number of this parallel port. Valid values are integer numbers in range from <tt>0</tt> to <tt>255</tt>. Values greater than <tt>15</tt> may be used only if the <b>IO APIC</b> is enabled for this virtual machine.</string>
|
---|
81 | </property>
|
---|
82 | </widget>
|
---|
83 | </item>
|
---|
84 | </layout>
|
---|
85 | </item>
|
---|
86 | <item row="0" column="3" >
|
---|
87 | <layout class="QHBoxLayout" >
|
---|
88 | <item>
|
---|
89 | <widget class="QLabel" name="mLbIOPort" >
|
---|
90 | <property name="text" >
|
---|
91 | <string>I/O Po&rt</string>
|
---|
92 | </property>
|
---|
93 | <property name="buddy" >
|
---|
94 | <cstring>mLbIOPort</cstring>
|
---|
95 | </property>
|
---|
96 | </widget>
|
---|
97 | </item>
|
---|
98 | <item>
|
---|
99 | <widget class="QLineEdit" name="mLeIOPort" >
|
---|
100 | <property name="sizePolicy" >
|
---|
101 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
102 | <horstretch>0</horstretch>
|
---|
103 | <verstretch>0</verstretch>
|
---|
104 | </sizepolicy>
|
---|
105 | </property>
|
---|
106 | <property name="whatsThis" >
|
---|
107 | <string>Displays the base I/O port address of this parallel port. Valid values are integer numbers in range from <tt>0</tt> to <tt>0xFFFF</tt>.</string>
|
---|
108 | </property>
|
---|
109 | </widget>
|
---|
110 | </item>
|
---|
111 | </layout>
|
---|
112 | </item>
|
---|
113 | <item row="0" column="4" >
|
---|
114 | <spacer>
|
---|
115 | <property name="orientation" >
|
---|
116 | <enum>Qt::Horizontal</enum>
|
---|
117 | </property>
|
---|
118 | <property name="sizeHint" >
|
---|
119 | <size>
|
---|
120 | <width>0</width>
|
---|
121 | <height>20</height>
|
---|
122 | </size>
|
---|
123 | </property>
|
---|
124 | </spacer>
|
---|
125 | </item>
|
---|
126 | <item rowspan="2" row="1" column="0" >
|
---|
127 | <widget class="QLabel" name="mLbPath" >
|
---|
128 | <property name="text" >
|
---|
129 | <string>Port &Path</string>
|
---|
130 | </property>
|
---|
131 | <property name="buddy" >
|
---|
132 | <cstring>mLePath</cstring>
|
---|
133 | </property>
|
---|
134 | </widget>
|
---|
135 | </item>
|
---|
136 | <item rowspan="2" row="1" column="1" colspan="4" >
|
---|
137 | <widget class="QLineEdit" name="mLePath" >
|
---|
138 | <property name="whatsThis" >
|
---|
139 | <string>Displays the host parallel device name.</string>
|
---|
140 | </property>
|
---|
141 | </widget>
|
---|
142 | </item>
|
---|
143 | <item row="3" column="2" >
|
---|
144 | <spacer>
|
---|
145 | <property name="orientation" >
|
---|
146 | <enum>Qt::Vertical</enum>
|
---|
147 | </property>
|
---|
148 | <property name="sizeHint" >
|
---|
149 | <size>
|
---|
150 | <width>20</width>
|
---|
151 | <height>0</height>
|
---|
152 | </size>
|
---|
153 | </property>
|
---|
154 | </spacer>
|
---|
155 | </item>
|
---|
156 | </layout>
|
---|
157 | </widget>
|
---|
158 | </item>
|
---|
159 | </layout>
|
---|
160 | </widget>
|
---|
161 | <resources/>
|
---|
162 | <connections/>
|
---|
163 | </ui>
|
---|