VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.ui@ 43138

Last change on this file since 43138 was 43106, checked in by vboxsync, 12 years ago

copyright indentation fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 5.2 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008-2012 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>UISettingsDialog</class>
16 <widget class="QMainWindow" name="UISettingsDialog" >
17 <property name="geometry" >
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>550</width>
22 <height>450</height>
23 </rect>
24 </property>
25 <property name="whatsThis" >
26 <string>&lt;i>Select a settings category from the list on the left-hand side and move the mouse over a settings item to get more information.&lt;/i></string>
27 </property>
28 <widget class="QWidget" name="centralwidget" >
29 <layout class="QGridLayout" >
30 <item row="0" column="1" >
31 <widget class="QLabel" name="m_pLbTitle" >
32 <property name="sizePolicy" >
33 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 <property name="palette" >
39 <palette>
40 <active>
41 <colorrole role="Window" >
42 <brush brushstyle="SolidPattern" >
43 <color alpha="255" >
44 <red>255</red>
45 <green>255</green>
46 <blue>255</blue>
47 </color>
48 </brush>
49 </colorrole>
50 </active>
51 <inactive>
52 <colorrole role="Window" >
53 <brush brushstyle="SolidPattern" >
54 <color alpha="255" >
55 <red>255</red>
56 <green>255</green>
57 <blue>255</blue>
58 </color>
59 </brush>
60 </colorrole>
61 </inactive>
62 <disabled>
63 <colorrole role="Window" >
64 <brush brushstyle="SolidPattern" >
65 <color alpha="255" >
66 <red>255</red>
67 <green>255</green>
68 <blue>255</blue>
69 </color>
70 </brush>
71 </colorrole>
72 </disabled>
73 </palette>
74 </property>
75 <property name="font" >
76 <font>
77 <family>Sans Serif</family>
78 <pointsize>11</pointsize>
79 <weight>75</weight>
80 <bold>true</bold>
81 </font>
82 </property>
83 <property name="autoFillBackground" >
84 <bool>true</bool>
85 </property>
86 <property name="frameShape" >
87 <enum>QFrame::Box</enum>
88 </property>
89 <property name="frameShadow" >
90 <enum>QFrame::Sunken</enum>
91 </property>
92 <property name="text" >
93 <string/>
94 </property>
95 <property name="margin" >
96 <number>7</number>
97 </property>
98 </widget>
99 </item>
100 <item row="1" column="1" >
101 <widget class="QWidget" native="1" name="m_pWtStackHandler" >
102 <property name="sizePolicy" >
103 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
104 <horstretch>0</horstretch>
105 <verstretch>0</verstretch>
106 </sizepolicy>
107 </property>
108 </widget>
109 </item>
110 <item row="2" column="1" >
111 <widget class="QILabel" name="m_pLbWhatsThis" >
112 <property name="frameShape" >
113 <enum>QFrame::Box</enum>
114 </property>
115 <property name="frameShadow" >
116 <enum>QFrame::Sunken</enum>
117 </property>
118 <property name="alignment" >
119 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
120 </property>
121 <property name="wordWrap" >
122 <bool>true</bool>
123 </property>
124 <property name="margin" >
125 <number>7</number>
126 </property>
127 </widget>
128 </item>
129 <item row="3" column="0" colspan="2" >
130 <widget class="QIDialogButtonBox" name="m_pButtonBox" >
131 <property name="standardButtons" >
132 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
133 </property>
134 </widget>
135 </item>
136 </layout>
137 </widget>
138 </widget>
139 <customwidgets>
140 <customwidget>
141 <class>QIDialogButtonBox</class>
142 <extends>QDialogButtonBox</extends>
143 <header>QIDialogButtonBox.h</header>
144 </customwidget>
145 <customwidget>
146 <class>QILabel</class>
147 <extends>QLabel</extends>
148 <header>QILabel.h</header>
149 </customwidget>
150 </customwidgets>
151 <resources/>
152 <connections>
153 <connection>
154 <sender>m_pButtonBox</sender>
155 <signal>rejected()</signal>
156 <receiver>UISettingsDialog</receiver>
157 <slot>reject()</slot>
158 <hints>
159 <hint type="sourcelabel" >
160 <x>200</x>
161 <y>300</y>
162 </hint>
163 <hint type="destinationlabel" >
164 <x>200</x>
165 <y>200</y>
166 </hint>
167 </hints>
168 </connection>
169 <connection>
170 <sender>m_pButtonBox</sender>
171 <signal>accepted()</signal>
172 <receiver>UISettingsDialog</receiver>
173 <slot>accept()</slot>
174 <hints>
175 <hint type="sourcelabel" >
176 <x>300</x>
177 <y>300</y>
178 </hint>
179 <hint type="destinationlabel" >
180 <x>300</x>
181 <y>200</y>
182 </hint>
183 </hints>
184 </connection>
185 </connections>
186</ui>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use