VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUpdateDlg.ui@ 23580

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

FE/Qt4: Dividing VirtualBox.qrc into two separate files to feat in maximum resource file lines count.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.3 KB
Line 
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 <layout class="QVBoxLayout" >
30 <property name="leftMargin" >
31 <number>0</number>
32 </property>
33 <property name="topMargin" >
34 <number>0</number>
35 </property>
36 <property name="rightMargin" >
37 <number>0</number>
38 </property>
39 <property name="bottomMargin" >
40 <number>0</number>
41 </property>
42 <item>
43 <widget class="QStackedWidget" name="mPageStack" >
44 <property name="currentIndex" >
45 <number>0</number>
46 </property>
47 <widget class="QWidget" name="mPageUpdate" >
48 <layout class="QVBoxLayout" >
49 <item>
50 <widget class="QLabel" name="mPageUpdateHdr" >
51 <property name="font" >
52 <font>
53 <family>Arial</family>
54 <pointsize>12</pointsize>
55 <weight>75</weight>
56 <bold>true</bold>
57 </font>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="Line" name="line11" >
63 <property name="orientation" >
64 <enum>Qt::Horizontal</enum>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <layout class="QHBoxLayout" >
70 <item>
71 <widget class="QLabel" name="mLogoUpdate" >
72 <property name="sizePolicy" >
73 <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
74 <horstretch>0</horstretch>
75 <verstretch>0</verstretch>
76 </sizepolicy>
77 </property>
78 <property name="autoFillBackground" >
79 <bool>true</bool>
80 </property>
81 <property name="pixmap" >
82 <pixmap resource="../VirtualBox1.qrc" >:/vmw_new_user.png</pixmap>
83 </property>
84 <property name="alignment" >
85 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <layout class="QVBoxLayout" >
91 <item>
92 <widget class="QILabel" name="mTextUpdateInfo" >
93 <property name="sizePolicy" >
94 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
95 <horstretch>0</horstretch>
96 <verstretch>0</verstretch>
97 </sizepolicy>
98 </property>
99 <property name="minimumSize" >
100 <size>
101 <width>300</width>
102 <height>0</height>
103 </size>
104 </property>
105 <property name="wordWrap" >
106 <bool>true</bool>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <spacer>
112 <property name="orientation" >
113 <enum>Qt::Vertical</enum>
114 </property>
115 <property name="sizeType" >
116 <enum>QSizePolicy::Expanding</enum>
117 </property>
118 <property name="sizeHint" >
119 <size>
120 <width>10</width>
121 <height>0</height>
122 </size>
123 </property>
124 </spacer>
125 </item>
126 </layout>
127 </item>
128 </layout>
129 </item>
130 <item>
131 <widget class="Line" name="line12" >
132 <property name="orientation" >
133 <enum>Qt::Horizontal</enum>
134 </property>
135 </widget>
136 </item>
137 <item>
138 <layout class="QHBoxLayout" >
139 <item>
140 <widget class="QProgressBar" name="mPbCheck" >
141 <property name="sizePolicy" >
142 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
143 <horstretch>0</horstretch>
144 <verstretch>0</verstretch>
145 </sizepolicy>
146 </property>
147 <property name="maximumSize" >
148 <size>
149 <width>16777215</width>
150 <height>16</height>
151 </size>
152 </property>
153 <property name="maximum" >
154 <number>0</number>
155 </property>
156 <property name="value" >
157 <number>-1</number>
158 </property>
159 </widget>
160 </item>
161 <item>
162 <spacer>
163 <property name="orientation" >
164 <enum>Qt::Horizontal</enum>
165 </property>
166 <property name="sizeHint" >
167 <size>
168 <width>0</width>
169 <height>0</height>
170 </size>
171 </property>
172 </spacer>
173 </item>
174 <item>
175 <widget class="QPushButton" name="mBtnCheck" >
176 <property name="default" >
177 <bool>true</bool>
178 </property>
179 </widget>
180 </item>
181 <item>
182 <spacer>
183 <property name="orientation" >
184 <enum>Qt::Horizontal</enum>
185 </property>
186 <property name="sizeType" >
187 <enum>QSizePolicy::Fixed</enum>
188 </property>
189 <property name="sizeHint" >
190 <size>
191 <width>5</width>
192 <height>0</height>
193 </size>
194 </property>
195 </spacer>
196 </item>
197 <item>
198 <widget class="QPushButton" name="mBtnCancel" />
199 </item>
200 </layout>
201 </item>
202 </layout>
203 </widget>
204 <widget class="QWidget" name="mPageFinish" >
205 <layout class="QVBoxLayout" >
206 <item>
207 <widget class="QLabel" name="mPageFinishHdr" >
208 <property name="font" >
209 <font>
210 <family>Arial</family>
211 <pointsize>12</pointsize>
212 <weight>75</weight>
213 <bold>true</bold>
214 </font>
215 </property>
216 </widget>
217 </item>
218 <item>
219 <widget class="Line" name="line11_3" >
220 <property name="orientation" >
221 <enum>Qt::Horizontal</enum>
222 </property>
223 </widget>
224 </item>
225 <item>
226 <layout class="QHBoxLayout" >
227 <item>
228 <widget class="QLabel" name="mLogoFinish" >
229 <property name="sizePolicy" >
230 <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
231 <horstretch>0</horstretch>
232 <verstretch>0</verstretch>
233 </sizepolicy>
234 </property>
235 <property name="autoFillBackground" >
236 <bool>true</bool>
237 </property>
238 <property name="pixmap" >
239 <pixmap resource="../VirtualBox1.qrc" >:/vmw_new_user.png</pixmap>
240 </property>
241 <property name="alignment" >
242 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
243 </property>
244 </widget>
245 </item>
246 <item>
247 <layout class="QVBoxLayout" >
248 <item>
249 <layout class="QVBoxLayout" >
250 <property name="spacing" >
251 <number>10</number>
252 </property>
253 <item>
254 <widget class="QILabel" name="mTextSuccessInfo" >
255 <property name="sizePolicy" >
256 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
257 <horstretch>0</horstretch>
258 <verstretch>0</verstretch>
259 </sizepolicy>
260 </property>
261 <property name="minimumSize" >
262 <size>
263 <width>300</width>
264 <height>0</height>
265 </size>
266 </property>
267 <property name="wordWrap" >
268 <bool>true</bool>
269 </property>
270 </widget>
271 </item>
272 <item>
273 <widget class="QILabel" name="mTextFailureInfo" >
274 <property name="sizePolicy" >
275 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
276 <horstretch>0</horstretch>
277 <verstretch>0</verstretch>
278 </sizepolicy>
279 </property>
280 <property name="minimumSize" >
281 <size>
282 <width>300</width>
283 <height>0</height>
284 </size>
285 </property>
286 <property name="wordWrap" >
287 <bool>true</bool>
288 </property>
289 </widget>
290 </item>
291 <item>
292 <widget class="QLabel" name="mTextNotFoundInfo" >
293 <property name="sizePolicy" >
294 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
295 <horstretch>0</horstretch>
296 <verstretch>0</verstretch>
297 </sizepolicy>
298 </property>
299 <property name="minimumSize" >
300 <size>
301 <width>300</width>
302 <height>0</height>
303 </size>
304 </property>
305 <property name="wordWrap" >
306 <bool>true</bool>
307 </property>
308 </widget>
309 </item>
310 </layout>
311 </item>
312 <item>
313 <spacer>
314 <property name="orientation" >
315 <enum>Qt::Vertical</enum>
316 </property>
317 <property name="sizeType" >
318 <enum>QSizePolicy::Expanding</enum>
319 </property>
320 <property name="sizeHint" >
321 <size>
322 <width>10</width>
323 <height>0</height>
324 </size>
325 </property>
326 </spacer>
327 </item>
328 </layout>
329 </item>
330 </layout>
331 </item>
332 <item>
333 <widget class="Line" name="line12_3" >
334 <property name="orientation" >
335 <enum>Qt::Horizontal</enum>
336 </property>
337 </widget>
338 </item>
339 <item>
340 <layout class="QHBoxLayout" >
341 <item>
342 <spacer>
343 <property name="orientation" >
344 <enum>Qt::Horizontal</enum>
345 </property>
346 <property name="sizeHint" >
347 <size>
348 <width>0</width>
349 <height>0</height>
350 </size>
351 </property>
352 </spacer>
353 </item>
354 <item>
355 <widget class="QPushButton" name="mBtnFinish" >
356 <property name="default" >
357 <bool>true</bool>
358 </property>
359 </widget>
360 </item>
361 </layout>
362 </item>
363 </layout>
364 </widget>
365 </widget>
366 </item>
367 </layout>
368 </widget>
369 <customwidgets>
370 <customwidget>
371 <class>QILabel</class>
372 <extends>QLabel</extends>
373 <header>QILabel.h</header>
374 </customwidget>
375 </customwidgets>
376 <tabstops>
377 <tabstop>mBtnCheck</tabstop>
378 </tabstops>
379 <resources>
380 <include location="../VirtualBox1.qrc" />
381 </resources>
382 <connections/>
383</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