VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzdPage3.ui@ 28800

Last change on this file since 28800 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.0 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-2010 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>UINewHDWzdPage3</class>
17 <widget class="QWidget" name="UINewHDWzdPage3">
18 <property name="geometry">
19 <rect>
20 <x>0</x>
21 <y>0</y>
22 <width>600</width>
23 <height>400</height>
24 </rect>
25 </property>
26 <property name="sizePolicy">
27 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
28 <horstretch>0</horstretch>
29 <verstretch>0</verstretch>
30 </sizepolicy>
31 </property>
32 <layout class="QVBoxLayout" name="m_pLayout1">
33 <property name="bottomMargin" >
34 <number>0</number>
35 </property>
36 <item>
37 <widget class="QILabel" name="m_pPage3Text1">
38 <property name="text">
39 <string>&lt;p&gt;Press the &lt;b&gt;Select&lt;/b&gt; button to select the location of a file to store the hard disk data or type a file name in the entry field.&lt;/p&gt;</string>
40 </property>
41 <property name="wordWrap">
42 <bool>true</bool>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QGroupBox" name="m_pLocationCnt">
48 <property name="title">
49 <string>&amp;Location</string>
50 </property>
51 <layout class="QHBoxLayout" name="m_pLayout2">
52 <item>
53 <widget class="QLineEdit" name="m_pLocationEditor"/>
54 </item>
55 <item>
56 <widget class="QToolButton" name="m_pLocationSelector">
57 <property name="autoRaise">
58 <bool>true</bool>
59 </property>
60 </widget>
61 </item>
62 </layout>
63 </widget>
64 </item>
65 <item>
66 <widget class="QILabel" name="m_pPage3Text2">
67 <property name="text">
68 <string>&lt;p&gt;Select the size of the virtual hard disk in megabytes. This size will be reported to the Guest OS as the maximum size of this hard disk.&lt;/p&gt;</string>
69 </property>
70 <property name="wordWrap">
71 <bool>true</bool>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QGroupBox" name="m_pSizeCnt">
77 <property name="title">
78 <string>&amp;Size</string>
79 </property>
80 <layout class="QGridLayout" name="m_pLayout3">
81 <item row="0" column="0" colspan="3">
82 <widget class="QSlider" name="m_pSizeSlider">
83 <property name="sizePolicy">
84 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
85 <horstretch>0</horstretch>
86 <verstretch>0</verstretch>
87 </sizepolicy>
88 </property>
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="tickPosition">
93 <enum>QSlider::TicksBelow</enum>
94 </property>
95 </widget>
96 </item>
97 <item row="0" column="3">
98 <widget class="QILineEdit" name="m_pSizeEditor">
99 <property name="sizePolicy">
100 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
101 <horstretch>0</horstretch>
102 <verstretch>0</verstretch>
103 </sizepolicy>
104 </property>
105 </widget>
106 </item>
107 <item row="1" column="0">
108 <widget class="QLabel" name="m_pSizeMin">
109 <property name="sizePolicy">
110 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
111 <horstretch>0</horstretch>
112 <verstretch>0</verstretch>
113 </sizepolicy>
114 </property>
115 </widget>
116 </item>
117 <item row="1" column="1">
118 <spacer name="m_pSpacer1">
119 <property name="orientation">
120 <enum>Qt::Horizontal</enum>
121 </property>
122 <property name="sizeHint" stdset="0">
123 <size>
124 <width>0</width>
125 <height>0</height>
126 </size>
127 </property>
128 </spacer>
129 </item>
130 <item row="1" column="2">
131 <widget class="QLabel" name="m_pSizeMax">
132 <property name="sizePolicy">
133 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
134 <horstretch>0</horstretch>
135 <verstretch>0</verstretch>
136 </sizepolicy>
137 </property>
138 </widget>
139 </item>
140 </layout>
141 </widget>
142 </item>
143 <item>
144 <spacer name="m_pSpacer2">
145 <property name="sizeHint" stdset="0">
146 <size>
147 <width>0</width>
148 <height>0</height>
149 </size>
150 </property>
151 </spacer>
152 </item>
153 </layout>
154 </widget>
155 <customwidgets>
156 <customwidget>
157 <class>QILabel</class>
158 <extends>QLabel</extends>
159 <header>QILabel.h</header>
160 </customwidget>
161 <customwidget>
162 <class>QILineEdit</class>
163 <extends>QLineEdit</extends>
164 <header>QILineEdit.h</header>
165 </customwidget>
166 </customwidgets>
167 <resources/>
168 <connections/>
169</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