VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsSerial.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 Date Revision Author Id
File size: 6.1 KB
Line 
1<ui version="4.0" >
2 <class>VBoxVMSettingsSerial</class>
3 <widget class="QWidget" name="VBoxVMSettingsSerial" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>352</width>
9 <height>163</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" >
13 <item>
14 <widget class="QGroupBox" name="mGbSerial" >
15 <property name="whatsThis" >
16 <string>When checked, enables the given serial port of the virtual machine.</string>
17 </property>
18 <property name="title" >
19 <string>&amp;Enable Serial 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 serial port number. You can choose one of the standard serial 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 serial 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 serial 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 row="1" column="0" >
110 <widget class="QLabel" name="mLbMode" >
111 <property name="text" >
112 <string>Port &amp;Mode</string>
113 </property>
114 <property name="buddy" >
115 <cstring>mCbMode</cstring>
116 </property>
117 </widget>
118 </item>
119 <item row="1" column="1" >
120 <widget class="QComboBox" name="mCbMode" >
121 <property name="whatsThis" >
122 <string>Controls the working mode of this serial port. If you select &lt;b>Disconnected&lt;/b>, the guest OS will detect the serial port but will not be able to operate it.</string>
123 </property>
124 </widget>
125 </item>
126 <item row="1" column="2" colspan="2" >
127 <widget class="QCheckBox" name="mCbPipe" >
128 <property name="whatsThis" >
129 <string>If checked, the pipe specified in the &lt;b>Port Path&lt;/b> field will be created by the virtual machine when it starts. Otherwise, the virtual machine will try to use the existing pipe.</string>
130 </property>
131 <property name="text" >
132 <string>&amp;Create Pipe</string>
133 </property>
134 </widget>
135 </item>
136 <item row="1" column="4" >
137 <spacer>
138 <property name="orientation" >
139 <enum>Qt::Horizontal</enum>
140 </property>
141 <property name="sizeHint" >
142 <size>
143 <width>0</width>
144 <height>20</height>
145 </size>
146 </property>
147 </spacer>
148 </item>
149 <item row="2" column="0" >
150 <widget class="QLabel" name="mLbPath" >
151 <property name="text" >
152 <string>Port &amp;Path</string>
153 </property>
154 <property name="buddy" >
155 <cstring>mLePath</cstring>
156 </property>
157 </widget>
158 </item>
159 <item row="2" column="1" colspan="4" >
160 <widget class="QLineEdit" name="mLePath" >
161 <property name="whatsThis" >
162 <string>Displays the path to the serial port's pipe on the host when the port works in &lt;b>Host Pipe&lt;/b> mode, or the host serial device name when the port works in &lt;b>Host Device&lt;/b> mode.</string>
163 </property>
164 </widget>
165 </item>
166 <item row="3" column="2" >
167 <spacer>
168 <property name="orientation" >
169 <enum>Qt::Vertical</enum>
170 </property>
171 <property name="sizeHint" >
172 <size>
173 <width>20</width>
174 <height>0</height>
175 </size>
176 </property>
177 </spacer>
178 </item>
179 </layout>
180 </widget>
181 </item>
182 </layout>
183 </widget>
184 <resources/>
185 <connections/>
186</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