source: trunk/examples/widgets/stylesheet/layouts/pagefold.ui

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 9.9 KB
Line 
1<ui version="4.0" >
2 <class>MainWindow</class>
3 <widget class="QMainWindow" name="MainWindow" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>392</width>
9 <height>412</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>MainWindow</string>
14 </property>
15 <widget class="QWidget" name="centralwidget" >
16 <layout class="QVBoxLayout" >
17 <property name="margin" >
18 <number>9</number>
19 </property>
20 <property name="spacing" >
21 <number>6</number>
22 </property>
23 <item>
24 <widget class="QFrame" name="mainFrame" >
25 <property name="frameShape" >
26 <enum>QFrame::StyledPanel</enum>
27 </property>
28 <property name="frameShadow" >
29 <enum>QFrame::Raised</enum>
30 </property>
31 <layout class="QGridLayout" >
32 <property name="margin" >
33 <number>9</number>
34 </property>
35 <property name="spacing" >
36 <number>6</number>
37 </property>
38 <item row="0" column="1" colspan="3" >
39 <widget class="QComboBox" name="nameCombo" >
40 <property name="toolTip" >
41 <string>Specify your name</string>
42 </property>
43 <property name="editable" >
44 <bool>true</bool>
45 </property>
46 <property name="currentIndex" >
47 <number>-1</number>
48 </property>
49 <item>
50 <property name="text" >
51 <string>Girish</string>
52 </property>
53 </item>
54 <item>
55 <property name="text" >
56 <string>Jasmin</string>
57 </property>
58 </item>
59 <item>
60 <property name="text" >
61 <string>Simon</string>
62 </property>
63 </item>
64 <item>
65 <property name="text" >
66 <string>Zack</string>
67 </property>
68 </item>
69 </widget>
70 </item>
71 <item row="1" column="3" >
72 <spacer>
73 <property name="orientation" >
74 <enum>Qt::Horizontal</enum>
75 </property>
76 <property name="sizeHint" >
77 <size>
78 <width>40</width>
79 <height>20</height>
80 </size>
81 </property>
82 </spacer>
83 </item>
84 <item row="1" column="2" >
85 <widget class="QRadioButton" name="femaleRadioButton" >
86 <property name="styleSheet" >
87 <string>Check this if you are female</string>
88 </property>
89 <property name="text" >
90 <string>&amp;Female</string>
91 </property>
92 </widget>
93 </item>
94 <item row="1" column="0" >
95 <widget class="QLabel" name="genderLabel" >
96 <property name="text" >
97 <string>Gender:</string>
98 </property>
99 </widget>
100 </item>
101 <item row="2" column="0" >
102 <widget class="QLabel" name="ageLabel" >
103 <property name="text" >
104 <string>&amp;Age:</string>
105 </property>
106 <property name="buddy" >
107 <cstring>ageSpinBox</cstring>
108 </property>
109 </widget>
110 </item>
111 <item row="1" column="1" >
112 <widget class="QRadioButton" name="maleRadioButton" >
113 <property name="toolTip" >
114 <string>Check this if you are male</string>
115 </property>
116 <property name="text" >
117 <string>&amp;Male</string>
118 </property>
119 </widget>
120 </item>
121 <item row="0" column="0" >
122 <widget class="QLabel" name="nameLabel" >
123 <property name="text" >
124 <string>&amp;Name:</string>
125 </property>
126 <property name="buddy" >
127 <cstring>nameCombo</cstring>
128 </property>
129 </widget>
130 </item>
131 <item row="3" column="0" >
132 <widget class="QLabel" name="passwordLabel" >
133 <property name="text" >
134 <string>&amp;Password:</string>
135 </property>
136 <property name="buddy" >
137 <cstring>passwordEdit</cstring>
138 </property>
139 </widget>
140 </item>
141 <item row="2" column="1" colspan="3" >
142 <widget class="QSpinBox" name="ageSpinBox" >
143 <property name="toolTip" >
144 <string>Specify your age</string>
145 </property>
146 <property name="statusTip" >
147 <string>Specify your age</string>
148 </property>
149 <property name="minimum" >
150 <number>12</number>
151 </property>
152 <property name="value" >
153 <number>22</number>
154 </property>
155 </widget>
156 </item>
157 <item row="7" column="2" colspan="2" >
158 <widget class="QDialogButtonBox" name="buttonBox" >
159 <property name="orientation" >
160 <enum>Qt::Horizontal</enum>
161 </property>
162 <property name="standardButtons" >
163 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
164 </property>
165 </widget>
166 </item>
167 <item row="6" column="0" colspan="4" >
168 <widget class="QCheckBox" name="agreeCheckBox" >
169 <property name="toolTip" >
170 <string>Please read the LICENSE file before checking</string>
171 </property>
172 <property name="text" >
173 <string>I &amp;accept the terms and &amp;conditions</string>
174 </property>
175 </widget>
176 </item>
177 <item row="3" column="1" colspan="3" >
178 <widget class="QLineEdit" name="passwordEdit" >
179 <property name="toolTip" >
180 <string>Specify your password</string>
181 </property>
182 <property name="statusTip" >
183 <string>Specify your password</string>
184 </property>
185 <property name="text" >
186 <string>Password</string>
187 </property>
188 <property name="echoMode" >
189 <enum>QLineEdit::Password</enum>
190 </property>
191 </widget>
192 </item>
193 <item row="5" column="1" colspan="3" >
194 <widget class="QListWidget" name="professionList" >
195 <property name="toolTip" >
196 <string>Select your profession</string>
197 </property>
198 <property name="statusTip" >
199 <string>Specify your name here</string>
200 </property>
201 <property name="whatsThis" >
202 <string>Specify your name here</string>
203 </property>
204 <property name="currentRow" >
205 <number>0</number>
206 </property>
207 <item>
208 <property name="text" >
209 <string>Developer</string>
210 </property>
211 </item>
212 <item>
213 <property name="text" >
214 <string>Student</string>
215 </property>
216 </item>
217 <item>
218 <property name="text" >
219 <string>Fisherman</string>
220 </property>
221 </item>
222 </widget>
223 </item>
224 <item row="5" column="0" >
225 <widget class="QLabel" name="label" >
226 <property name="text" >
227 <string>Profession:</string>
228 </property>
229 <property name="buddy" >
230 <cstring>professionList</cstring>
231 </property>
232 </widget>
233 </item>
234 <item row="4" column="1" colspan="3" >
235 <widget class="QComboBox" name="countryCombo" >
236 <property name="toolTip" >
237 <string>Specify country of origin</string>
238 </property>
239 <property name="statusTip" >
240 <string>Specify country of origin</string>
241 </property>
242 <property name="currentIndex" >
243 <number>6</number>
244 </property>
245 <item>
246 <property name="text" >
247 <string>Egypt</string>
248 </property>
249 </item>
250 <item>
251 <property name="text" >
252 <string>France</string>
253 </property>
254 </item>
255 <item>
256 <property name="text" >
257 <string>Germany</string>
258 </property>
259 </item>
260 <item>
261 <property name="text" >
262 <string>India</string>
263 </property>
264 </item>
265 <item>
266 <property name="text" >
267 <string>Italy</string>
268 </property>
269 </item>
270 <item>
271 <property name="text" >
272 <string>Korea</string>
273 </property>
274 </item>
275 <item>
276 <property name="text" >
277 <string>Norway</string>
278 </property>
279 </item>
280 </widget>
281 </item>
282 <item row="4" column="0" >
283 <widget class="QLabel" name="countryLabel" >
284 <property name="text" >
285 <string>Pro&amp;fession</string>
286 </property>
287 <property name="buddy" >
288 <cstring>professionList</cstring>
289 </property>
290 </widget>
291 </item>
292 </layout>
293 </widget>
294 </item>
295 </layout>
296 </widget>
297 <widget class="QMenuBar" name="menubar" >
298 <property name="geometry" >
299 <rect>
300 <x>0</x>
301 <y>0</y>
302 <width>392</width>
303 <height>25</height>
304 </rect>
305 </property>
306 <widget class="QMenu" name="menu_File" >
307 <property name="title" >
308 <string>&amp;File</string>
309 </property>
310 <addaction name="editStyleAction" />
311 <addaction name="separator" />
312 <addaction name="exitAction" />
313 </widget>
314 <widget class="QMenu" name="menu_Help" >
315 <property name="title" >
316 <string>&amp;Help</string>
317 </property>
318 <addaction name="aboutAction" />
319 <addaction name="separator" />
320 <addaction name="aboutQtAction" />
321 </widget>
322 <addaction name="menu_File" />
323 <addaction name="menu_Help" />
324 </widget>
325 <widget class="QStatusBar" name="statusbar" />
326 <action name="exitAction" >
327 <property name="text" >
328 <string>&amp;Exit</string>
329 </property>
330 </action>
331 <action name="aboutQtAction" >
332 <property name="text" >
333 <string>About Qt</string>
334 </property>
335 </action>
336 <action name="editStyleAction" >
337 <property name="text" >
338 <string>Edit &amp;Style</string>
339 </property>
340 </action>
341 <action name="aboutAction" >
342 <property name="text" >
343 <string>About</string>
344 </property>
345 </action>
346 </widget>
347 <resources/>
348 <connections/>
349</ui>
Note: See TracBrowser for help on using the repository browser.