VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxAboutDlg.ui@ 7620

最後變更 在這個檔案從7620是 7447,由 vboxsync 提交於 17 年 前

First group of qt3->qt4 convertions done:

  1. VirtualBox About Dialog.
  2. CloseVM Dialog.
  3. NewVM Wizard.
  4. NewHD Wizard.
  5. FirstRun Wizard.

Wizards are rewritten fully due to qt designer 4.x is not supports QWizard class now.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 3.0 KB
 
1<ui version="4.0" >
2 <class>VBoxAboutDlg</class>
3 <widget class="QDialog" name="VBoxAboutDlg" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>600</width>
9 <height>432</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>VirtualBox - About</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <property name="spacing" >
17 <number>0</number>
18 </property>
19 <property name="leftMargin" >
20 <number>0</number>
21 </property>
22 <property name="topMargin" >
23 <number>0</number>
24 </property>
25 <property name="rightMargin" >
26 <number>0</number>
27 </property>
28 <property name="bottomMargin" >
29 <number>0</number>
30 </property>
31 <item>
32 <widget class="QLabel" name="mPictureLabel" >
33 <property name="minimumSize" >
34 <size>
35 <width>600</width>
36 <height>400</height>
37 </size>
38 </property>
39 <property name="maximumSize" >
40 <size>
41 <width>600</width>
42 <height>400</height>
43 </size>
44 </property>
45 <property name="text" >
46 <string/>
47 </property>
48 <property name="pixmap" >
49 <pixmap resource="../VirtualBox.qrc" >:/about.png</pixmap>
50 </property>
51 <property name="wordWrap" >
52 <bool>false</bool>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QWidget" native="1" name="mTextContainer" >
58 <property name="autoFillBackground" >
59 <bool>true</bool>
60 </property>
61 <layout class="QVBoxLayout" >
62 <property name="spacing" >
63 <number>0</number>
64 </property>
65 <property name="leftMargin" >
66 <number>0</number>
67 </property>
68 <property name="topMargin" >
69 <number>0</number>
70 </property>
71 <property name="rightMargin" >
72 <number>0</number>
73 </property>
74 <property name="bottomMargin" >
75 <number>0</number>
76 </property>
77 <item>
78 <widget class="QLabel" name="mAboutLabel" >
79 <property name="lineWidth" >
80 <number>0</number>
81 </property>
82 <property name="text" >
83 <string>&lt;qt>VirtualBox Graphical User Interface Version %1&lt;br>%2&lt;/qt></string>
84 </property>
85 <property name="alignment" >
86 <set>Qt::AlignBottom|Qt::AlignHCenter</set>
87 </property>
88 <property name="wordWrap" >
89 <bool>true</bool>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <spacer>
95 <property name="orientation" >
96 <enum>Qt::Vertical</enum>
97 </property>
98 <property name="sizeType" >
99 <enum>QSizePolicy::Expanding</enum>
100 </property>
101 <property name="sizeHint" >
102 <size>
103 <width>20</width>
104 <height>0</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 </layout>
110 </widget>
111 </item>
112 </layout>
113 </widget>
114 <layoutdefault spacing="6" margin="11" />
115 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
116 <resources>
117 <include location="../VirtualBox.qrc" />
118 </resources>
119 <connections/>
120</ui>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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