VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxImportApplianceDlg.ui@ 16950

Last change on this file since 16950 was 16703, checked in by vboxsync, 16 years ago

FE/Qt4-OVF: Added some description. Improved error handling.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1<ui version="4.0" >
2 <class>VBoxImportApplianceDlg</class>
3 <widget class="QIDialog" name="VBoxImportApplianceDlg" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>573</width>
9 <height>476</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Appliance Import Settings</string>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <property name="modal" >
19 <bool>true</bool>
20 </property>
21 <layout class="QGridLayout" name="gridLayout" >
22 <item row="0" column="0" >
23 <widget class="QLabel" name="mInfoText" >
24 <property name="text" >
25 <string>These are the Virtual Machines as described in the Appliance. VirtualBox has done some initial mapping of the various values. You can change most of the shown properties by double clicking on the items. To disable some of them use the check box near the values.</string>
26 </property>
27 <property name="alignment" >
28 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
29 </property>
30 <property name="wordWrap" >
31 <bool>true</bool>
32 </property>
33 </widget>
34 </item>
35 <item row="1" column="0" >
36 <widget class="QTreeView" name="mTvSettings" >
37 <property name="sizePolicy" >
38 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Expanding" >
39 <horstretch>0</horstretch>
40 <verstretch>0</verstretch>
41 </sizepolicy>
42 </property>
43 </widget>
44 </item>
45 <item row="2" column="0" >
46 <widget class="QWidget" native="1" name="mWarningWidget" >
47 <property name="sizePolicy" >
48 <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch>
51 </sizepolicy>
52 </property>
53 <layout class="QVBoxLayout" name="verticalLayout" >
54 <property name="sizeConstraint" >
55 <enum>QLayout::SetDefaultConstraint</enum>
56 </property>
57 <property name="margin" >
58 <number>0</number>
59 </property>
60 <item>
61 <widget class="QLabel" name="label" >
62 <property name="text" >
63 <string>Warnings:</string>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <widget class="QTextEdit" name="mWarningTextEdit" >
69 <property name="maximumSize" >
70 <size>
71 <width>16777215</width>
72 <height>107</height>
73 </size>
74 </property>
75 <property name="autoFormatting" >
76 <set>QTextEdit::AutoBulletList</set>
77 </property>
78 <property name="readOnly" >
79 <bool>true</bool>
80 </property>
81 </widget>
82 </item>
83 </layout>
84 </widget>
85 </item>
86 <item row="3" column="0" >
87 <widget class="QIDialogButtonBox" name="mButtonBox" >
88 <property name="orientation" >
89 <enum>Qt::Horizontal</enum>
90 </property>
91 <property name="standardButtons" >
92 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </widget>
98 <customwidgets>
99 <customwidget>
100 <class>QIDialog</class>
101 <extends>QDialog</extends>
102 <header>QIDialog.h</header>
103 <container>1</container>
104 </customwidget>
105 <customwidget>
106 <class>QIDialogButtonBox</class>
107 <extends>QDialogButtonBox</extends>
108 <header>QIDialogButtonBox.h</header>
109 </customwidget>
110 </customwidgets>
111 <resources/>
112 <connections>
113 <connection>
114 <sender>mButtonBox</sender>
115 <signal>accepted()</signal>
116 <receiver>VBoxImportApplianceDlg</receiver>
117 <slot>accept()</slot>
118 <hints>
119 <hint type="sourcelabel" >
120 <x>248</x>
121 <y>254</y>
122 </hint>
123 <hint type="destinationlabel" >
124 <x>157</x>
125 <y>274</y>
126 </hint>
127 </hints>
128 </connection>
129 <connection>
130 <sender>mButtonBox</sender>
131 <signal>rejected()</signal>
132 <receiver>VBoxImportApplianceDlg</receiver>
133 <slot>reject()</slot>
134 <hints>
135 <hint type="sourcelabel" >
136 <x>316</x>
137 <y>260</y>
138 </hint>
139 <hint type="destinationlabel" >
140 <x>286</x>
141 <y>274</y>
142 </hint>
143 </hints>
144 </connection>
145 </connections>
146</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