- Timestamp:
- Nov 25, 2010 2:03:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzdPage4.ui
r33668 r34370 43 43 <widget class="QILabel" name="m_pPage4Text1"> 44 44 <property name="text"> 45 <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>45 <string><p>Select a virtual hard disk to be used as the boot hard disk of the virtual machine. You can either create a new hard disk or select an existing one from the drop-down list or by pressing corresponding button (to invoke file-open window).</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> 46 46 </property> 47 47 <property name="wordWrap"> … … 66 66 </property> 67 67 <layout class="QGridLayout" name="m_pLayout2"> 68 <item row="0" column="0" colspan=" 3">68 <item row="0" column="0" colspan="2"> 69 69 <widget class="QRadioButton" name="m_pDiskCreate"> 70 70 <property name="text"> … … 76 76 </widget> 77 77 </item> 78 <item row="1" column="0" colspan=" 3">78 <item row="1" column="0" colspan="2"> 79 79 <widget class="QRadioButton" name="m_pDiskPresent"> 80 80 <property name="text"> … … 84 84 </item> 85 85 <item row="2" column="1"> 86 <widget class="VBoxMediaComboBox" name="m_pDiskSelector"/> 87 </item> 88 <item row="2" column="2"> 89 <widget class="QToolButton" name="m_pVMMButton"> 90 <property name="autoRaise"> 91 <bool>true</bool> 86 <layout class="QHBoxLayout" name="m_pLayout3"> 87 <property name="spacing" > 88 <number>1</number> 92 89 </property> 93 <property name="toolTip"> 94 <string>Select a hard disk image file</string> 95 </property> 96 </widget> 90 <item> 91 <widget class="VBoxMediaComboBox" name="m_pDiskSelector"> 92 <property name="sizePolicy"> 93 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> 94 <horstretch>1</horstretch> 95 <verstretch>0</verstretch> 96 </sizepolicy> 97 </property> 98 </widget> 99 </item> 100 <item> 101 <widget class="QToolButton" name="m_pVMMButton"> 102 <property name="autoRaise"> 103 <bool>true</bool> 104 </property> 105 <property name="toolTip"> 106 <string>Choose a virtual hard disk file...</string> 107 </property> 108 </widget> 109 </item> 110 </layout> 97 111 </item> 98 112 </layout>
Note:
See TracChangeset
for help on using the changeset viewer.