~siretart/ubuntu/raring/virtualbox-ose/bug.1101867

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzdPage4.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
   <item>
43
43
    <widget class="QILabel" name="m_pPage4Text1">
44
44
     <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>
46
46
     </property>
47
47
     <property name="wordWrap">
48
48
      <bool>true</bool>
86
86
       <widget class="VBoxMediaComboBox" name="m_pDiskSelector"/>
87
87
      </item>
88
88
      <item row="2" column="2">
89
 
       <widget class="QToolButton" name="m_pVMMButton">
 
89
       <widget class="QIToolButton" name="m_pVMMButton">
90
90
        <property name="autoRaise">
91
91
         <bool>true</bool>
92
92
        </property>
 
93
        <property name="toolTip">
 
94
         <string>Choose a virtual hard disk file...</string>
 
95
        </property>
93
96
       </widget>
94
97
      </item>
95
98
     </layout>
109
112
 </widget>
110
113
 <customwidgets>
111
114
  <customwidget>
 
115
   <class>QIToolButton</class>
 
116
   <extends>QToolButton</extends>
 
117
   <header>QIToolButton.h</header>
 
118
  </customwidget>
 
119
  <customwidget>
112
120
   <class>QILabel</class>
113
121
   <extends>QLabel</extends>
114
122
   <header>QILabel.h</header>