VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsParallel.ui@ 9299

Last change on this file since 9299 was 9178, checked in by vboxsync, 17 years ago

Fe/Qt4: Serial&Parallel settings ported into qt4.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.6 KB
Line 
1<ui version="4.0" >
2 <class>VBoxVMSettingsParallel</class>
3 <widget class="QWidget" name="VBoxVMSettingsParallel" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>353</width>
9 <height>163</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" >
13 <item>
14 <widget class="QGroupBox" name="mGbParallel" >
15 <property name="whatsThis" >
16 <string>When checked, enables the given parallel port of the virtual machine.</string>
17 </property>
18 <property name="title" >
19 <string>&amp;Enable Parallel Port</string>
20 </property>
21 <property name="checkable" >
22 <bool>true</bool>
23 </property>
24 <layout class="QGridLayout" >
25 <item row="0" column="0" >
26 <widget class="QLabel" name="mLbNumber" >
27 <property name="text" >
28 <string>Port &amp;Number</string>
29 </property>
30 <property name="buddy" >
31 <cstring>mCbNumber</cstring>
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1" >
36 <widget class="QComboBox" name="mCbNumber" >
37 <property name="whatsThis" >
38 <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>
39 </property>
40 </widget>
41 </item>
42 <item row="0" column="2" >
43 <layout class="QHBoxLayout" >
44 <item>
45 <widget class="QLabel" name="mLbIRQ" >
46 <property name="text" >
47 <string>&amp;IRQ</string>
48 </property>
49 <property name="buddy" >
50 <cstring>mLeIRQ</cstring>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QLineEdit" name="mLeIRQ" >
56 <property name="sizePolicy" >
57 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
58 <horstretch>0</horstretch>
59 <verstretch>0</verstretch>
60 </sizepolicy>
61 </property>
62 <property name="whatsThis" >
63 <string>Displays the IRQ number of this parallel port. Valid values are integer numbers in range from &lt;tt>0&lt;/tt> to &lt;tt>255&lt;/tt>. Values greater than &lt;tt>15&lt;/tt> may be used only if the &lt;b>IO APIC&lt;/b> is enabled for this virtual machine.</string>
64 </property>
65 </widget>
66 </item>
67 </layout>
68 </item>
69 <item row="0" column="3" >
70 <layout class="QHBoxLayout" >
71 <item>
72 <widget class="QLabel" name="mLbIOPort" >
73 <property name="text" >
74 <string>I/O Po&amp;rt</string>
75 </property>
76 <property name="buddy" >
77 <cstring>mLbIOPort</cstring>
78 </property>
79 </widget>
80 </item>
81 <item>
82 <widget class="QLineEdit" name="mLeIOPort" >
83 <property name="sizePolicy" >
84 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
85 <horstretch>0</horstretch>
86 <verstretch>0</verstretch>
87 </sizepolicy>
88 </property>
89 <property name="whatsThis" >
90 <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>
91 </property>
92 </widget>
93 </item>
94 </layout>
95 </item>
96 <item row="0" column="4" >
97 <spacer>
98 <property name="orientation" >
99 <enum>Qt::Horizontal</enum>
100 </property>
101 <property name="sizeHint" >
102 <size>
103 <width>0</width>
104 <height>20</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 <item rowspan="2" row="1" column="0" >
110 <widget class="QLabel" name="mLbPath" >
111 <property name="text" >
112 <string>Port &amp;Path</string>
113 </property>
114 <property name="buddy" >
115 <cstring>mLePath</cstring>
116 </property>
117 </widget>
118 </item>
119 <item rowspan="2" row="1" column="1" colspan="4" >
120 <widget class="QLineEdit" name="mLePath" >
121 <property name="whatsThis" >
122 <string>Displays the host parallel device name.</string>
123 </property>
124 </widget>
125 </item>
126 <item row="3" column="2" >
127 <spacer>
128 <property name="orientation" >
129 <enum>Qt::Vertical</enum>
130 </property>
131 <property name="sizeHint" >
132 <size>
133 <width>20</width>
134 <height>0</height>
135 </size>
136 </property>
137 </spacer>
138 </item>
139 </layout>
140 </widget>
141 </item>
142 </layout>
143 </widget>
144 <resources/>
145 <connections/>
146</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