VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMParallelPortSettings.ui@ 6724

Last change on this file since 6724 was 6000, checked in by vboxsync, 17 years ago

The Giant CDDL Dual-License Header Change, fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.2 KB
Line 
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>VBoxVMParallelPortSettings</class>
3<comment>
4:mode=html:tabSize=4:indentSize=4:noTabs=true:
5:folding=explicit:collapseFolds=1:
6
7 Copyright (C) 2006-2007 innotek GmbH
8
9 This file is part of VirtualBox Open Source Edition (OSE), as
10 available from http://www.virtualbox.org. This file is free software;
11 you can redistribute it and/or modify it under the terms of the GNU
12 General Public License (GPL) as published by the Free Software
13 Foundation, in version 2 as it comes in the "COPYING" file of the
14 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16</comment>
17<widget class="QWidget">
18 <property name="name">
19 <cstring>VBoxVMParallelPortSettings</cstring>
20 </property>
21 <property name="geometry">
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>493</width>
26 <height>279</height>
27 </rect>
28 </property>
29 <property name="caption">
30 <string>VBoxVMParallelPortSettings</string>
31 </property>
32 <grid>
33 <property name="name">
34 <cstring>unnamed</cstring>
35 </property>
36 <property name="spacing">
37 <number>10</number>
38 </property>
39 <widget class="QGroupBox" row="0" column="0">
40 <property name="name">
41 <cstring>mParallelPortBox</cstring>
42 </property>
43 <property name="title">
44 <string>&amp;Enable Parallel Port</string>
45 </property>
46 <property name="checkable">
47 <bool>true</bool>
48 </property>
49 <property name="whatsThis" stdset="0">
50 <string>When checked, enables the given parallel port of the virtual machine.</string>
51 </property>
52 <grid>
53 <property name="name">
54 <cstring>unnamed</cstring>
55 </property>
56 <widget class="QLabel" row="0" column="0">
57 <property name="name">
58 <cstring>mPortNumLabel</cstring>
59 </property>
60 <property name="text">
61 <string>Port &amp;Number</string>
62 </property>
63 <property name="buddy" stdset="0">
64 <cstring>mPortNumCombo</cstring>
65 </property>
66 </widget>
67 <widget class="QLayoutWidget" row="0" column="1">
68 <property name="name">
69 <cstring>layout9</cstring>
70 </property>
71 <hbox>
72 <property name="name">
73 <cstring>unnamed</cstring>
74 </property>
75 <widget class="QComboBox">
76 <property name="name">
77 <cstring>mPortNumCombo</cstring>
78 </property>
79 <property name="sizePolicy">
80 <sizepolicy>
81 <hsizetype>3</hsizetype>
82 <vsizetype>0</vsizetype>
83 <horstretch>0</horstretch>
84 <verstretch>0</verstretch>
85 </sizepolicy>
86 </property>
87 <property name="whatsThis" stdset="0">
88 <string>Displays the parallel port number. You can choose one of the standard parallel ports or select &lt;b&gt;User-defined&lt;/b&gt; and specify port parameters manually.</string>
89 </property>
90 </widget>
91 <widget class="QLabel">
92 <property name="name">
93 <cstring>mIROLabel</cstring>
94 </property>
95 <property name="text">
96 <string>&amp;IRQ</string>
97 </property>
98 <property name="buddy" stdset="0">
99 <cstring>mIRQLine</cstring>
100 </property>
101 </widget>
102 <widget class="QLineEdit">
103 <property name="name">
104 <cstring>mIRQLine</cstring>
105 </property>
106 <property name="frameShape">
107 <enum>LineEditPanel</enum>
108 </property>
109 <property name="frameShadow">
110 <enum>Sunken</enum>
111 </property>
112 <property name="whatsThis" stdset="0">
113 <string>Displays the IRQ number of this parallel port. Valid values are integer numbers in range from &lt;tt&gt;0&lt;/tt&gt; to &lt;tt&gt;255&lt;/tt&gt;. Values greater than &lt;tt&gt;15&lt;/tt&gt; may be used only if the &lt;b&gt;IO APIC&lt;/b&gt; is enabled for this virtual machine.</string>
114 </property>
115 </widget>
116 <widget class="QLabel">
117 <property name="name">
118 <cstring>mIOPortLabel</cstring>
119 </property>
120 <property name="text">
121 <string>I/O Po&amp;rt</string>
122 </property>
123 <property name="buddy" stdset="0">
124 <cstring>mIOPortLine</cstring>
125 </property>
126 </widget>
127 <widget class="QLineEdit">
128 <property name="name">
129 <cstring>mIOPortLine</cstring>
130 </property>
131 <property name="whatsThis" stdset="0">
132 <string>Displays the base I/O port address of this parallel port. Valid values are integer numbers in range from &lt;tt&gt;0&lt;/tt&gt; to &lt;tt&gt;0xFFFF&lt;/tt&gt;.</string>
133 </property>
134 </widget>
135 </hbox>
136 </widget>
137 <widget class="QLabel" row="2" column="0">
138 <property name="name">
139 <cstring>mPortPathLabel</cstring>
140 </property>
141 <property name="text">
142 <string>Port &amp;Path</string>
143 </property>
144 <property name="buddy" stdset="0">
145 <cstring>mPortPathLine</cstring>
146 </property>
147 </widget>
148 <widget class="QLineEdit" row="2" column="1">
149 <property name="name">
150 <cstring>mPortPathLine</cstring>
151 </property>
152 <property name="frameShape">
153 <enum>LineEditPanel</enum>
154 </property>
155 <property name="frameShadow">
156 <enum>Sunken</enum>
157 </property>
158 <property name="whatsThis" stdset="0">
159 <string>Displays the host parallel device name.</string>
160 </property>
161 </widget>
162 </grid>
163 </widget>
164 </grid>
165</widget>
166<connections>
167 <connection>
168 <sender>mPortNumCombo</sender>
169 <signal>activated(const QString&amp;)</signal>
170 <receiver>VBoxVMParallelPortSettings</receiver>
171 <slot>mPortNumCombo_activated(const QString&amp;)</slot>
172 </connection>
173 <connection>
174 <sender>mParallelPortBox</sender>
175 <signal>toggled(bool)</signal>
176 <receiver>VBoxVMParallelPortSettings</receiver>
177 <slot>mParallelPortBox_toggled(bool)</slot>
178 </connection>
179</connections>
180<includes>
181 <include location="local" impldecl="in declaration">COMDefs.h</include>
182 <include location="local" impldecl="in declaration">QIWidgetValidator.h</include>
183 <include location="global" impldecl="in implementation">qdir.h</include>
184 <include location="global" impldecl="in implementation">qvalidator.h</include>
185 <include location="local" impldecl="in implementation">VBoxGlobal.h</include>
186 <include location="local" impldecl="in implementation">VBoxVMParallelPortSettings.ui.h</include>
187</includes>
188<variables>
189 <variable access="private">CParallelPort mPort;</variable>
190 <variable access="private">QIWidgetValidator *mWalidator;</variable>
191</variables>
192<slots>
193 <slot>mParallelPortBox_toggled( bool )</slot>
194 <slot>mPortNumCombo_activated( const QString &amp; aText )</slot>
195</slots>
196<functions>
197 <function access="private" specifier="non virtual">init()</function>
198 <function>getFromPort( const CParallelPort &amp; )</function>
199 <function>putBackToPort()</function>
200 <function returnType="bool">isUserDefined()</function>
201</functions>
202<pixmapinproject/>
203<layoutdefaults spacing="6" margin="11"/>
204</UI>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette