VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzdPage4.ui@ 34548

Last change on this file since 34548 was 34548, checked in by vboxsync, 14 years ago

FE/Qt4: use QIToolButton

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <comment>
4 VBox frontends: Qt4 GUI ("VirtualBox"):
5
6 Copyright (C) 2009 Oracle Corporation
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.virtualbox.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15 </comment>
16 <class>UINewVMWzdPage4</class>
17 <widget class="QWidget" name="UINewVMWzdPage4">
18 <property name="sizePolicy">
19 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
20 <horstretch>0</horstretch>
21 <verstretch>0</verstretch>
22 </sizepolicy>
23 </property>
24 <property name="geometry">
25 <rect>
26 <x>0</x>
27 <y>0</y>
28 <width>600</width>
29 <height>400</height>
30 </rect>
31 </property>
32 <property name="sizePolicy">
33 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 <layout class="QVBoxLayout" name="m_pLayout1">
39 <property name="bottomMargin" >
40 <number>0</number>
41 </property>
42 <item>
43 <widget class="QILabel" name="m_pPage4Text1">
44 <property name="text">
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 </property>
47 <property name="wordWrap">
48 <bool>true</bool>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QILabel" name="m_pPage4Text2">
54 <property name="wordWrap">
55 <bool>true</bool>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <widget class="QGroupBox" name="m_pBootHDCnt">
61 <property name="title">
62 <string>Boot Hard &amp;Disk</string>
63 </property>
64 <property name="checkable">
65 <bool>true</bool>
66 </property>
67 <layout class="QGridLayout" name="m_pLayout2">
68 <item row="0" column="0" colspan="3">
69 <widget class="QRadioButton" name="m_pDiskCreate">
70 <property name="text">
71 <string>&amp;Create new hard disk</string>
72 </property>
73 <property name="checked">
74 <bool>true</bool>
75 </property>
76 </widget>
77 </item>
78 <item row="1" column="0" colspan="3">
79 <widget class="QRadioButton" name="m_pDiskPresent">
80 <property name="text">
81 <string>&amp;Use existing hard disk</string>
82 </property>
83 </widget>
84 </item>
85 <item row="2" column="1">
86 <widget class="VBoxMediaComboBox" name="m_pDiskSelector"/>
87 </item>
88 <item row="2" column="2">
89 <widget class="QIToolButton" name="m_pVMMButton">
90 <property name="autoRaise">
91 <bool>true</bool>
92 </property>
93 <property name="toolTip">
94 <string>Choose a virtual hard disk file...</string>
95 </property>
96 </widget>
97 </item>
98 </layout>
99 </widget>
100 </item>
101 <item>
102 <spacer name="m_pSpacer1">
103 <property name="sizeHint" stdset="0">
104 <size>
105 <width>0</width>
106 <height>0</height>
107 </size>
108 </property>
109 </spacer>
110 </item>
111 </layout>
112 </widget>
113 <customwidgets>
114 <customwidget>
115 <class>QIToolButton</class>
116 <extends>QToolButton</extends>
117 <header>QIToolButton.h</header>
118 </customwidget>
119 <customwidget>
120 <class>QILabel</class>
121 <extends>QLabel</extends>
122 <header>QILabel.h</header>
123 </customwidget>
124 <customwidget>
125 <class>VBoxMediaComboBox</class>
126 <extends>QComboBox</extends>
127 <header>VBoxMediaComboBox.h</header>
128 </customwidget>
129 </customwidgets>
130 <resources/>
131 <connections/>
132</ui>
Note: See TracBrowser for help on using the repository browser.

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