VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSettingsDialog.ui@ 10468

Last change on this file since 10468 was 10468, checked in by vboxsync, 16 years ago

FE/Qt4: Added an interface class for the settings selector. Implemented the
classical tree view approach.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 5.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>VBoxSettingsDialog</class>
20 <widget class="QMainWindow" name="VBoxSettingsDialog" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>526</width>
26 <height>424</height>
27 </rect>
28 </property>
29 <widget class="QWidget" name="centralwidget" >
30 <layout class="QHBoxLayout" >
31 <item>
32 <widget class="QWidget" native="1" name="mAllWidget" >
33 <layout class="QGridLayout" >
34 <property name="leftMargin" >
35 <number>0</number>
36 </property>
37 <property name="topMargin" >
38 <number>0</number>
39 </property>
40 <property name="rightMargin" >
41 <number>0</number>
42 </property>
43 <property name="bottomMargin" >
44 <number>0</number>
45 </property>
46 <item row="0" column="1" >
47 <widget class="QLabel" name="mLbTitle" >
48 <property name="sizePolicy" >
49 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
50 <horstretch>0</horstretch>
51 <verstretch>0</verstretch>
52 </sizepolicy>
53 </property>
54 <property name="palette" >
55 <palette>
56 <active>
57 <colorrole role="Window" >
58 <brush brushstyle="SolidPattern" >
59 <color alpha="255" >
60 <red>255</red>
61 <green>255</green>
62 <blue>255</blue>
63 </color>
64 </brush>
65 </colorrole>
66 </active>
67 <inactive>
68 <colorrole role="Window" >
69 <brush brushstyle="SolidPattern" >
70 <color alpha="255" >
71 <red>255</red>
72 <green>255</green>
73 <blue>255</blue>
74 </color>
75 </brush>
76 </colorrole>
77 </inactive>
78 <disabled>
79 <colorrole role="Window" >
80 <brush brushstyle="SolidPattern" >
81 <color alpha="255" >
82 <red>255</red>
83 <green>255</green>
84 <blue>255</blue>
85 </color>
86 </brush>
87 </colorrole>
88 </disabled>
89 </palette>
90 </property>
91 <property name="font" >
92 <font>
93 <family>Sans Serif</family>
94 <pointsize>11</pointsize>
95 <weight>75</weight>
96 <bold>true</bold>
97 </font>
98 </property>
99 <property name="autoFillBackground" >
100 <bool>true</bool>
101 </property>
102 <property name="frameShape" >
103 <enum>QFrame::Box</enum>
104 </property>
105 <property name="frameShadow" >
106 <enum>QFrame::Sunken</enum>
107 </property>
108 <property name="text" >
109 <string/>
110 </property>
111 <property name="margin" >
112 <number>7</number>
113 </property>
114 </widget>
115 </item>
116 <item row="1" column="1" >
117 <widget class="QWidget" native="1" name="mWtStackHandler" >
118 <property name="sizePolicy" >
119 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
120 <horstretch>0</horstretch>
121 <verstretch>0</verstretch>
122 </sizepolicy>
123 </property>
124 </widget>
125 </item>
126 <item row="2" column="1" >
127 <widget class="QILabel" name="mLbWhatsThis" >
128 <property name="frameShape" >
129 <enum>QFrame::Box</enum>
130 </property>
131 <property name="frameShadow" >
132 <enum>QFrame::Sunken</enum>
133 </property>
134 <property name="alignment" >
135 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
136 </property>
137 <property name="wordWrap" >
138 <bool>true</bool>
139 </property>
140 <property name="margin" >
141 <number>7</number>
142 </property>
143 </widget>
144 </item>
145 <item row="3" column="0" colspan="2" >
146 <widget class="QIDialogButtonBox" name="mButtonBox" >
147 <property name="standardButtons" >
148 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
149 </property>
150 </widget>
151 </item>
152 </layout>
153 </widget>
154 </item>
155 </layout>
156 </widget>
157 </widget>
158 <customwidgets>
159 <customwidget>
160 <class>QIDialogButtonBox</class>
161 <extends>QDialogButtonBox</extends>
162 <header>QIDialogButtonBox.h</header>
163 </customwidget>
164 <customwidget>
165 <class>QILabel</class>
166 <extends>QLabel</extends>
167 <header>QILabel.h</header>
168 </customwidget>
169 </customwidgets>
170 <resources>
171 <include location="../VirtualBox.qrc" />
172 </resources>
173 <connections/>
174</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