1 | <ui version="4.0" >
|
---|
2 | <comment>
|
---|
3 | VBox frontends: Qt4 GUI ("VirtualBox"):
|
---|
4 |
|
---|
5 | Copyright (C) 2008 Sun Microsystems, Inc.
|
---|
6 |
|
---|
7 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
8 | available from http://www.virtualbox.org. This file is free software;
|
---|
9 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
10 | General Public License (GPL) as published by the Free Software
|
---|
11 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
12 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
13 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
14 |
|
---|
15 | Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
---|
16 | Clara, CA 95054 USA or visit http://www.sun.com if you need
|
---|
17 | additional information or have any questions.
|
---|
18 | </comment>
|
---|
19 | <class>VBoxUpdateDlg</class>
|
---|
20 | <widget class="QDialog" name="VBoxUpdateDlg" >
|
---|
21 | <property name="geometry" >
|
---|
22 | <rect>
|
---|
23 | <x>0</x>
|
---|
24 | <y>0</y>
|
---|
25 | <width>578</width>
|
---|
26 | <height>417</height>
|
---|
27 | </rect>
|
---|
28 | </property>
|
---|
29 | <property name="windowTitle" >
|
---|
30 | <string>VirtualBox New Version Notifier</string>
|
---|
31 | </property>
|
---|
32 | <property name="windowIcon" >
|
---|
33 | <iconset resource="../VirtualBox.qrc" >:/refresh_16px.png</iconset>
|
---|
34 | </property>
|
---|
35 | <layout class="QVBoxLayout" >
|
---|
36 | <property name="leftMargin" >
|
---|
37 | <number>0</number>
|
---|
38 | </property>
|
---|
39 | <property name="topMargin" >
|
---|
40 | <number>0</number>
|
---|
41 | </property>
|
---|
42 | <property name="rightMargin" >
|
---|
43 | <number>0</number>
|
---|
44 | </property>
|
---|
45 | <property name="bottomMargin" >
|
---|
46 | <number>0</number>
|
---|
47 | </property>
|
---|
48 | <item>
|
---|
49 | <widget class="QStackedWidget" name="mPageStack" >
|
---|
50 | <property name="currentIndex" >
|
---|
51 | <number>0</number>
|
---|
52 | </property>
|
---|
53 | <widget class="QWidget" name="mPageUpdate" >
|
---|
54 | <layout class="QVBoxLayout" >
|
---|
55 | <item>
|
---|
56 | <widget class="QLabel" name="mPageUpdateHdr" >
|
---|
57 | <property name="font" >
|
---|
58 | <font>
|
---|
59 | <family>Arial</family>
|
---|
60 | <pointsize>12</pointsize>
|
---|
61 | <weight>75</weight>
|
---|
62 | <bold>true</bold>
|
---|
63 | </font>
|
---|
64 | </property>
|
---|
65 | <property name="text" >
|
---|
66 | <string>Check for a new version</string>
|
---|
67 | </property>
|
---|
68 | </widget>
|
---|
69 | </item>
|
---|
70 | <item>
|
---|
71 | <widget class="Line" name="line11" >
|
---|
72 | <property name="orientation" >
|
---|
73 | <enum>Qt::Horizontal</enum>
|
---|
74 | </property>
|
---|
75 | </widget>
|
---|
76 | </item>
|
---|
77 | <item>
|
---|
78 | <layout class="QHBoxLayout" >
|
---|
79 | <item>
|
---|
80 | <widget class="QLabel" name="mLogoUpdate" >
|
---|
81 | <property name="sizePolicy" >
|
---|
82 | <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
|
---|
83 | <horstretch>0</horstretch>
|
---|
84 | <verstretch>0</verstretch>
|
---|
85 | </sizepolicy>
|
---|
86 | </property>
|
---|
87 | <property name="autoFillBackground" >
|
---|
88 | <bool>true</bool>
|
---|
89 | </property>
|
---|
90 | <property name="pixmap" >
|
---|
91 | <pixmap resource="../VirtualBox.qrc" >:/vmw_new_user.png</pixmap>
|
---|
92 | </property>
|
---|
93 | <property name="alignment" >
|
---|
94 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
---|
95 | </property>
|
---|
96 | </widget>
|
---|
97 | </item>
|
---|
98 | <item>
|
---|
99 | <layout class="QVBoxLayout" >
|
---|
100 | <item>
|
---|
101 | <widget class="QILabel" name="mTextUpdateInfo" >
|
---|
102 | <property name="sizePolicy" >
|
---|
103 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
104 | <horstretch>0</horstretch>
|
---|
105 | <verstretch>0</verstretch>
|
---|
106 | </sizepolicy>
|
---|
107 | </property>
|
---|
108 | <property name="minimumSize" >
|
---|
109 | <size>
|
---|
110 | <width>300</width>
|
---|
111 | <height>0</height>
|
---|
112 | </size>
|
---|
113 | </property>
|
---|
114 | <property name="text" >
|
---|
115 | <string><p>VirtualBox can check the latest version available for downloading. Will you let VirtualBox to do this now?</p><p>You can make VirtualBox look for the newer version now by pressing <b>Check</b> button or postpone it for then next time by pressing <b>Cancel</b>.</p><p>You can run VirtualBox New Version Notifier anytime from the application Help menu by activating <b>'Check for a new version...'</b> action.</p></string>
|
---|
116 | </property>
|
---|
117 | <property name="wordWrap" >
|
---|
118 | <bool>true</bool>
|
---|
119 | </property>
|
---|
120 | </widget>
|
---|
121 | </item>
|
---|
122 | <item>
|
---|
123 | <spacer>
|
---|
124 | <property name="orientation" >
|
---|
125 | <enum>Qt::Vertical</enum>
|
---|
126 | </property>
|
---|
127 | <property name="sizeType" >
|
---|
128 | <enum>QSizePolicy::Expanding</enum>
|
---|
129 | </property>
|
---|
130 | <property name="sizeHint" >
|
---|
131 | <size>
|
---|
132 | <width>10</width>
|
---|
133 | <height>0</height>
|
---|
134 | </size>
|
---|
135 | </property>
|
---|
136 | </spacer>
|
---|
137 | </item>
|
---|
138 | </layout>
|
---|
139 | </item>
|
---|
140 | </layout>
|
---|
141 | </item>
|
---|
142 | <item>
|
---|
143 | <widget class="Line" name="line12" >
|
---|
144 | <property name="orientation" >
|
---|
145 | <enum>Qt::Horizontal</enum>
|
---|
146 | </property>
|
---|
147 | </widget>
|
---|
148 | </item>
|
---|
149 | <item>
|
---|
150 | <layout class="QHBoxLayout" >
|
---|
151 | <item>
|
---|
152 | <widget class="QProgressBar" name="mPbCheck" >
|
---|
153 | <property name="sizePolicy" >
|
---|
154 | <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
---|
155 | <horstretch>0</horstretch>
|
---|
156 | <verstretch>0</verstretch>
|
---|
157 | </sizepolicy>
|
---|
158 | </property>
|
---|
159 | <property name="maximumSize" >
|
---|
160 | <size>
|
---|
161 | <width>16777215</width>
|
---|
162 | <height>16</height>
|
---|
163 | </size>
|
---|
164 | </property>
|
---|
165 | <property name="maximum" >
|
---|
166 | <number>0</number>
|
---|
167 | </property>
|
---|
168 | <property name="value" >
|
---|
169 | <number>-1</number>
|
---|
170 | </property>
|
---|
171 | </widget>
|
---|
172 | </item>
|
---|
173 | <item>
|
---|
174 | <spacer>
|
---|
175 | <property name="orientation" >
|
---|
176 | <enum>Qt::Horizontal</enum>
|
---|
177 | </property>
|
---|
178 | <property name="sizeHint" >
|
---|
179 | <size>
|
---|
180 | <width>0</width>
|
---|
181 | <height>0</height>
|
---|
182 | </size>
|
---|
183 | </property>
|
---|
184 | </spacer>
|
---|
185 | </item>
|
---|
186 | <item>
|
---|
187 | <widget class="QPushButton" name="mBtnCheck" >
|
---|
188 | <property name="text" >
|
---|
189 | <string>Chec&k</string>
|
---|
190 | </property>
|
---|
191 | <property name="default" >
|
---|
192 | <bool>true</bool>
|
---|
193 | </property>
|
---|
194 | </widget>
|
---|
195 | </item>
|
---|
196 | <item>
|
---|
197 | <spacer>
|
---|
198 | <property name="orientation" >
|
---|
199 | <enum>Qt::Horizontal</enum>
|
---|
200 | </property>
|
---|
201 | <property name="sizeType" >
|
---|
202 | <enum>QSizePolicy::Fixed</enum>
|
---|
203 | </property>
|
---|
204 | <property name="sizeHint" >
|
---|
205 | <size>
|
---|
206 | <width>5</width>
|
---|
207 | <height>0</height>
|
---|
208 | </size>
|
---|
209 | </property>
|
---|
210 | </spacer>
|
---|
211 | </item>
|
---|
212 | <item>
|
---|
213 | <widget class="QPushButton" name="mBtnCancel" >
|
---|
214 | <property name="text" >
|
---|
215 | <string>&Cancel</string>
|
---|
216 | </property>
|
---|
217 | </widget>
|
---|
218 | </item>
|
---|
219 | </layout>
|
---|
220 | </item>
|
---|
221 | </layout>
|
---|
222 | </widget>
|
---|
223 | <widget class="QWidget" name="mPageFinish" >
|
---|
224 | <layout class="QVBoxLayout" >
|
---|
225 | <item>
|
---|
226 | <widget class="QLabel" name="mPageFinishHdr" >
|
---|
227 | <property name="font" >
|
---|
228 | <font>
|
---|
229 | <family>Arial</family>
|
---|
230 | <pointsize>12</pointsize>
|
---|
231 | <weight>75</weight>
|
---|
232 | <bold>true</bold>
|
---|
233 | </font>
|
---|
234 | </property>
|
---|
235 | <property name="text" >
|
---|
236 | <string>Check Results</string>
|
---|
237 | </property>
|
---|
238 | </widget>
|
---|
239 | </item>
|
---|
240 | <item>
|
---|
241 | <widget class="Line" name="line11_3" >
|
---|
242 | <property name="orientation" >
|
---|
243 | <enum>Qt::Horizontal</enum>
|
---|
244 | </property>
|
---|
245 | </widget>
|
---|
246 | </item>
|
---|
247 | <item>
|
---|
248 | <layout class="QHBoxLayout" >
|
---|
249 | <item>
|
---|
250 | <widget class="QLabel" name="mLogoFinish" >
|
---|
251 | <property name="sizePolicy" >
|
---|
252 | <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
|
---|
253 | <horstretch>0</horstretch>
|
---|
254 | <verstretch>0</verstretch>
|
---|
255 | </sizepolicy>
|
---|
256 | </property>
|
---|
257 | <property name="autoFillBackground" >
|
---|
258 | <bool>true</bool>
|
---|
259 | </property>
|
---|
260 | <property name="pixmap" >
|
---|
261 | <pixmap resource="../VirtualBox.qrc" >:/vmw_new_user.png</pixmap>
|
---|
262 | </property>
|
---|
263 | <property name="alignment" >
|
---|
264 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
---|
265 | </property>
|
---|
266 | </widget>
|
---|
267 | </item>
|
---|
268 | <item>
|
---|
269 | <layout class="QVBoxLayout" >
|
---|
270 | <item>
|
---|
271 | <layout class="QVBoxLayout" >
|
---|
272 | <property name="spacing" >
|
---|
273 | <number>10</number>
|
---|
274 | </property>
|
---|
275 | <item>
|
---|
276 | <widget class="QILabel" name="mTextSuccessInfo" >
|
---|
277 | <property name="sizePolicy" >
|
---|
278 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
279 | <horstretch>0</horstretch>
|
---|
280 | <verstretch>0</verstretch>
|
---|
281 | </sizepolicy>
|
---|
282 | </property>
|
---|
283 | <property name="minimumSize" >
|
---|
284 | <size>
|
---|
285 | <width>300</width>
|
---|
286 | <height>0</height>
|
---|
287 | </size>
|
---|
288 | </property>
|
---|
289 | <property name="text" >
|
---|
290 | <string><p>New VirtualBox %1 version available to download from:</p><p><a href=%2>%3</a></p></string>
|
---|
291 | </property>
|
---|
292 | <property name="wordWrap" >
|
---|
293 | <bool>true</bool>
|
---|
294 | </property>
|
---|
295 | </widget>
|
---|
296 | </item>
|
---|
297 | <item>
|
---|
298 | <widget class="QILabel" name="mTextFailureInfo" >
|
---|
299 | <property name="sizePolicy" >
|
---|
300 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
301 | <horstretch>0</horstretch>
|
---|
302 | <verstretch>0</verstretch>
|
---|
303 | </sizepolicy>
|
---|
304 | </property>
|
---|
305 | <property name="minimumSize" >
|
---|
306 | <size>
|
---|
307 | <width>300</width>
|
---|
308 | <height>0</height>
|
---|
309 | </size>
|
---|
310 | </property>
|
---|
311 | <property name="text" >
|
---|
312 | <string><p>Unable to obtain new version information due to network error:</p><p><b>%1</b></p></string>
|
---|
313 | </property>
|
---|
314 | <property name="wordWrap" >
|
---|
315 | <bool>true</bool>
|
---|
316 | </property>
|
---|
317 | </widget>
|
---|
318 | </item>
|
---|
319 | <item>
|
---|
320 | <widget class="QLabel" name="mTextNotFoundInfo" >
|
---|
321 | <property name="sizePolicy" >
|
---|
322 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
323 | <horstretch>0</horstretch>
|
---|
324 | <verstretch>0</verstretch>
|
---|
325 | </sizepolicy>
|
---|
326 | </property>
|
---|
327 | <property name="minimumSize" >
|
---|
328 | <size>
|
---|
329 | <width>300</width>
|
---|
330 | <height>0</height>
|
---|
331 | </size>
|
---|
332 | </property>
|
---|
333 | <property name="text" >
|
---|
334 | <string>You have already installed the latest VirtualBox version, there is no newer version currently available.</string>
|
---|
335 | </property>
|
---|
336 | <property name="wordWrap" >
|
---|
337 | <bool>true</bool>
|
---|
338 | </property>
|
---|
339 | </widget>
|
---|
340 | </item>
|
---|
341 | </layout>
|
---|
342 | </item>
|
---|
343 | <item>
|
---|
344 | <spacer>
|
---|
345 | <property name="orientation" >
|
---|
346 | <enum>Qt::Vertical</enum>
|
---|
347 | </property>
|
---|
348 | <property name="sizeType" >
|
---|
349 | <enum>QSizePolicy::Expanding</enum>
|
---|
350 | </property>
|
---|
351 | <property name="sizeHint" >
|
---|
352 | <size>
|
---|
353 | <width>10</width>
|
---|
354 | <height>0</height>
|
---|
355 | </size>
|
---|
356 | </property>
|
---|
357 | </spacer>
|
---|
358 | </item>
|
---|
359 | </layout>
|
---|
360 | </item>
|
---|
361 | </layout>
|
---|
362 | </item>
|
---|
363 | <item>
|
---|
364 | <widget class="Line" name="line12_3" >
|
---|
365 | <property name="orientation" >
|
---|
366 | <enum>Qt::Horizontal</enum>
|
---|
367 | </property>
|
---|
368 | </widget>
|
---|
369 | </item>
|
---|
370 | <item>
|
---|
371 | <layout class="QHBoxLayout" >
|
---|
372 | <item>
|
---|
373 | <spacer>
|
---|
374 | <property name="orientation" >
|
---|
375 | <enum>Qt::Horizontal</enum>
|
---|
376 | </property>
|
---|
377 | <property name="sizeHint" >
|
---|
378 | <size>
|
---|
379 | <width>0</width>
|
---|
380 | <height>0</height>
|
---|
381 | </size>
|
---|
382 | </property>
|
---|
383 | </spacer>
|
---|
384 | </item>
|
---|
385 | <item>
|
---|
386 | <widget class="QPushButton" name="mBtnFinish" >
|
---|
387 | <property name="text" >
|
---|
388 | <string>&Close</string>
|
---|
389 | </property>
|
---|
390 | <property name="default" >
|
---|
391 | <bool>true</bool>
|
---|
392 | </property>
|
---|
393 | </widget>
|
---|
394 | </item>
|
---|
395 | </layout>
|
---|
396 | </item>
|
---|
397 | </layout>
|
---|
398 | </widget>
|
---|
399 | </widget>
|
---|
400 | </item>
|
---|
401 | </layout>
|
---|
402 | </widget>
|
---|
403 | <customwidgets>
|
---|
404 | <customwidget>
|
---|
405 | <class>QILabel</class>
|
---|
406 | <extends>QLabel</extends>
|
---|
407 | <header>QILabel.h</header>
|
---|
408 | </customwidget>
|
---|
409 | </customwidgets>
|
---|
410 | <tabstops>
|
---|
411 | <tabstop>mBtnCheck</tabstop>
|
---|
412 | </tabstops>
|
---|
413 | <resources>
|
---|
414 | <include location="../VirtualBox.qrc" />
|
---|
415 | </resources>
|
---|
416 | <connections/>
|
---|
417 | </ui>
|
---|