VirtualBox

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

最後變更 在這個檔案從5999是 5999,由 vboxsync 提交於 17 年 前

The Giant CDDL Dual-License Header Change.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 8.8 KB
 
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 innotek GmbH confidential
10 All rights reserved
11</comment>
12<widget class="QWidget">
13 <property name="name">
14 <cstring>VBoxVMParallelPortSettings</cstring>
15 </property>
16 <property name="geometry">
17 <rect>
18 <x>0</x>
19 <y>0</y>
20 <width>493</width>
21 <height>279</height>
22 </rect>
23 </property>
24 <property name="caption">
25 <string>VBoxVMParallelPortSettings</string>
26 </property>
27 <grid>
28 <property name="name">
29 <cstring>unnamed</cstring>
30 </property>
31 <property name="spacing">
32 <number>10</number>
33 </property>
34 <widget class="QGroupBox" row="0" column="0">
35 <property name="name">
36 <cstring>mParallelPortBox</cstring>
37 </property>
38 <property name="title">
39 <string>&amp;Enable Parallel Port</string>
40 </property>
41 <property name="checkable">
42 <bool>true</bool>
43 </property>
44 <property name="whatsThis" stdset="0">
45 <string>When checked, enables the given parallel port of the virtual machine.</string>
46 </property>
47 <grid>
48 <property name="name">
49 <cstring>unnamed</cstring>
50 </property>
51 <widget class="QLabel" row="0" column="0">
52 <property name="name">
53 <cstring>mPortNumLabel</cstring>
54 </property>
55 <property name="text">
56 <string>Port &amp;Number</string>
57 </property>
58 <property name="buddy" stdset="0">
59 <cstring>mPortNumCombo</cstring>
60 </property>
61 </widget>
62 <widget class="QLayoutWidget" row="0" column="1">
63 <property name="name">
64 <cstring>layout9</cstring>
65 </property>
66 <hbox>
67 <property name="name">
68 <cstring>unnamed</cstring>
69 </property>
70 <widget class="QComboBox">
71 <property name="name">
72 <cstring>mPortNumCombo</cstring>
73 </property>
74 <property name="sizePolicy">
75 <sizepolicy>
76 <hsizetype>3</hsizetype>
77 <vsizetype>0</vsizetype>
78 <horstretch>0</horstretch>
79 <verstretch>0</verstretch>
80 </sizepolicy>
81 </property>
82 <property name="whatsThis" stdset="0">
83 <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>
84 </property>
85 </widget>
86 <widget class="QLabel">
87 <property name="name">
88 <cstring>mIROLabel</cstring>
89 </property>
90 <property name="text">
91 <string>&amp;IRQ</string>
92 </property>
93 <property name="buddy" stdset="0">
94 <cstring>mIRQLine</cstring>
95 </property>
96 </widget>
97 <widget class="QLineEdit">
98 <property name="name">
99 <cstring>mIRQLine</cstring>
100 </property>
101 <property name="frameShape">
102 <enum>LineEditPanel</enum>
103 </property>
104 <property name="frameShadow">
105 <enum>Sunken</enum>
106 </property>
107 <property name="whatsThis" stdset="0">
108 <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>
109 </property>
110 </widget>
111 <widget class="QLabel">
112 <property name="name">
113 <cstring>mIOPortLabel</cstring>
114 </property>
115 <property name="text">
116 <string>I/O Po&amp;rt</string>
117 </property>
118 <property name="buddy" stdset="0">
119 <cstring>mIOPortLine</cstring>
120 </property>
121 </widget>
122 <widget class="QLineEdit">
123 <property name="name">
124 <cstring>mIOPortLine</cstring>
125 </property>
126 <property name="whatsThis" stdset="0">
127 <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>
128 </property>
129 </widget>
130 </hbox>
131 </widget>
132 <widget class="QLabel" row="2" column="0">
133 <property name="name">
134 <cstring>mPortPathLabel</cstring>
135 </property>
136 <property name="text">
137 <string>Port &amp;Path</string>
138 </property>
139 <property name="buddy" stdset="0">
140 <cstring>mPortPathLine</cstring>
141 </property>
142 </widget>
143 <widget class="QLineEdit" row="2" column="1">
144 <property name="name">
145 <cstring>mPortPathLine</cstring>
146 </property>
147 <property name="frameShape">
148 <enum>LineEditPanel</enum>
149 </property>
150 <property name="frameShadow">
151 <enum>Sunken</enum>
152 </property>
153 <property name="whatsThis" stdset="0">
154 <string>Displays the host parallel device name.</string>
155 </property>
156 </widget>
157 </grid>
158 </widget>
159 </grid>
160</widget>
161<connections>
162 <connection>
163 <sender>mPortNumCombo</sender>
164 <signal>activated(const QString&amp;)</signal>
165 <receiver>VBoxVMParallelPortSettings</receiver>
166 <slot>mPortNumCombo_activated(const QString&amp;)</slot>
167 </connection>
168 <connection>
169 <sender>mParallelPortBox</sender>
170 <signal>toggled(bool)</signal>
171 <receiver>VBoxVMParallelPortSettings</receiver>
172 <slot>mParallelPortBox_toggled(bool)</slot>
173 </connection>
174</connections>
175<includes>
176 <include location="local" impldecl="in declaration">COMDefs.h</include>
177 <include location="local" impldecl="in declaration">QIWidgetValidator.h</include>
178 <include location="global" impldecl="in implementation">qdir.h</include>
179 <include location="global" impldecl="in implementation">qvalidator.h</include>
180 <include location="local" impldecl="in implementation">VBoxGlobal.h</include>
181 <include location="local" impldecl="in implementation">VBoxVMParallelPortSettings.ui.h</include>
182</includes>
183<variables>
184 <variable access="private">CParallelPort mPort;</variable>
185 <variable access="private">QIWidgetValidator *mWalidator;</variable>
186</variables>
187<slots>
188 <slot>mParallelPortBox_toggled( bool )</slot>
189 <slot>mPortNumCombo_activated( const QString &amp; aText )</slot>
190</slots>
191<functions>
192 <function access="private" specifier="non virtual">init()</function>
193 <function>getFromPort( const CParallelPort &amp; )</function>
194 <function>putBackToPort()</function>
195 <function returnType="bool">isUserDefined()</function>
196</functions>
197<pixmapinproject/>
198<layoutdefaults spacing="6" margin="11"/>
199</UI>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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