UINewVMWzdPage2.ui revision e64031e20c39650a7bc902a3e1aba613b9415dee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<comment>
VBox frontends: Qt4 GUI ("VirtualBox"):
Copyright (C) 2009 Oracle Corporation
This file is part of VirtualBox Open Source Edition (OSE), as
available from http://www.virtualbox.org. This file is free software;
General Public License (GPL) as published by the Free Software
Foundation, in version 2 as it comes in the "COPYING" file of the
VirtualBox OSE distribution. VirtualBox OSE is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
</comment>
<class>UINewVMWzdPage2</class>
<widget class="QWidget" name="UINewVMWzdPage2">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>400</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="m_pLayout1">
<property name="bottomMargin" >
<number>0</number>
</property>
<item>
<widget class="QILabel" name="m_pPage2Text1">
<property name="text">
<string><p>Enter a name for the new virtual machine and select the type of the guest operating system you plan to install onto the virtual machine.</p><p>The name of the virtual machine usually indicates its software and hardware configuration. It will be used by all VirtualBox components to identify your virtual machine.</p></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="m_pNameEditorCnt">
<property name="title">
<string>N&ame</string>
</property>
<layout class="QHBoxLayout" name="m_pLayout2">
<item>
<widget class="QLineEdit" name="m_pNameEditor"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="m_pTypeSelectorCnt">
<property name="title">
<string>OS &Type</string>
</property>
<layout class="QHBoxLayout" name="m_pLayout3">
<item>
<widget class="VBoxOSTypeSelectorWidget" name="m_pTypeSelector" native="true"/>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="m_pSpacer1">
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QILabel</class>
<extends>QLabel</extends>
</customwidget>
<customwidget>
<class>VBoxOSTypeSelectorWidget</class>
<extends>QWidget</extends>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>