Changeset 13580 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsHD.ui
- Timestamp:
- Oct 27, 2008 2:04:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsHD.ui
r12030 r13580 29 29 <layout class="QGridLayout" > 30 30 <item row="0" column="0" > 31 <widget class="QCheckBox" name="m CbSATA" >31 <widget class="QCheckBox" name="mSATACheck" > 32 32 <property name="whatsThis" > 33 33 <string>When checked, enables the virtual SATA controller of this machine. Note that you cannot attach hard disks to SATA ports when the virtual SATA controller is disabled.</string> … … 81 81 </property> 82 82 <property name="whatsThis" > 83 <string>Lists all hard disks attached to this machine. Use a mouse click or the <tt >Space</tt>key on the highlighted item to activate the drop-down list and choose the desired value. Use the context menu or buttons to the right to add or remove hard disk attachments.</string>83 <string>Lists all hard disks attached to this machine. Use a mouse click or the <tt>Space</tt> key on the highlighted item to activate the drop-down list and choose the desired value. Use the context menu or buttons to the right to add or remove hard disk attachments.</string> 84 84 </property> 85 85 <property name="horizontalScrollBarPolicy" > … … 109 109 </widget> 110 110 </item> 111 <item row="3" column="0" > 112 <widget class="QCheckBox" name="mShowDiffsCheck" > 113 <property name="whatsThis" > 114 <string>If checked, it will show differencing hard disks actually attached to the slots instead of their base hard disks (shown in case of indirect attachments) and will also let attach other differencing hard disks explicitly. Check this only if you need a complex hard disk setup.</string> 115 </property> 116 <property name="text" > 117 <string>&Show Differencing Hard Disks</string> 118 </property> 119 </widget> 120 </item> 111 121 </layout> 112 122 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.