VirtualBox

Changeset 34370 in vbox for trunk


Ignore:
Timestamp:
Nov 25, 2010 2:03:27 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: NLS fix for New VM wizard / Storage page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzdPage4.ui

    r33668 r34370  
    4343    <widget class="QILabel" name="m_pPage4Text1">
    4444     <property name="text">
    45       <string>&lt;p&gt;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 &lt;b&gt;New&lt;/b&gt; button or select an existing hard disk image from the drop-down list or by pressing the &lt;b&gt;Existing&lt;/b&gt; button (to invoke the Virtual Media Manager dialog).&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;</string>
     45      <string>&lt;p&gt;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).&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;</string>
    4646     </property>
    4747     <property name="wordWrap">
     
    6666     </property>
    6767     <layout class="QGridLayout" name="m_pLayout2">
    68       <item row="0" column="0" colspan="3">
     68      <item row="0" column="0" colspan="2">
    6969       <widget class="QRadioButton" name="m_pDiskCreate">
    7070        <property name="text">
     
    7676       </widget>
    7777      </item>
    78       <item row="1" column="0" colspan="3">
     78      <item row="1" column="0" colspan="2">
    7979       <widget class="QRadioButton" name="m_pDiskPresent">
    8080        <property name="text">
     
    8484      </item>
    8585      <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>
    9289        </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>
    97111      </item>
    98112     </layout>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette