source: trunk/tools/designer/src/components/propertyeditor/previewwidget.ui@ 651

Last change on this file since 651 was 651, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.2 sources.

File size: 6.8 KB
Line 
1<ui version="4.0" >
2 <comment>*********************************************************************
3**
4** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
5** All rights reserved.
6** Contact: Nokia Corporation ([email protected])
7**
8** This file is part of the Qt Designer of the Qt Toolkit.
9**
10** $QT_BEGIN_LICENSE:LGPL$
11** Commercial Usage
12** Licensees holding valid Qt Commercial licenses may use this file in
13** accordance with the Qt Commercial License Agreement provided with the
14** Software or, alternatively, in accordance with the terms contained in
15** a written agreement between you and Nokia.
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** GNU General Public License Usage
30** Alternatively, this file may be used under the terms of the GNU
31** General Public License version 3.0 as published by the Free Software
32** Foundation and appearing in the file LICENSE.GPL included in the
33** packaging of this file. Please review the following information to
34** ensure the GNU General Public License version 3.0 requirements will be
35** met: http://www.gnu.org/copyleft/gpl.html.
36**
37** If you have questions regarding the use of this file, please contact
38** Nokia at [email protected].
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>
Note: See TracBrowser for help on using the repository browser.