VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsParallel.ui@ 37126

Last change on this file since 37126 was 33882, checked in by vboxsync, 14 years ago

FE/Qt: Global & Machine settings refactoring, part 1 (files & classes renaming).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.3 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008 Oracle Corporation
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 </comment>
15 <class>UIMachineSettingsParallel</class>
16 <widget class="QWidget" name="UIMachineSettingsParallel" >
17 <property name="geometry" >
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>348</width>
22 <height>122</height>
23 </rect>
24 </property>
25 <layout class="QGridLayout" >
26 <item row="0" column="0" colspan="2" >
27 <widget class="QCheckBox" name="mGbParallel" >
28 <property name="whatsThis" >
29 <string>When checked, enables the given parallel port of the virtual machine.</string>
30 </property>
31 <property name="text" >
32 <string>&amp;Enable Parallel Port</string>
33 </property>
34 <property name="checked" >
35 <bool>true</bool>
36 </property>
37 </widget>
38 </item>
39 <item row="1" column="0" >
40 <spacer>
41 <property name="orientation" >
42 <enum>Qt::Horizontal</enum>
43 </property>
44 <property name="sizeType" >
45 <enum>QSizePolicy::Fixed</enum>
46 </property>
47 <property name="sizeHint" >
48 <size>
49 <width>20</width>
50 <height>20</height>
51 </size>
52 </property>
53 </spacer>
54 </item>
55 <item row="1" column="1" >
56 <widget class="QWidget" native="1" name="mParallelChild" >
57 <layout class="QGridLayout" >
58 <property name="leftMargin" >
59 <number>0</number>
60 </property>
61 <property name="topMargin" >
62 <number>0</number>
63 </property>
64 <property name="rightMargin" >
65 <number>0</number>
66 </property>
67 <property name="bottomMargin" >
68 <number>0</number>
69 </property>
70 <item row="0" column="0" >
71 <widget class="QLabel" name="mLbNumber" >
72 <property name="text" >
73 <string>Port &amp;Number:</string>
74 </property>
75 <property name="alignment" >
76 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
77 </property>
78 <property name="buddy" >
79 <cstring>mCbNumber</cstring>
80 </property>
81 </widget>
82 </item>
83 <item row="0" column="1" >
84 <widget class="QComboBox" name="mCbNumber" >
85 <property name="whatsThis" >
86 <string>Displays 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>
87 </property>
88 </widget>
89 </item>
90 <item row="0" column="2" >
91 <widget class="QLabel" name="mLbIRQ" >
92 <property name="text" >
93 <string>&amp;IRQ:</string>
94 </property>
95 <property name="buddy" >
96 <cstring>mLeIRQ</cstring>
97 </property>
98 </widget>
99 </item>
100 <item row="0" column="3" >
101 <widget class="QLineEdit" name="mLeIRQ" >
102 <property name="sizePolicy" >
103 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
104 <horstretch>0</horstretch>
105 <verstretch>0</verstretch>
106 </sizepolicy>
107 </property>
108 <property name="whatsThis" >
109 <string>Displays 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>IO APIC&lt;/b> setting is enabled for this virtual machine.</string>
110 </property>
111 </widget>
112 </item>
113 <item row="0" column="4" >
114 <widget class="QLabel" name="mLbIOPort" >
115 <property name="text" >
116 <string>I/O Po&amp;rt:</string>
117 </property>
118 <property name="buddy" >
119 <cstring>mLeIOPort</cstring>
120 </property>
121 </widget>
122 </item>
123 <item row="0" column="5" >
124 <widget class="QLineEdit" name="mLeIOPort" >
125 <property name="sizePolicy" >
126 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
127 <horstretch>0</horstretch>
128 <verstretch>0</verstretch>
129 </sizepolicy>
130 </property>
131 <property name="whatsThis" >
132 <string>Displays 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>
133 </property>
134 </widget>
135 </item>
136 <item row="1" column="0" >
137 <widget class="QLabel" name="mLbPath" >
138 <property name="text" >
139 <string>Port &amp;Path:</string>
140 </property>
141 <property name="alignment" >
142 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
143 </property>
144 <property name="buddy" >
145 <cstring>mLePath</cstring>
146 </property>
147 </widget>
148 </item>
149 <item row="1" column="1" colspan="5" >
150 <widget class="QLineEdit" name="mLePath" >
151 <property name="whatsThis" >
152 <string>Displays the host parallel device name.</string>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 </item>
159 <item row="1" column="2" >
160 <spacer>
161 <property name="orientation" >
162 <enum>Qt::Horizontal</enum>
163 </property>
164 <property name="sizeHint" >
165 <size>
166 <width>40</width>
167 <height>20</height>
168 </size>
169 </property>
170 </spacer>
171 </item>
172 <item row="2" column="1" >
173 <spacer>
174 <property name="orientation" >
175 <enum>Qt::Vertical</enum>
176 </property>
177 <property name="sizeHint" >
178 <size>
179 <width>16</width>
180 <height>21</height>
181 </size>
182 </property>
183 </spacer>
184 </item>
185 </layout>
186 </widget>
187 <resources/>
188 <connections>
189 <connection>
190 <sender>mGbParallel</sender>
191 <signal>toggled(bool)</signal>
192 <receiver>mParallelChild</receiver>
193 <slot>setEnabled(bool)</slot>
194 <hints>
195 <hint type="sourcelabel" >
196 <x>76</x>
197 <y>20</y>
198 </hint>
199 <hint type="destinationlabel" >
200 <x>285</x>
201 <y>120</y>
202 </hint>
203 </hints>
204 </connection>
205 </connections>
206</ui>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use