Changeset 13580 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.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/VBoxNewVMWzd.ui
r12030 r13580 833 833 </property> 834 834 <property name="text" > 835 <string><p>Select a hard disk image to be used as the boot hard disk of the virtual machine. You can either create a new hard disk using the <b>New</b> button or select an existing hard disk image from the drop-down list or by pressing the <b>Existing</b> button (to invoke the Virtual DiskManager dialog).</p><p>If you need a more complicated hard disk setup, you can also skip this step and attach hard disks later using the VM Settings dialog.</p></string>835 <string><p>Select a hard disk image to be used as the boot hard disk of the virtual machine. You can either create a new hard disk using the <b>New</b> button or select an existing hard disk image from the drop-down list or by pressing the <b>Existing</b> button (to invoke the Virtual Media Manager dialog).</p><p>If you need a more complicated hard disk setup, you can also skip this step and attach hard disks later using the VM Settings dialog.</p></string> 836 836 </property> 837 837 <property name="wordWrap" > … … 863 863 </item> 864 864 <item> 865 <widget class="QGroupBox" name=" grbHDA" >865 <widget class="QGroupBox" name="mGbHDA" > 866 866 <property name="sizePolicy" > 867 867 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > … … 871 871 </property> 872 872 <property name="title" > 873 <string>B&oot Hard Disk (Primary Master)</string> 873 <string>Boot Hard &Disk (Primary Master)</string> 874 </property> 875 <property name="checkable"> 876 <bool>true</bool> 874 877 </property> 875 878 <layout class="QGridLayout" > … … 905 908 </item> 906 909 <item row="0" column="0" colspan="3" > 907 <widget class="VBoxMediaComboBox" name="m MediaCombo" >910 <widget class="VBoxMediaComboBox" name="mHDCombo" > 908 911 <property name="sizePolicy" > 909 912 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > … … 1244 1247 <tabstop>mBtnNext3</tabstop> 1245 1248 <tabstop>mBtnCancel3</tabstop> 1246 <tabstop>m MediaCombo</tabstop>1249 <tabstop>mHDCombo</tabstop> 1247 1250 <tabstop>mPbNewHD</tabstop> 1248 1251 <tabstop>mPbExistingHD</tabstop>
Note:
See TracChangeset
for help on using the changeset viewer.