Changeset 24811 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSerial.ui
- Timestamp:
- Nov 19, 2009 9:06:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 55028
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSerial.ui
r19624 r24811 111 111 </property> 112 112 <property name="whatsThis" > 113 <string>Displays the IRQ number of this serial port. Valid values are integer numbers in range from <tt>0</tt> to <tt>255</tt>. Values greater than <tt>15</tt> may be used only if the <b>IO APIC</b>is enabled for this virtual machine.</string>113 <string>Displays the IRQ number of this serial port. This should be a whole number between <tt>0</tt> and <tt>255</tt>. Values greater than <tt>15</tt> may only be used if the <b>IO APIC</b> setting is enabled for this virtual machine.</string> 114 114 </property> 115 115 </widget> … … 174 174 <widget class="QCheckBox" name="mCbPipe" > 175 175 <property name="whatsThis" > 176 <string>If checked, the pipe specified in the <b>Port Path</b> field will be created by the virtual machine when it starts. Otherwise, the virtual machine will try to use the existing pipe.</string>176 <string>If checked, the pipe specified in the <b>Port Path</b> field will be created by the virtual machine when it starts. Otherwise, the virtual machine will assume that the pipe exists and try to use it.</string> 177 177 </property> 178 178 <property name="text" > … … 197 197 <widget class="QLineEdit" name="mLePath" > 198 198 <property name="whatsThis" > 199 <string>Displays the path to the serial port's pipe on the host when the port works in <b>Host Pipe</b> mode, or the host serial device name when the port worksin <b>Host Device</b> mode.</string>199 <string>Displays the path to the serial port's pipe on the host when the port is working in <b>Host Pipe</b> mode, or the host serial device name when the port is working in <b>Host Device</b> mode.</string> 200 200 </property> 201 201 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.