VirtualBox

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

Last change on this file since 74942 was 72696, checked in by vboxsync, 6 years ago

FE/Qt: Renaming some of icons to maintain their group names.

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

© 2023 Oracle
ContactPrivacy policyTerms of Use