VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxExportApplianceWzd.ui@ 17555

最後變更 在這個檔案從17555是 17555,由 vboxsync 提交於 16 年 前

FE/Qt4-OVF: change the second page also

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 11.2 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>VBoxExportApplianceWzd</class>
4 <widget class="QWidget" name="VBoxExportApplianceWzd">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>559</width>
10 <height>399</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Appliance Export Wizard</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <property name="margin">
18 <number>0</number>
19 </property>
20 <item>
21 <widget class="QStackedWidget" name="mPageStack">
22 <property name="currentIndex">
23 <number>0</number>
24 </property>
25 <widget class="QWidget" name="mVMSelectPage">
26 <layout class="QVBoxLayout" name="verticalLayout_2">
27 <item>
28 <widget class="QLabel" name="mPageWelcomeHdr">
29 <property name="font">
30 <font>
31 <family>Arial</family>
32 <pointsize>12</pointsize>
33 <weight>75</weight>
34 <bold>true</bold>
35 </font>
36 </property>
37 <property name="text">
38 <string>Welcome to the Appliance Export Wizard!</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="Line" name="line11">
44 <property name="orientation">
45 <enum>Qt::Horizontal</enum>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <layout class="QGridLayout" name="gridLayout">
51 <item row="0" column="0" rowspan="3">
52 <widget class="QLabel" name="mLogoWelcome">
53 <property name="sizePolicy">
54 <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
57 </sizepolicy>
58 </property>
59 <property name="autoFillBackground">
60 <bool>true</bool>
61 </property>
62 <property name="text">
63 <string/>
64 </property>
65 <property name="pixmap">
66 <pixmap resource="../VirtualBox.qrc">:/vmw_ovf_import.png</pixmap>
67 </property>
68 <property name="alignment">
69 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
70 </property>
71 </widget>
72 </item>
73 <item row="0" column="1">
74 <widget class="QILabel" name="mTextWelcome">
75 <property name="sizePolicy">
76 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
77 <horstretch>0</horstretch>
78 <verstretch>0</verstretch>
79 </sizepolicy>
80 </property>
81 <property name="minimumSize">
82 <size>
83 <width>300</width>
84 <height>0</height>
85 </size>
86 </property>
87 <property name="text">
88 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
89&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
90p, li { white-space: pre-wrap; }
91&lt;/style&gt;&lt;/head&gt;&lt;body&gt;
92&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This wizard will you guide to the process of exporting an Appliance. &lt;/p&gt;
93&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Use the &lt;span style=&quot; font-weight:600;&quot;&gt;Next&lt;/span&gt; button to go the next page of the wizard and the &lt;span style=&quot; font-weight:600;&quot;&gt;Back&lt;/span&gt; button to return to the previous page.&lt;/p&gt;
94&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;In order to export an Appliance you have to select the virtual machines which should be included. You can select more than one. Please note that these VMs have to be turned off before they can be exported.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
95 </property>
96 <property name="wordWrap">
97 <bool>true</bool>
98 </property>
99 </widget>
100 </item>
101 <item row="1" column="1">
102 <widget class="QListWidget" name="mVMListWidget"/>
103 </item>
104 </layout>
105 </item>
106 <item>
107 <widget class="Line" name="line12">
108 <property name="orientation">
109 <enum>Qt::Horizontal</enum>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <layout class="QHBoxLayout" name="_2">
115 <item>
116 <spacer>
117 <property name="orientation">
118 <enum>Qt::Horizontal</enum>
119 </property>
120 <property name="sizeHint" stdset="0">
121 <size>
122 <width>0</width>
123 <height>0</height>
124 </size>
125 </property>
126 </spacer>
127 </item>
128 <item>
129 <widget class="QPushButton" name="mBtnBack1">
130 <property name="enabled">
131 <bool>false</bool>
132 </property>
133 <property name="text">
134 <string>&lt; &amp;Back</string>
135 </property>
136 </widget>
137 </item>
138 <item>
139 <widget class="QPushButton" name="mBtnNext1">
140 <property name="text">
141 <string>&amp;Next &gt;</string>
142 </property>
143 </widget>
144 </item>
145 <item>
146 <spacer>
147 <property name="orientation">
148 <enum>Qt::Horizontal</enum>
149 </property>
150 <property name="sizeType">
151 <enum>QSizePolicy::Fixed</enum>
152 </property>
153 <property name="sizeHint" stdset="0">
154 <size>
155 <width>5</width>
156 <height>0</height>
157 </size>
158 </property>
159 </spacer>
160 </item>
161 <item>
162 <widget class="QPushButton" name="mBtnCancel1">
163 <property name="text">
164 <string>Cancel</string>
165 </property>
166 </widget>
167 </item>
168 </layout>
169 </item>
170 </layout>
171 </widget>
172 <widget class="QWidget" name="mFileSelectPage">
173 <layout class="QVBoxLayout" name="verticalLayout_3">
174 <item>
175 <widget class="QLabel" name="mPageSettingsHdr">
176 <property name="font">
177 <font>
178 <family>Arial</family>
179 <pointsize>12</pointsize>
180 <weight>75</weight>
181 <bold>true</bold>
182 </font>
183 </property>
184 <property name="text">
185 <string>Appliance Export Settings</string>
186 </property>
187 </widget>
188 </item>
189 <item>
190 <widget class="Line" name="line21">
191 <property name="orientation">
192 <enum>Qt::Horizontal</enum>
193 </property>
194 </widget>
195 </item>
196 <item>
197 <layout class="QGridLayout" name="gridLayout_2">
198 <item row="0" column="0" rowspan="3">
199 <widget class="QLabel" name="mLogoSettings">
200 <property name="sizePolicy">
201 <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
202 <horstretch>0</horstretch>
203 <verstretch>0</verstretch>
204 </sizepolicy>
205 </property>
206 <property name="autoFillBackground">
207 <bool>true</bool>
208 </property>
209 <property name="text">
210 <string/>
211 </property>
212 <property name="pixmap">
213 <pixmap resource="../VirtualBox.qrc">:/vmw_ovf_import.png</pixmap>
214 </property>
215 <property name="alignment">
216 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
217 </property>
218 </widget>
219 </item>
220 <item row="0" column="1">
221 <widget class="QILabel" name="mTextSettings">
222 <property name="sizePolicy">
223 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
224 <horstretch>0</horstretch>
225 <verstretch>0</verstretch>
226 </sizepolicy>
227 </property>
228 <property name="minimumSize">
229 <size>
230 <width>300</width>
231 <height>0</height>
232 </size>
233 </property>
234 <property name="text">
235 <string>You have to select a filename as target for the export. Currently VirtualBox supports the Open Virtualization Format (OVF).</string>
236 </property>
237 <property name="wordWrap">
238 <bool>true</bool>
239 </property>
240 </widget>
241 </item>
242 <item row="1" column="1">
243 <widget class="VBoxFilePathSelectorWidget" name="mFileSelector"/>
244 </item>
245 <item row="2" column="1">
246 <spacer name="spacer">
247 <property name="orientation">
248 <enum>Qt::Vertical</enum>
249 </property>
250 <property name="sizeHint" stdset="0">
251 <size>
252 <width>418</width>
253 <height>208</height>
254 </size>
255 </property>
256 </spacer>
257 </item>
258 </layout>
259 </item>
260 <item>
261 <widget class="Line" name="line22">
262 <property name="orientation">
263 <enum>Qt::Horizontal</enum>
264 </property>
265 </widget>
266 </item>
267 <item>
268 <layout class="QHBoxLayout" name="_3">
269 <item>
270 <spacer>
271 <property name="orientation">
272 <enum>Qt::Horizontal</enum>
273 </property>
274 <property name="sizeHint" stdset="0">
275 <size>
276 <width>0</width>
277 <height>0</height>
278 </size>
279 </property>
280 </spacer>
281 </item>
282 <item>
283 <widget class="QPushButton" name="mBtnBack2">
284 <property name="text">
285 <string>&lt; &amp;Back</string>
286 </property>
287 </widget>
288 </item>
289 <item>
290 <widget class="QPushButton" name="mBtnFinish">
291 <property name="text">
292 <string>&amp;Export &gt;</string>
293 </property>
294 </widget>
295 </item>
296 <item>
297 <spacer>
298 <property name="orientation">
299 <enum>Qt::Horizontal</enum>
300 </property>
301 <property name="sizeType">
302 <enum>QSizePolicy::Fixed</enum>
303 </property>
304 <property name="sizeHint" stdset="0">
305 <size>
306 <width>5</width>
307 <height>0</height>
308 </size>
309 </property>
310 </spacer>
311 </item>
312 <item>
313 <widget class="QPushButton" name="mBtnCancel2">
314 <property name="text">
315 <string>Cancel</string>
316 </property>
317 </widget>
318 </item>
319 </layout>
320 </item>
321 </layout>
322 </widget>
323 </widget>
324 </item>
325 </layout>
326 </widget>
327 <customwidgets>
328 <customwidget>
329 <class>QILabel</class>
330 <extends>QLabel</extends>
331 <header>QILabel.h</header>
332 </customwidget>
333 <customwidget>
334 <class>VBoxFilePathSelectorWidget</class>
335 <extends>QComboBox</extends>
336 <header>VBoxFilePathSelectorWidget.h</header>
337 </customwidget>
338 </customwidgets>
339 <resources>
340 <include location="../VirtualBox.qrc"/>
341 <include location="../VirtualBox.qrc"/>
342 </resources>
343 <connections/>
344</ui>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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