|
1 <ui version="4.0" > |
|
2 <comment>********************************************************************* |
|
3 ** |
|
4 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
5 ** All rights reserved. |
|
6 ** Contact: Nokia Corporation (qt-info@nokia.com) |
|
7 ** |
|
8 ** This file is part of the autotests of the Qt Toolkit. |
|
9 ** |
|
10 ** $QT_BEGIN_LICENSE:LGPL$ |
|
11 ** No Commercial Usage |
|
12 ** This file contains pre-release code and may not be distributed. |
|
13 ** You may use this file in accordance with the terms and conditions |
|
14 ** contained in the Technology Preview License Agreement accompanying |
|
15 ** this package. |
|
16 ** |
|
17 ** GNU Lesser General Public License Usage |
|
18 ** Alternatively, this file may be used under the terms of the GNU Lesser |
|
19 ** General Public License version 2.1 as published by the Free Software |
|
20 ** Foundation and appearing in the file LICENSE.LGPL included in the |
|
21 ** packaging of this file. Please review the following information to |
|
22 ** ensure the GNU Lesser General Public License version 2.1 requirements |
|
23 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
24 ** |
|
25 ** In addition, as a special exception, Nokia gives you certain additional |
|
26 ** rights. These rights are described in the Nokia Qt LGPL Exception |
|
27 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
28 ** |
|
29 ** If you have questions regarding the use of this file, please contact |
|
30 ** Nokia at qt-info@nokia.com. |
|
31 ** |
|
32 ** |
|
33 ** |
|
34 ** |
|
35 ** |
|
36 ** |
|
37 ** |
|
38 ** |
|
39 ** $QT_END_LICENSE$ |
|
40 ** |
|
41 *********************************************************************</comment> |
|
42 <class>FormWindowSettings</class> |
|
43 <widget class="QDialog" name="FormWindowSettings" > |
|
44 <property name="geometry" > |
|
45 <rect> |
|
46 <x>0</x> |
|
47 <y>0</y> |
|
48 <width>433</width> |
|
49 <height>465</height> |
|
50 </rect> |
|
51 </property> |
|
52 <property name="windowTitle" > |
|
53 <string>Form Settings</string> |
|
54 </property> |
|
55 <layout class="QGridLayout" > |
|
56 <item row="6" column="0" colspan="2" > |
|
57 <widget class="QDialogButtonBox" name="buttonBox" > |
|
58 <property name="orientation" > |
|
59 <enum>Qt::Horizontal</enum> |
|
60 </property> |
|
61 <property name="standardButtons" > |
|
62 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="5" column="0" colspan="2" > |
|
67 <widget class="Line" name="line" > |
|
68 <property name="orientation" > |
|
69 <enum>Qt::Horizontal</enum> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item row="2" column="0" colspan="2" > |
|
74 <layout class="QHBoxLayout" > |
|
75 <property name="margin" > |
|
76 <number>0</number> |
|
77 </property> |
|
78 <property name="spacing" > |
|
79 <number>6</number> |
|
80 </property> |
|
81 <item> |
|
82 <widget class="QGroupBox" name="layoutDefaultGroupBox" > |
|
83 <property name="title" > |
|
84 <string>Layout &Default</string> |
|
85 </property> |
|
86 <property name="checkable" > |
|
87 <bool>true</bool> |
|
88 </property> |
|
89 <layout class="QGridLayout" > |
|
90 <property name="margin" > |
|
91 <number>8</number> |
|
92 </property> |
|
93 <property name="spacing" > |
|
94 <number>6</number> |
|
95 </property> |
|
96 <item row="1" column="0" > |
|
97 <widget class="QLabel" name="label_2" > |
|
98 <property name="text" > |
|
99 <string>&Spacing:</string> |
|
100 </property> |
|
101 <property name="buddy" > |
|
102 <cstring>defaultSpacingSpinBox</cstring> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item row="0" column="0" > |
|
107 <widget class="QLabel" name="label" > |
|
108 <property name="text" > |
|
109 <string>&Margin:</string> |
|
110 </property> |
|
111 <property name="buddy" > |
|
112 <cstring>defaultMarginSpinBox</cstring> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 <item row="1" column="1" > |
|
117 <widget class="QSpinBox" name="defaultSpacingSpinBox" /> |
|
118 </item> |
|
119 <item row="0" column="1" > |
|
120 <widget class="QSpinBox" name="defaultMarginSpinBox" /> |
|
121 </item> |
|
122 </layout> |
|
123 </widget> |
|
124 </item> |
|
125 <item> |
|
126 <widget class="QGroupBox" name="layoutFunctionGroupBox" > |
|
127 <property name="title" > |
|
128 <string>&Layout Function</string> |
|
129 </property> |
|
130 <property name="checkable" > |
|
131 <bool>true</bool> |
|
132 </property> |
|
133 <layout class="QGridLayout" > |
|
134 <property name="margin" > |
|
135 <number>8</number> |
|
136 </property> |
|
137 <property name="spacing" > |
|
138 <number>6</number> |
|
139 </property> |
|
140 <item row="1" column="1" > |
|
141 <widget class="QLineEdit" name="spacingFunctionLineEdit" /> |
|
142 </item> |
|
143 <item row="0" column="1" > |
|
144 <widget class="QLineEdit" name="marginFunctionLineEdit" /> |
|
145 </item> |
|
146 <item row="0" column="0" > |
|
147 <widget class="QLabel" name="label_3" > |
|
148 <property name="text" > |
|
149 <string>Ma&rgin:</string> |
|
150 </property> |
|
151 <property name="buddy" > |
|
152 <cstring>marginFunctionLineEdit</cstring> |
|
153 </property> |
|
154 </widget> |
|
155 </item> |
|
156 <item row="1" column="0" > |
|
157 <widget class="QLabel" name="label_3_2" > |
|
158 <property name="text" > |
|
159 <string>Spa&cing:</string> |
|
160 </property> |
|
161 <property name="buddy" > |
|
162 <cstring>spacingFunctionLineEdit</cstring> |
|
163 </property> |
|
164 </widget> |
|
165 </item> |
|
166 </layout> |
|
167 </widget> |
|
168 </item> |
|
169 </layout> |
|
170 </item> |
|
171 <item row="0" column="0" colspan="2" > |
|
172 <widget class="QGroupBox" name="pixmapFunctionGroupBox_2" > |
|
173 <property name="title" > |
|
174 <string>&Author</string> |
|
175 </property> |
|
176 <layout class="QVBoxLayout" > |
|
177 <property name="margin" > |
|
178 <number>8</number> |
|
179 </property> |
|
180 <property name="spacing" > |
|
181 <number>6</number> |
|
182 </property> |
|
183 <item> |
|
184 <widget class="QLineEdit" name="authorLineEdit" /> |
|
185 </item> |
|
186 </layout> |
|
187 </widget> |
|
188 </item> |
|
189 <item rowspan="2" row="3" column="0" > |
|
190 <widget class="QGroupBox" name="includeHintsGroupBox" > |
|
191 <property name="title" > |
|
192 <string>&Include Hints</string> |
|
193 </property> |
|
194 <layout class="QVBoxLayout" > |
|
195 <property name="margin" > |
|
196 <number>8</number> |
|
197 </property> |
|
198 <property name="spacing" > |
|
199 <number>6</number> |
|
200 </property> |
|
201 <item> |
|
202 <widget class="QTextEdit" name="includeHintsTextEdit" /> |
|
203 </item> |
|
204 </layout> |
|
205 </widget> |
|
206 </item> |
|
207 <item row="3" column="1" > |
|
208 <layout class="QHBoxLayout" > |
|
209 <property name="margin" > |
|
210 <number>0</number> |
|
211 </property> |
|
212 <property name="spacing" > |
|
213 <number>6</number> |
|
214 </property> |
|
215 <item> |
|
216 <widget class="QGroupBox" name="pixmapFunctionGroupBox" > |
|
217 <property name="title" > |
|
218 <string>&Pixmap Function</string> |
|
219 </property> |
|
220 <property name="checkable" > |
|
221 <bool>true</bool> |
|
222 </property> |
|
223 <layout class="QVBoxLayout" > |
|
224 <property name="margin" > |
|
225 <number>8</number> |
|
226 </property> |
|
227 <property name="spacing" > |
|
228 <number>6</number> |
|
229 </property> |
|
230 <item> |
|
231 <widget class="QLineEdit" name="pixmapFunctionLineEdit" /> |
|
232 </item> |
|
233 </layout> |
|
234 </widget> |
|
235 </item> |
|
236 </layout> |
|
237 </item> |
|
238 <item row="4" column="1" > |
|
239 <spacer> |
|
240 <property name="orientation" > |
|
241 <enum>Qt::Vertical</enum> |
|
242 </property> |
|
243 <property name="sizeHint" > |
|
244 <size> |
|
245 <width>111</width> |
|
246 <height>115</height> |
|
247 </size> |
|
248 </property> |
|
249 </spacer> |
|
250 </item> |
|
251 <item row="1" column="0" colspan="2" > |
|
252 <widget class="qdesigner_internal::GridPanel" name="gridPanel" > |
|
253 <property name="title" > |
|
254 <string>Grid</string> |
|
255 </property> |
|
256 </widget> |
|
257 </item> |
|
258 </layout> |
|
259 </widget> |
|
260 <customwidgets> |
|
261 <customwidget> |
|
262 <class>qdesigner_internal::GridPanel</class> |
|
263 <extends>QGroupBox</extends> |
|
264 <header location="global" >gridpanel_p.h</header> |
|
265 <container>1</container> |
|
266 </customwidget> |
|
267 </customwidgets> |
|
268 <tabstops> |
|
269 <tabstop>authorLineEdit</tabstop> |
|
270 <tabstop>defaultMarginSpinBox</tabstop> |
|
271 <tabstop>defaultSpacingSpinBox</tabstop> |
|
272 <tabstop>marginFunctionLineEdit</tabstop> |
|
273 <tabstop>spacingFunctionLineEdit</tabstop> |
|
274 <tabstop>pixmapFunctionLineEdit</tabstop> |
|
275 </tabstops> |
|
276 <resources/> |
|
277 <connections> |
|
278 <connection> |
|
279 <sender>buttonBox</sender> |
|
280 <signal>accepted()</signal> |
|
281 <receiver>FormWindowSettings</receiver> |
|
282 <slot>accept()</slot> |
|
283 <hints> |
|
284 <hint type="sourcelabel" > |
|
285 <x>294</x> |
|
286 <y>442</y> |
|
287 </hint> |
|
288 <hint type="destinationlabel" > |
|
289 <x>150</x> |
|
290 <y>459</y> |
|
291 </hint> |
|
292 </hints> |
|
293 </connection> |
|
294 <connection> |
|
295 <sender>buttonBox</sender> |
|
296 <signal>rejected()</signal> |
|
297 <receiver>FormWindowSettings</receiver> |
|
298 <slot>reject()</slot> |
|
299 <hints> |
|
300 <hint type="sourcelabel" > |
|
301 <x>373</x> |
|
302 <y>444</y> |
|
303 </hint> |
|
304 <hint type="destinationlabel" > |
|
305 <x>357</x> |
|
306 <y>461</y> |
|
307 </hint> |
|
308 </hints> |
|
309 </connection> |
|
310 </connections> |
|
311 </ui> |