Changeset 46868 in vbox
- Timestamp:
- Jun 28, 2013 3:19:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.ui
r43106 r46868 48 48 <size> 49 49 <width>20</width> 50 <height> 20</height>50 <height>0</height> 51 51 </size> 52 52 </property> … … 100 100 <item row="0" column="3" > 101 101 <widget class="QLineEdit" name="mLeIRQ" > 102 <property name="sizePolicy" > 103 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > 104 <horstretch>0</horstretch> 102 <property name="whatsThis" > 103 <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> 104 </property> 105 </widget> 106 </item> 107 <item row="0" column="4" > 108 <widget class="QLabel" name="mLbIOPort" > 109 <property name="text" > 110 <string>I/O Po&rt:</string> 111 </property> 112 <property name="buddy" > 113 <cstring>mLeIOPort</cstring> 114 </property> 115 </widget> 116 </item> 117 <item row="0" column="5" > 118 <widget class="QLineEdit" name="mLeIOPort" > 119 <property name="whatsThis" > 120 <string>Displays the base I/O port address of this serial port. Valid values are integer numbers in range from <tt>0</tt> to <tt>0xFFFF</tt>.</string> 121 </property> 122 </widget> 123 </item> 124 <item row="0" column="6" > 125 <spacer> 126 <property name="orientation" > 127 <enum>Qt::Horizontal</enum> 128 </property> 129 <property name="sizePolicy"> 130 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 131 <horstretch>1</horstretch> 105 132 <verstretch>0</verstretch> 106 133 </sizepolicy> 107 134 </property> 108 <property name="whatsThis" > 109 <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> 110 </property> 111 </widget> 112 </item> 113 <item row="0" column="4" > 114 <widget class="QLabel" name="mLbIOPort" > 115 <property name="text" > 116 <string>I/O Po&rt:</string> 117 </property> 118 <property name="buddy" > 119 <cstring>mLeIOPort</cstring> 120 </property> 121 </widget> 122 </item> 123 <item row="0" column="5" > 124 <widget class="QLineEdit" name="mLeIOPort" > 125 <property name="sizePolicy" > 126 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > 127 <horstretch>0</horstretch> 128 <verstretch>0</verstretch> 129 </sizepolicy> 130 </property> 131 <property name="whatsThis" > 132 <string>Displays the base I/O port address of this serial port. Valid values are integer numbers in range from <tt>0</tt> to <tt>0xFFFF</tt>.</string> 133 </property> 134 </widget> 135 <property name="sizeHint" > 136 <size> 137 <width>0</width> 138 <height>0</height> 139 </size> 140 </property> 141 </spacer> 135 142 </item> 136 143 <item row="1" column="0" > … … 190 197 </widget> 191 198 </item> 192 <item row="3" column="1" colspan=" 5" >199 <item row="3" column="1" colspan="6" > 193 200 <widget class="QLineEdit" name="mLePath" > 194 201 <property name="whatsThis" > … … 200 207 </widget> 201 208 </item> 202 <item row="1" column="2" > 203 <spacer> 204 <property name="orientation" > 205 <enum>Qt::Horizontal</enum> 206 </property> 207 <property name="sizeHint" > 208 <size> 209 <width>40</width> 210 <height>20</height> 211 </size> 212 </property> 213 </spacer> 214 </item> 215 <item row="2" column="1" > 209 <item row="2" column="0" colspan="2" > 216 210 <spacer> 217 211 <property name="orientation" > … … 220 214 <property name="sizeHint" > 221 215 <size> 222 <width> 20</width>223 <height> 40</height>216 <width>0</width> 217 <height>0</height> 224 218 </size> 225 219 </property>
Note:
See TracChangeset
for help on using the changeset viewer.