Changeset 10676 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui
- Timestamp:
- Jul 15, 2008 4:22:01 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33389
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsCD.ui
r10352 r10676 23 23 <x>0</x> 24 24 <y>0</y> 25 <width> 376</width>26 <height>29 2</height>25 <width>239</width> 26 <height>299</height> 27 27 </rect> 28 28 </property> 29 <layout class="QVBoxLayout" > 30 <property name="leftMargin" > 31 <number>0</number> 32 </property> 33 <property name="topMargin" > 34 <number>5</number> 35 </property> 36 <property name="rightMargin" > 37 <number>0</number> 38 </property> 39 <property name="bottomMargin" > 40 <number>5</number> 41 </property> 42 <item> 43 <widget class="QGroupBox" name="mGbCD" > 29 <layout class="QGridLayout" > 30 <item row="0" column="0" colspan="3" > 31 <widget class="QCheckBox" name="mGbCD" > 32 <property name="whatsThis" > 33 <string>When checked, mounts the specified media to the CD/DVD drive of the virtual machine. Note that the CD/DVD drive is always connected to the Secondary Master IDE controller of the machine.</string> 34 </property> 35 <property name="text" > 36 <string>&Mount CD/DVD Drive</string> 37 </property> 38 <property name="checked" > 39 <bool>true</bool> 40 </property> 41 </widget> 42 </item> 43 <item row="1" column="0" > 44 <spacer> 45 <property name="orientation" > 46 <enum>Qt::Horizontal</enum> 47 </property> 48 <property name="sizeType" > 49 <enum>QSizePolicy::Fixed</enum> 50 </property> 51 <property name="sizeHint" > 52 <size> 53 <width>20</width> 54 <height>20</height> 55 </size> 56 </property> 57 </spacer> 58 </item> 59 <item row="1" column="1" > 60 <widget class="QWidget" native="1" name="mMountCDChild" > 44 61 <property name="sizePolicy" > 45 <sizepolicy vsizetype=" Fixed" hsizetype="Expanding" >62 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > 46 63 <horstretch>0</horstretch> 47 64 <verstretch>0</verstretch> 48 65 </sizepolicy> 49 66 </property> 50 <property name="whatsThis" > 51 <string>When checked, mounts the specified media to the CD/DVD drive of the virtual machine. Note that the CD/DVD drive is always connected to the Secondary Master IDE controller of the machine.</string> 52 </property> 53 <property name="title" > 54 <string>&Mount CD/DVD Drive</string> 55 </property> 56 <property name="checkable" > 57 <bool>true</bool> 58 </property> 59 <property name="checked" > 60 <bool>true</bool> 61 </property> 62 <layout class="QVBoxLayout" > 67 <layout class="QGridLayout" > 68 <property name="leftMargin" > 69 <number>0</number> 70 </property> 63 71 <property name="topMargin" > 64 <number> 5</number>72 <number>0</number> 65 73 </property> 66 <item> 67 <layout class="QHBoxLayout" > 68 <item> 69 <widget class="QRadioButton" name="mRbHostCD" > 70 <property name="whatsThis" > 71 <string>Mounts the specified CD/DVD drive to the virtual CD/DVD drive.</string> 72 </property> 73 <property name="text" > 74 <string>Host CD/DVD &Drive</string> 75 </property> 76 <property name="autoExclusive" > 77 <bool>false</bool> 78 </property> 79 </widget> 80 </item> 81 <item> 82 <widget class="QComboBox" name="mCbHostCD" > 83 <property name="whatsThis" > 84 <string>Lists host CD/DVD drives available to mount to the virtual machine.</string> 85 </property> 86 </widget> 87 </item> 88 <item> 89 <spacer> 90 <property name="orientation" > 91 <enum>Qt::Horizontal</enum> 92 </property> 93 <property name="sizeHint" > 94 <size> 95 <width>0</width> 96 <height>10</height> 97 </size> 98 </property> 99 </spacer> 100 </item> 101 </layout> 74 <property name="rightMargin" > 75 <number>0</number> 76 </property> 77 <property name="bottomMargin" > 78 <number>0</number> 79 </property> 80 <property name="verticalSpacing" > 81 <number>-1</number> 82 </property> 83 <item row="0" column="0" colspan="2" > 84 <widget class="QRadioButton" name="mRbHostCD" > 85 <property name="whatsThis" > 86 <string>Mounts the specified CD/DVD drive to the virtual CD/DVD drive.</string> 87 </property> 88 <property name="text" > 89 <string>Host CD/DVD &Drive</string> 90 </property> 91 <property name="autoExclusive" > 92 <bool>false</bool> 93 </property> 94 </widget> 102 95 </item> 103 <item> 104 <layout class="QHBoxLayout" > 105 <item> 106 <spacer> 107 <property name="orientation" > 108 <enum>Qt::Horizontal</enum> 109 </property> 110 <property name="sizeType" > 111 <enum>QSizePolicy::Fixed</enum> 112 </property> 113 <property name="sizeHint" > 114 <size> 115 <width>19</width> 116 <height>16</height> 117 </size> 118 </property> 119 </spacer> 120 </item> 121 <item> 122 <widget class="QCheckBox" name="mCbPassthrough" > 123 <property name="sizePolicy" > 124 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 125 <horstretch>0</horstretch> 126 <verstretch>0</verstretch> 127 </sizepolicy> 128 </property> 129 <property name="whatsThis" > 130 <string>When checked, allows the guest to send ATAPI commands directly to the host drive which makes it possible to use CD/DVD writers connected to the host inside the VM. Note that writing audio CD inside the VM is not yet supported.</string> 131 </property> 132 <property name="text" > 133 <string>Enable &Passthrough</string> 134 </property> 135 </widget> 136 </item> 137 </layout> 96 <item row="1" column="0" > 97 <spacer> 98 <property name="orientation" > 99 <enum>Qt::Horizontal</enum> 100 </property> 101 <property name="sizeType" > 102 <enum>QSizePolicy::Fixed</enum> 103 </property> 104 <property name="sizeHint" > 105 <size> 106 <width>8</width> 107 <height>16</height> 108 </size> 109 </property> 110 </spacer> 138 111 </item> 139 <item> 140 <layout class="QHBoxLayout" > 141 <item> 142 <widget class="QRadioButton" name="mRbIsoCD" > 143 <property name="whatsThis" > 144 <string>Mounts the specified CD/DVD image to the virtual CD/DVD drive.</string> 145 </property> 146 <property name="text" > 147 <string>&ISO Image File</string> 148 </property> 149 <property name="autoExclusive" > 150 <bool>false</bool> 151 </property> 152 </widget> 153 </item> 154 <item> 155 <spacer> 156 <property name="orientation" > 157 <enum>Qt::Horizontal</enum> 158 </property> 159 <property name="sizeHint" > 160 <size> 161 <width>0</width> 162 <height>10</height> 163 </size> 164 </property> 165 </spacer> 166 </item> 167 </layout> 112 <item row="1" column="1" > 113 <widget class="QComboBox" name="mCbHostCD" > 114 <property name="whatsThis" > 115 <string>Lists host CD/DVD drives available to mount to the virtual machine.</string> 116 </property> 117 </widget> 168 118 </item> 169 <item> 170 <layout class="QHBoxLayout" > 171 <item> 172 <spacer> 173 <property name="orientation" > 174 <enum>Qt::Horizontal</enum> 175 </property> 176 <property name="sizeType" > 177 <enum>QSizePolicy::Fixed</enum> 178 </property> 179 <property name="sizeHint" > 180 <size> 181 <width>19</width> 182 <height>16</height> 183 </size> 184 </property> 185 </spacer> 186 </item> 187 <item> 188 <widget class="VBoxMediaComboBox" name="mCbIsoCD" > 189 <property name="whatsThis" > 190 <string>Displays the image file to mount to the virtual CD/DVD drive and allows to quickly select a different image.</string> 191 </property> 192 </widget> 193 </item> 194 <item> 195 <widget class="QToolButton" name="mTbIsoCD" > 196 <property name="whatsThis" > 197 <string>Invokes the Virtual Disk Manager to select a CD/DVD image to mount.</string> 198 </property> 199 <property name="text" > 200 <string/> 201 </property> 202 <property name="autoRaise" > 203 <bool>true</bool> 204 </property> 205 </widget> 206 </item> 207 </layout> 119 <item row="2" column="1" > 120 <widget class="QCheckBox" name="mCbPassthrough" > 121 <property name="sizePolicy" > 122 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 123 <horstretch>0</horstretch> 124 <verstretch>0</verstretch> 125 </sizepolicy> 126 </property> 127 <property name="whatsThis" > 128 <string>When checked, allows the guest to send ATAPI commands directly to the host drive which makes it possible to use CD/DVD writers connected to the host inside the VM. Note that writing audio CD inside the VM is not yet supported.</string> 129 </property> 130 <property name="text" > 131 <string>Enable &Passthrough</string> 132 </property> 133 </widget> 134 </item> 135 <item row="3" column="0" colspan="2" > 136 <widget class="QRadioButton" name="mRbIsoCD" > 137 <property name="whatsThis" > 138 <string>Mounts the specified CD/DVD image to the virtual CD/DVD drive.</string> 139 </property> 140 <property name="text" > 141 <string>&ISO Image File</string> 142 </property> 143 <property name="autoExclusive" > 144 <bool>false</bool> 145 </property> 146 </widget> 147 </item> 148 <item row="4" column="1" > 149 <widget class="VBoxMediaComboBox" name="mCbIsoCD" > 150 <property name="whatsThis" > 151 <string>Displays the image file to mount to the virtual CD/DVD drive and allows to quickly select a different image.</string> 152 </property> 153 </widget> 154 </item> 155 <item row="4" column="2" > 156 <widget class="QToolButton" name="mTbIsoCD" > 157 <property name="whatsThis" > 158 <string>Invokes the Virtual Disk Manager to select a CD/DVD image to mount.</string> 159 </property> 160 <property name="text" > 161 <string/> 162 </property> 163 <property name="autoRaise" > 164 <bool>true</bool> 165 </property> 166 </widget> 208 167 </item> 209 168 </layout> 210 169 </widget> 211 170 </item> 212 <item >171 <item row="2" column="1" > 213 172 <spacer> 214 173 <property name="orientation" > … … 218 177 <size> 219 178 <width>20</width> 220 <height> 0</height>179 <height>40</height> 221 180 </size> 222 181 </property>
Note:
See TracChangeset
for help on using the changeset viewer.