author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 16 Apr 2010 15:50:13 +0300 | |
changeset 18 | 2f34d5167611 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
<ui version="4.0" > |
2 |
<comment>********************************************************************* |
|
3 |
** |
|
18
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
4 |
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 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>qdesigner_internal::PreviewWidget</class> |
|
43 |
<widget class="QWidget" name="qdesigner_internal::PreviewWidget" > |
|
44 |
<property name="geometry" > |
|
45 |
<rect> |
|
46 |
<x>0</x> |
|
47 |
<y>0</y> |
|
48 |
<width>471</width> |
|
49 |
<height>251</height> |
|
50 |
</rect> |
|
51 |
</property> |
|
52 |
<property name="sizePolicy" > |
|
53 |
<sizepolicy> |
|
54 |
<hsizetype>1</hsizetype> |
|
55 |
<vsizetype>1</vsizetype> |
|
56 |
<horstretch>0</horstretch> |
|
57 |
<verstretch>0</verstretch> |
|
58 |
</sizepolicy> |
|
59 |
</property> |
|
60 |
<property name="windowTitle" > |
|
61 |
<string>Preview Window</string> |
|
62 |
</property> |
|
63 |
<layout class="QGridLayout" > |
|
64 |
<property name="margin" > |
|
65 |
<number>9</number> |
|
66 |
</property> |
|
67 |
<property name="spacing" > |
|
68 |
<number>6</number> |
|
69 |
</property> |
|
70 |
<item rowspan="3" row="0" column="1" > |
|
71 |
<layout class="QVBoxLayout" > |
|
72 |
<property name="margin" > |
|
73 |
<number>0</number> |
|
74 |
</property> |
|
75 |
<property name="spacing" > |
|
76 |
<number>6</number> |
|
77 |
</property> |
|
78 |
<item> |
|
79 |
<widget class="QLineEdit" name="LineEdit1" > |
|
80 |
<property name="text" > |
|
81 |
<string>LineEdit</string> |
|
82 |
</property> |
|
83 |
</widget> |
|
84 |
</item> |
|
85 |
<item> |
|
86 |
<widget class="QComboBox" name="ComboBox1" > |
|
87 |
<item> |
|
88 |
<property name="text" > |
|
89 |
<string>ComboBox</string> |
|
90 |
</property> |
|
91 |
</item> |
|
92 |
</widget> |
|
93 |
</item> |
|
94 |
<item> |
|
95 |
<layout class="QHBoxLayout" > |
|
96 |
<property name="margin" > |
|
97 |
<number>0</number> |
|
98 |
</property> |
|
99 |
<property name="spacing" > |
|
100 |
<number>6</number> |
|
101 |
</property> |
|
102 |
<item> |
|
103 |
<widget class="QSpinBox" name="SpinBox1" /> |
|
104 |
</item> |
|
105 |
<item> |
|
106 |
<widget class="QPushButton" name="PushButton1" > |
|
107 |
<property name="text" > |
|
108 |
<string>PushButton</string> |
|
109 |
</property> |
|
110 |
</widget> |
|
111 |
</item> |
|
112 |
</layout> |
|
113 |
</item> |
|
114 |
<item> |
|
115 |
<widget class="QScrollBar" name="ScrollBar1" > |
|
116 |
<property name="orientation" > |
|
117 |
<enum>Qt::Horizontal</enum> |
|
118 |
</property> |
|
119 |
</widget> |
|
120 |
</item> |
|
121 |
<item> |
|
122 |
<widget class="QSlider" name="Slider1" > |
|
123 |
<property name="orientation" > |
|
124 |
<enum>Qt::Horizontal</enum> |
|
125 |
</property> |
|
126 |
</widget> |
|
127 |
</item> |
|
128 |
<item> |
|
129 |
<widget class="QListWidget" name="listWidget" > |
|
130 |
<property name="maximumSize" > |
|
131 |
<size> |
|
132 |
<width>32767</width> |
|
133 |
<height>50</height> |
|
134 |
</size> |
|
135 |
</property> |
|
136 |
</widget> |
|
137 |
</item> |
|
138 |
</layout> |
|
139 |
</item> |
|
140 |
<item row="3" column="0" colspan="2" > |
|
141 |
<spacer> |
|
142 |
<property name="orientation" > |
|
143 |
<enum>Qt::Vertical</enum> |
|
144 |
</property> |
|
145 |
<property name="sizeType" > |
|
146 |
<enum>QSizePolicy::Expanding</enum> |
|
147 |
</property> |
|
148 |
<property name="sizeHint" > |
|
149 |
<size> |
|
150 |
<width>20</width> |
|
151 |
<height>20</height> |
|
152 |
</size> |
|
153 |
</property> |
|
154 |
</spacer> |
|
155 |
</item> |
|
156 |
<item row="2" column="0" > |
|
157 |
<widget class="QProgressBar" name="ProgressBar1" > |
|
158 |
<property name="orientation" > |
|
159 |
<enum>Qt::Horizontal</enum> |
|
160 |
</property> |
|
161 |
</widget> |
|
162 |
</item> |
|
163 |
<item row="1" column="0" > |
|
164 |
<widget class="QGroupBox" name="ButtonGroup2" > |
|
165 |
<property name="title" > |
|
166 |
<string>ButtonGroup2</string> |
|
167 |
</property> |
|
168 |
<layout class="QVBoxLayout" > |
|
169 |
<property name="margin" > |
|
170 |
<number>9</number> |
|
171 |
</property> |
|
172 |
<property name="spacing" > |
|
173 |
<number>6</number> |
|
174 |
</property> |
|
175 |
<item> |
|
176 |
<widget class="QCheckBox" name="CheckBox1" > |
|
177 |
<property name="text" > |
|
178 |
<string>CheckBox1</string> |
|
179 |
</property> |
|
180 |
<property name="checked" > |
|
181 |
<bool>true</bool> |
|
182 |
</property> |
|
183 |
</widget> |
|
184 |
</item> |
|
185 |
<item> |
|
186 |
<widget class="QCheckBox" name="CheckBox2" > |
|
187 |
<property name="text" > |
|
188 |
<string>CheckBox2</string> |
|
189 |
</property> |
|
190 |
</widget> |
|
191 |
</item> |
|
192 |
</layout> |
|
193 |
</widget> |
|
194 |
</item> |
|
195 |
<item row="0" column="0" > |
|
196 |
<widget class="QGroupBox" name="ButtonGroup1" > |
|
197 |
<property name="title" > |
|
198 |
<string>ButtonGroup</string> |
|
199 |
</property> |
|
200 |
<layout class="QVBoxLayout" > |
|
201 |
<property name="margin" > |
|
202 |
<number>9</number> |
|
203 |
</property> |
|
204 |
<property name="spacing" > |
|
205 |
<number>6</number> |
|
206 |
</property> |
|
207 |
<item> |
|
208 |
<widget class="QRadioButton" name="RadioButton1" > |
|
209 |
<property name="text" > |
|
210 |
<string>RadioButton1</string> |
|
211 |
</property> |
|
212 |
<property name="checked" > |
|
213 |
<bool>true</bool> |
|
214 |
</property> |
|
215 |
</widget> |
|
216 |
</item> |
|
217 |
<item> |
|
218 |
<widget class="QRadioButton" name="RadioButton2" > |
|
219 |
<property name="text" > |
|
220 |
<string>RadioButton2</string> |
|
221 |
</property> |
|
222 |
</widget> |
|
223 |
</item> |
|
224 |
<item> |
|
225 |
<widget class="QRadioButton" name="RadioButton3" > |
|
226 |
<property name="text" > |
|
227 |
<string>RadioButton3</string> |
|
228 |
</property> |
|
229 |
</widget> |
|
230 |
</item> |
|
231 |
</layout> |
|
232 |
</widget> |
|
233 |
</item> |
|
234 |
</layout> |
|
235 |
</widget> |
|
236 |
<resources/> |
|
237 |
<connections/> |
|
238 |
</ui> |