1 | <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
---|
2 | <class>VBoxAboutDlg</class>
|
---|
3 | <widget class="QDialog">
|
---|
4 | <property name="name">
|
---|
5 | <cstring>VBoxAboutDlg</cstring>
|
---|
6 | </property>
|
---|
7 | <property name="geometry">
|
---|
8 | <rect>
|
---|
9 | <x>0</x>
|
---|
10 | <y>0</y>
|
---|
11 | <width>600</width>
|
---|
12 | <height>450</height>
|
---|
13 | </rect>
|
---|
14 | </property>
|
---|
15 | <property name="sizePolicy">
|
---|
16 | <sizepolicy>
|
---|
17 | <hsizetype>0</hsizetype>
|
---|
18 | <vsizetype>0</vsizetype>
|
---|
19 | <horstretch>0</horstretch>
|
---|
20 | <verstretch>0</verstretch>
|
---|
21 | </sizepolicy>
|
---|
22 | </property>
|
---|
23 | <property name="minimumSize">
|
---|
24 | <size>
|
---|
25 | <width>600</width>
|
---|
26 | <height>450</height>
|
---|
27 | </size>
|
---|
28 | </property>
|
---|
29 | <property name="maximumSize">
|
---|
30 | <size>
|
---|
31 | <width>600</width>
|
---|
32 | <height>450</height>
|
---|
33 | </size>
|
---|
34 | </property>
|
---|
35 | <property name="paletteBackgroundPixmap">
|
---|
36 | <pixmap>about_600px.png</pixmap>
|
---|
37 | </property>
|
---|
38 | <property name="caption">
|
---|
39 | <string>VirtualBox - About</string>
|
---|
40 | </property>
|
---|
41 | <widget class="QPushButton">
|
---|
42 | <property name="name">
|
---|
43 | <cstring>buttonOK</cstring>
|
---|
44 | </property>
|
---|
45 | <property name="geometry">
|
---|
46 | <rect>
|
---|
47 | <x>14</x>
|
---|
48 | <y>416</y>
|
---|
49 | <width>82</width>
|
---|
50 | <height>26</height>
|
---|
51 | </rect>
|
---|
52 | </property>
|
---|
53 | <property name="text">
|
---|
54 | <string>&OK</string>
|
---|
55 | </property>
|
---|
56 | <property name="accel">
|
---|
57 | <string>Alt+O</string>
|
---|
58 | </property>
|
---|
59 | </widget>
|
---|
60 | <widget class="QLabel">
|
---|
61 | <property name="name">
|
---|
62 | <cstring>txVersions</cstring>
|
---|
63 | </property>
|
---|
64 | <property name="geometry">
|
---|
65 | <rect>
|
---|
66 | <x>330</x>
|
---|
67 | <y>0</y>
|
---|
68 | <width>260</width>
|
---|
69 | <height>16</height>
|
---|
70 | </rect>
|
---|
71 | </property>
|
---|
72 | <property name="backgroundMode">
|
---|
73 | <enum>PaletteBackground</enum>
|
---|
74 | </property>
|
---|
75 | <property name="paletteForegroundColor">
|
---|
76 | <color>
|
---|
77 | <red>0</red>
|
---|
78 | <green>0</green>
|
---|
79 | <blue>0</blue>
|
---|
80 | </color>
|
---|
81 | </property>
|
---|
82 | <property name="backgroundOrigin">
|
---|
83 | <enum>ParentOrigin</enum>
|
---|
84 | </property>
|
---|
85 | <property name="lineWidth">
|
---|
86 | <number>0</number>
|
---|
87 | </property>
|
---|
88 | <property name="text">
|
---|
89 | <string>VirtualBox Graphical User Interface Version %1</string>
|
---|
90 | </property>
|
---|
91 | <property name="alignment">
|
---|
92 | <set>WordBreak|AlignBottom|AlignRight</set>
|
---|
93 | </property>
|
---|
94 | </widget>
|
---|
95 | </widget>
|
---|
96 | <connections>
|
---|
97 | <connection>
|
---|
98 | <sender>buttonOK</sender>
|
---|
99 | <signal>clicked()</signal>
|
---|
100 | <receiver>VBoxAboutDlg</receiver>
|
---|
101 | <slot>accept()</slot>
|
---|
102 | </connection>
|
---|
103 | </connections>
|
---|
104 | <pixmapinproject/>
|
---|
105 | <layoutdefaults spacing="6" margin="11"/>
|
---|
106 | </UI>
|
---|