1 | <ui version="4.0" > |
---|
2 | <class>AboutDialog</class> |
---|
3 | <widget class="QDialog" name="AboutDialog" > |
---|
4 | <property name="windowModality" > |
---|
5 | <enum>Qt::WindowModal</enum> |
---|
6 | </property> |
---|
7 | <property name="geometry" > |
---|
8 | <rect> |
---|
9 | <x>0</x> |
---|
10 | <y>0</y> |
---|
11 | <width>500</width> |
---|
12 | <height>607</height> |
---|
13 | </rect> |
---|
14 | </property> |
---|
15 | <property name="sizePolicy" > |
---|
16 | <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
---|
17 | <horstretch>0</horstretch> |
---|
18 | <verstretch>0</verstretch> |
---|
19 | </sizepolicy> |
---|
20 | </property> |
---|
21 | <property name="minimumSize" > |
---|
22 | <size> |
---|
23 | <width>77</width> |
---|
24 | <height>77</height> |
---|
25 | </size> |
---|
26 | </property> |
---|
27 | <property name="maximumSize" > |
---|
28 | <size> |
---|
29 | <width>500</width> |
---|
30 | <height>1000</height> |
---|
31 | </size> |
---|
32 | </property> |
---|
33 | <property name="palette" > |
---|
34 | <palette> |
---|
35 | <active> |
---|
36 | <colorrole role="Base" > |
---|
37 | <brush brushstyle="SolidPattern" > |
---|
38 | <color alpha="255" > |
---|
39 | <red>239</red> |
---|
40 | <green>235</green> |
---|
41 | <blue>231</blue> |
---|
42 | </color> |
---|
43 | </brush> |
---|
44 | </colorrole> |
---|
45 | <colorrole role="AlternateBase" > |
---|
46 | <brush brushstyle="SolidPattern" > |
---|
47 | <color alpha="255" > |
---|
48 | <red>239</red> |
---|
49 | <green>235</green> |
---|
50 | <blue>231</blue> |
---|
51 | </color> |
---|
52 | </brush> |
---|
53 | </colorrole> |
---|
54 | </active> |
---|
55 | <inactive> |
---|
56 | <colorrole role="Base" > |
---|
57 | <brush brushstyle="SolidPattern" > |
---|
58 | <color alpha="255" > |
---|
59 | <red>239</red> |
---|
60 | <green>235</green> |
---|
61 | <blue>231</blue> |
---|
62 | </color> |
---|
63 | </brush> |
---|
64 | </colorrole> |
---|
65 | <colorrole role="AlternateBase" > |
---|
66 | <brush brushstyle="SolidPattern" > |
---|
67 | <color alpha="255" > |
---|
68 | <red>239</red> |
---|
69 | <green>235</green> |
---|
70 | <blue>231</blue> |
---|
71 | </color> |
---|
72 | </brush> |
---|
73 | </colorrole> |
---|
74 | </inactive> |
---|
75 | <disabled> |
---|
76 | <colorrole role="Base" > |
---|
77 | <brush brushstyle="SolidPattern" > |
---|
78 | <color alpha="255" > |
---|
79 | <red>255</red> |
---|
80 | <green>255</green> |
---|
81 | <blue>255</blue> |
---|
82 | </color> |
---|
83 | </brush> |
---|
84 | </colorrole> |
---|
85 | <colorrole role="AlternateBase" > |
---|
86 | <brush brushstyle="SolidPattern" > |
---|
87 | <color alpha="255" > |
---|
88 | <red>239</red> |
---|
89 | <green>235</green> |
---|
90 | <blue>231</blue> |
---|
91 | </color> |
---|
92 | </brush> |
---|
93 | </colorrole> |
---|
94 | </disabled> |
---|
95 | </palette> |
---|
96 | </property> |
---|
97 | <property name="windowTitle" > |
---|
98 | <string>About application</string> |
---|
99 | </property> |
---|
100 | <property name="locale" > |
---|
101 | <locale country="AnyCountry" language="C" /> |
---|
102 | </property> |
---|
103 | <layout class="QGridLayout" name="gridLayout" > |
---|
104 | <item row="0" column="0" > |
---|
105 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
106 | <item> |
---|
107 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
108 | <item> |
---|
109 | <widget class="QLabel" name="FosdemIcon" > |
---|
110 | <property name="sizePolicy" > |
---|
111 | <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
---|
112 | <horstretch>0</horstretch> |
---|
113 | <verstretch>0</verstretch> |
---|
114 | </sizepolicy> |
---|
115 | </property> |
---|
116 | <property name="text" > |
---|
117 | <string/> |
---|
118 | </property> |
---|
119 | <property name="pixmap" > |
---|
120 | <pixmap>:/icons/fosdem.png</pixmap> |
---|
121 | </property> |
---|
122 | </widget> |
---|
123 | </item> |
---|
124 | <item> |
---|
125 | <spacer name="verticalSpacer" > |
---|
126 | <property name="orientation" > |
---|
127 | <enum>Qt::Vertical</enum> |
---|
128 | </property> |
---|
129 | <property name="sizeHint" stdset="0" > |
---|
130 | <size> |
---|
131 | <width>20</width> |
---|
132 | <height>40</height> |
---|
133 | </size> |
---|
134 | </property> |
---|
135 | </spacer> |
---|
136 | </item> |
---|
137 | </layout> |
---|
138 | </item> |
---|
139 | <item> |
---|
140 | <layout class="QVBoxLayout" name="verticalLayout_2" > |
---|
141 | <item> |
---|
142 | <widget class="QScrollArea" name="scrollArea" > |
---|
143 | <property name="widgetResizable" > |
---|
144 | <bool>true</bool> |
---|
145 | </property> |
---|
146 | <widget class="QWidget" name="scrollAreaWidgetContents" > |
---|
147 | <property name="geometry" > |
---|
148 | <rect> |
---|
149 | <x>0</x> |
---|
150 | <y>0</y> |
---|
151 | <width>431</width> |
---|
152 | <height>551</height> |
---|
153 | </rect> |
---|
154 | </property> |
---|
155 | <layout class="QGridLayout" name="gridLayout_2" > |
---|
156 | <item row="0" column="0" > |
---|
157 | <widget class="QWidget" native="1" name="content" > |
---|
158 | <layout class="QVBoxLayout" name="verticalLayout_3" > |
---|
159 | <item> |
---|
160 | <widget class="QLabel" name="label" > |
---|
161 | <property name="sizePolicy" > |
---|
162 | <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
---|
163 | <horstretch>0</horstretch> |
---|
164 | <verstretch>0</verstretch> |
---|
165 | </sizepolicy> |
---|
166 | </property> |
---|
167 | <property name="font" > |
---|
168 | <font> |
---|
169 | <weight>75</weight> |
---|
170 | <bold>true</bold> |
---|
171 | </font> |
---|
172 | </property> |
---|
173 | <property name="text" > |
---|
174 | <string>Qt FOSDEM</string> |
---|
175 | </property> |
---|
176 | </widget> |
---|
177 | </item> |
---|
178 | <item> |
---|
179 | <widget class="QLabel" name="label_2" > |
---|
180 | <property name="text" > |
---|
181 | <string>Version 1.0.0</string> |
---|
182 | </property> |
---|
183 | </widget> |
---|
184 | </item> |
---|
185 | <item> |
---|
186 | <widget class="QLabel" name="spacer" > |
---|
187 | <property name="text" > |
---|
188 | <string/> |
---|
189 | </property> |
---|
190 | </widget> |
---|
191 | </item> |
---|
192 | <item> |
---|
193 | <widget class="QLabel" name="description" > |
---|
194 | <property name="text" > |
---|
195 | <string>Qt FOSDEM is an application making the conference schedule available offline. Supports searches on various items (speaker, speech topic, location, etc.). For Nokia N8x0 and N900 Internet Tablets.</string> |
---|
196 | </property> |
---|
197 | <property name="wordWrap" > |
---|
198 | <bool>true</bool> |
---|
199 | </property> |
---|
200 | <property name="openExternalLinks" > |
---|
201 | <bool>true</bool> |
---|
202 | </property> |
---|
203 | </widget> |
---|
204 | </item> |
---|
205 | <item> |
---|
206 | <widget class="QLabel" name="label_3" > |
---|
207 | <property name="text" > |
---|
208 | <string/> |
---|
209 | </property> |
---|
210 | </widget> |
---|
211 | </item> |
---|
212 | <item> |
---|
213 | <widget class="QGroupBox" name="groupBox" > |
---|
214 | <property name="sizePolicy" > |
---|
215 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > |
---|
216 | <horstretch>0</horstretch> |
---|
217 | <verstretch>0</verstretch> |
---|
218 | </sizepolicy> |
---|
219 | </property> |
---|
220 | <property name="minimumSize" > |
---|
221 | <size> |
---|
222 | <width>0</width> |
---|
223 | <height>0</height> |
---|
224 | </size> |
---|
225 | </property> |
---|
226 | <property name="font" > |
---|
227 | <font> |
---|
228 | <weight>75</weight> |
---|
229 | <bold>true</bold> |
---|
230 | </font> |
---|
231 | </property> |
---|
232 | <property name="title" > |
---|
233 | <string>Developers</string> |
---|
234 | </property> |
---|
235 | <layout class="QVBoxLayout" name="verticalLayout_4" > |
---|
236 | <item> |
---|
237 | <widget class="QLabel" name="label_4" > |
---|
238 | <property name="sizePolicy" > |
---|
239 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > |
---|
240 | <horstretch>0</horstretch> |
---|
241 | <verstretch>0</verstretch> |
---|
242 | </sizepolicy> |
---|
243 | </property> |
---|
244 | <property name="font" > |
---|
245 | <font> |
---|
246 | <weight>50</weight> |
---|
247 | <bold>false</bold> |
---|
248 | </font> |
---|
249 | </property> |
---|
250 | <property name="text" > |
---|
251 | <string>Berendova Monika, Hanzes Matus, Komara Martin, Korinek Pavol, Pavelka Pavol, Timko Marek, Uzak Matus, Fortes Francisco</string> |
---|
252 | </property> |
---|
253 | <property name="wordWrap" > |
---|
254 | <bool>true</bool> |
---|
255 | </property> |
---|
256 | </widget> |
---|
257 | </item> |
---|
258 | </layout> |
---|
259 | </widget> |
---|
260 | </item> |
---|
261 | <item> |
---|
262 | <widget class="QGroupBox" name="groupBox_2" > |
---|
263 | <property name="sizePolicy" > |
---|
264 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" > |
---|
265 | <horstretch>0</horstretch> |
---|
266 | <verstretch>0</verstretch> |
---|
267 | </sizepolicy> |
---|
268 | </property> |
---|
269 | <property name="font" > |
---|
270 | <font> |
---|
271 | <weight>75</weight> |
---|
272 | <bold>true</bold> |
---|
273 | </font> |
---|
274 | </property> |
---|
275 | <property name="title" > |
---|
276 | <string>Notice</string> |
---|
277 | </property> |
---|
278 | <layout class="QVBoxLayout" name="verticalLayout_5" > |
---|
279 | <item> |
---|
280 | <widget class="QLabel" name="label_5" > |
---|
281 | <property name="sizePolicy" > |
---|
282 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" > |
---|
283 | <horstretch>0</horstretch> |
---|
284 | <verstretch>0</verstretch> |
---|
285 | </sizepolicy> |
---|
286 | </property> |
---|
287 | <property name="font" > |
---|
288 | <font> |
---|
289 | <weight>50</weight> |
---|
290 | <bold>false</bold> |
---|
291 | </font> |
---|
292 | </property> |
---|
293 | <property name="text" > |
---|
294 | <string>Qt FOSDEM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.</string> |
---|
295 | </property> |
---|
296 | <property name="wordWrap" > |
---|
297 | <bool>true</bool> |
---|
298 | </property> |
---|
299 | </widget> |
---|
300 | </item> |
---|
301 | <item> |
---|
302 | <widget class="QLabel" name="label_6" > |
---|
303 | <property name="font" > |
---|
304 | <font> |
---|
305 | <weight>50</weight> |
---|
306 | <bold>false</bold> |
---|
307 | </font> |
---|
308 | </property> |
---|
309 | <property name="text" > |
---|
310 | <string>Qt FOSDEM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</string> |
---|
311 | </property> |
---|
312 | <property name="wordWrap" > |
---|
313 | <bool>true</bool> |
---|
314 | </property> |
---|
315 | </widget> |
---|
316 | </item> |
---|
317 | </layout> |
---|
318 | </widget> |
---|
319 | </item> |
---|
320 | <item> |
---|
321 | <widget class="QLabel" name="copyright" > |
---|
322 | <property name="text" > |
---|
323 | <string>Copyright (C) Ixonos, 2010</string> |
---|
324 | </property> |
---|
325 | </widget> |
---|
326 | </item> |
---|
327 | <item> |
---|
328 | <spacer name="verticalSpacer_2" > |
---|
329 | <property name="orientation" > |
---|
330 | <enum>Qt::Vertical</enum> |
---|
331 | </property> |
---|
332 | <property name="sizeHint" stdset="0" > |
---|
333 | <size> |
---|
334 | <width>20</width> |
---|
335 | <height>40</height> |
---|
336 | </size> |
---|
337 | </property> |
---|
338 | </spacer> |
---|
339 | </item> |
---|
340 | </layout> |
---|
341 | </widget> |
---|
342 | </item> |
---|
343 | </layout> |
---|
344 | </widget> |
---|
345 | </widget> |
---|
346 | </item> |
---|
347 | <item> |
---|
348 | <layout class="QHBoxLayout" name="horizontalLayout_2" > |
---|
349 | <item> |
---|
350 | <spacer name="horizontalSpacer" > |
---|
351 | <property name="orientation" > |
---|
352 | <enum>Qt::Horizontal</enum> |
---|
353 | </property> |
---|
354 | <property name="sizeHint" stdset="0" > |
---|
355 | <size> |
---|
356 | <width>40</width> |
---|
357 | <height>20</height> |
---|
358 | </size> |
---|
359 | </property> |
---|
360 | </spacer> |
---|
361 | </item> |
---|
362 | <item> |
---|
363 | <widget class="QPushButton" name="okButton" > |
---|
364 | <property name="text" > |
---|
365 | <string>OK</string> |
---|
366 | </property> |
---|
367 | </widget> |
---|
368 | </item> |
---|
369 | </layout> |
---|
370 | </item> |
---|
371 | </layout> |
---|
372 | </item> |
---|
373 | </layout> |
---|
374 | </item> |
---|
375 | </layout> |
---|
376 | </widget> |
---|
377 | <resources/> |
---|
378 | <connections> |
---|
379 | <connection> |
---|
380 | <sender>okButton</sender> |
---|
381 | <signal>clicked()</signal> |
---|
382 | <receiver>AboutDialog</receiver> |
---|
383 | <slot>close()</slot> |
---|
384 | <hints> |
---|
385 | <hint type="sourcelabel" > |
---|
386 | <x>512</x> |
---|
387 | <y>724</y> |
---|
388 | </hint> |
---|
389 | <hint type="destinationlabel" > |
---|
390 | <x>282</x> |
---|
391 | <y>375</y> |
---|
392 | </hint> |
---|
393 | </hints> |
---|
394 | </connection> |
---|
395 | </connections> |
---|
396 | </ui> |
---|