1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>MainWindow</class> |
---|
4 | <widget class="QMainWindow" name="MainWindow"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>903</width> |
---|
10 | <height>498</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="minimumSize"> |
---|
14 | <size> |
---|
15 | <width>400</width> |
---|
16 | <height>300</height> |
---|
17 | </size> |
---|
18 | </property> |
---|
19 | <property name="windowTitle"> |
---|
20 | <string>FOSDEM Schedule</string> |
---|
21 | </property> |
---|
22 | <widget class="QWidget" name="centralwidget"> |
---|
23 | <layout class="QGridLayout" name="gridLayout"> |
---|
24 | <item row="0" column="0"> |
---|
25 | <widget class="QTabWidget" name="tabWidget"> |
---|
26 | <property name="currentIndex"> |
---|
27 | <number>2</number> |
---|
28 | </property> |
---|
29 | <widget class="QWidget" name="nowTab"> |
---|
30 | <attribute name="title"> |
---|
31 | <string>Now</string> |
---|
32 | </attribute> |
---|
33 | <layout class="QGridLayout" name="gridLayout_7"> |
---|
34 | <item row="0" column="0"> |
---|
35 | <widget class="NowTabContainer" name="nowTabContainer" native="true"/> |
---|
36 | </item> |
---|
37 | </layout> |
---|
38 | </widget> |
---|
39 | <widget class="QWidget" name="favouritesTab"> |
---|
40 | <attribute name="title"> |
---|
41 | <string>Favourites</string> |
---|
42 | </attribute> |
---|
43 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
44 | <item row="0" column="0"> |
---|
45 | <widget class="FavTabContainer" name="favsTabContainer" native="true"/> |
---|
46 | </item> |
---|
47 | </layout> |
---|
48 | </widget> |
---|
49 | <widget class="QWidget" name="dayViewTab"> |
---|
50 | <attribute name="title"> |
---|
51 | <string>Day View</string> |
---|
52 | </attribute> |
---|
53 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
54 | <item row="0" column="0"> |
---|
55 | <widget class="DayViewTabContainer" name="dayTabContainer" native="true"/> |
---|
56 | </item> |
---|
57 | </layout> |
---|
58 | </widget> |
---|
59 | <widget class="QWidget" name="tracksTab"> |
---|
60 | <attribute name="title"> |
---|
61 | <string>Tracks</string> |
---|
62 | </attribute> |
---|
63 | <layout class="QGridLayout" name="gridLayout_4"> |
---|
64 | <item row="0" column="0"> |
---|
65 | <widget class="TracksTabContainer" name="tracksTabContainer" native="true"/> |
---|
66 | </item> |
---|
67 | </layout> |
---|
68 | </widget> |
---|
69 | <widget class="QWidget" name="roomsTab"> |
---|
70 | <attribute name="title"> |
---|
71 | <string>Rooms</string> |
---|
72 | </attribute> |
---|
73 | <layout class="QGridLayout" name="gridLayout_8"> |
---|
74 | <item row="0" column="0"> |
---|
75 | <widget class="RoomsTabContainer" name="roomsTabContainer" native="true"/> |
---|
76 | </item> |
---|
77 | </layout> |
---|
78 | </widget> |
---|
79 | <widget class="QWidget" name="searchTab"> |
---|
80 | <attribute name="title"> |
---|
81 | <string>Search</string> |
---|
82 | </attribute> |
---|
83 | <layout class="QHBoxLayout" name="horizontalLayout_1"> |
---|
84 | <item> |
---|
85 | <widget class="SearchTabContainer" name="searchTabContainer" native="true"> |
---|
86 | <property name="sizePolicy"> |
---|
87 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
---|
88 | <horstretch>0</horstretch> |
---|
89 | <verstretch>0</verstretch> |
---|
90 | </sizepolicy> |
---|
91 | </property> |
---|
92 | </widget> |
---|
93 | </item> |
---|
94 | </layout> |
---|
95 | </widget> |
---|
96 | <widget class="QWidget" name="conferenceTab"> |
---|
97 | <attribute name="title"> |
---|
98 | <string>Conference</string> |
---|
99 | </attribute> |
---|
100 | <layout class="QGridLayout" name="gridLayout_5"> |
---|
101 | <item row="0" column="0"> |
---|
102 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
---|
103 | <item> |
---|
104 | <widget class="QWidget" name="conferenceHeader" native="true"> |
---|
105 | <layout class="QGridLayout" name="gridLayout_9"> |
---|
106 | <item row="0" column="0"> |
---|
107 | <widget class="QLabel" name="conferenceTitle"> |
---|
108 | <property name="font"> |
---|
109 | <font> |
---|
110 | <weight>75</weight> |
---|
111 | <bold>true</bold> |
---|
112 | </font> |
---|
113 | </property> |
---|
114 | <property name="text"> |
---|
115 | <string>Conference Name</string> |
---|
116 | </property> |
---|
117 | <property name="alignment"> |
---|
118 | <set>Qt::AlignCenter</set> |
---|
119 | </property> |
---|
120 | <property name="wordWrap"> |
---|
121 | <bool>true</bool> |
---|
122 | </property> |
---|
123 | </widget> |
---|
124 | </item> |
---|
125 | <item row="1" column="0"> |
---|
126 | <widget class="QLabel" name="conferenceSubtitle"> |
---|
127 | <property name="text"> |
---|
128 | <string>Conference Subtitle</string> |
---|
129 | </property> |
---|
130 | <property name="alignment"> |
---|
131 | <set>Qt::AlignCenter</set> |
---|
132 | </property> |
---|
133 | <property name="wordWrap"> |
---|
134 | <bool>true</bool> |
---|
135 | </property> |
---|
136 | </widget> |
---|
137 | </item> |
---|
138 | <item row="2" column="0"> |
---|
139 | <widget class="Line" name="line"> |
---|
140 | <property name="orientation"> |
---|
141 | <enum>Qt::Horizontal</enum> |
---|
142 | </property> |
---|
143 | </widget> |
---|
144 | </item> |
---|
145 | <item row="3" column="0"> |
---|
146 | <layout class="QGridLayout" name="gridLayout_6"> |
---|
147 | <item row="0" column="0"> |
---|
148 | <widget class="QLabel" name="label"> |
---|
149 | <property name="font"> |
---|
150 | <font> |
---|
151 | <weight>75</weight> |
---|
152 | <italic>true</italic> |
---|
153 | <bold>true</bold> |
---|
154 | </font> |
---|
155 | </property> |
---|
156 | <property name="text"> |
---|
157 | <string>When:</string> |
---|
158 | </property> |
---|
159 | </widget> |
---|
160 | </item> |
---|
161 | <item row="1" column="0"> |
---|
162 | <widget class="QLabel" name="label_2"> |
---|
163 | <property name="font"> |
---|
164 | <font> |
---|
165 | <weight>75</weight> |
---|
166 | <italic>true</italic> |
---|
167 | <bold>true</bold> |
---|
168 | </font> |
---|
169 | </property> |
---|
170 | <property name="text"> |
---|
171 | <string>Where:</string> |
---|
172 | </property> |
---|
173 | </widget> |
---|
174 | </item> |
---|
175 | <item row="0" column="2"> |
---|
176 | <widget class="QLabel" name="conferenceWhen"> |
---|
177 | <property name="text"> |
---|
178 | <string>DATE (FROM - TO)</string> |
---|
179 | </property> |
---|
180 | </widget> |
---|
181 | </item> |
---|
182 | <item row="1" column="2"> |
---|
183 | <widget class="QLabel" name="conferenceWhere"> |
---|
184 | <property name="text"> |
---|
185 | <string>CITY, CAMPUS</string> |
---|
186 | </property> |
---|
187 | </widget> |
---|
188 | </item> |
---|
189 | <item row="1" column="3"> |
---|
190 | <widget class="QPushButton" name="showMapButton"> |
---|
191 | <property name="text"> |
---|
192 | <string>MAP</string> |
---|
193 | </property> |
---|
194 | <property name="icon"> |
---|
195 | <iconset resource="../icons.qrc"> |
---|
196 | <normaloff>:/icons/compassBig.png</normaloff>:/icons/compassBig.png</iconset> |
---|
197 | </property> |
---|
198 | <property name="flat"> |
---|
199 | <bool>true</bool> |
---|
200 | </property> |
---|
201 | </widget> |
---|
202 | </item> |
---|
203 | <item row="1" column="4"> |
---|
204 | <spacer name="horizontalSpacer_3"> |
---|
205 | <property name="orientation"> |
---|
206 | <enum>Qt::Horizontal</enum> |
---|
207 | </property> |
---|
208 | <property name="sizeHint" stdset="0"> |
---|
209 | <size> |
---|
210 | <width>40</width> |
---|
211 | <height>20</height> |
---|
212 | </size> |
---|
213 | </property> |
---|
214 | </spacer> |
---|
215 | </item> |
---|
216 | <item row="0" column="1"> |
---|
217 | <widget class="QLabel" name="spacer"> |
---|
218 | <property name="text"> |
---|
219 | <string/> |
---|
220 | </property> |
---|
221 | </widget> |
---|
222 | </item> |
---|
223 | </layout> |
---|
224 | </item> |
---|
225 | <item row="4" column="0"> |
---|
226 | <widget class="Line" name="line_2"> |
---|
227 | <property name="orientation"> |
---|
228 | <enum>Qt::Horizontal</enum> |
---|
229 | </property> |
---|
230 | </widget> |
---|
231 | </item> |
---|
232 | </layout> |
---|
233 | </widget> |
---|
234 | </item> |
---|
235 | <item> |
---|
236 | <widget class="QWidget" name="selectConferenceWidget" native="true"> |
---|
237 | <property name="sizePolicy"> |
---|
238 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |
---|
239 | <horstretch>0</horstretch> |
---|
240 | <verstretch>0</verstretch> |
---|
241 | </sizepolicy> |
---|
242 | </property> |
---|
243 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
244 | <item> |
---|
245 | <widget class="QLabel" name="selectConferenceLabel"> |
---|
246 | <property name="text"> |
---|
247 | <string>Select conference: </string> |
---|
248 | </property> |
---|
249 | </widget> |
---|
250 | </item> |
---|
251 | <item> |
---|
252 | <spacer name="horizontalSpacer"> |
---|
253 | <property name="orientation"> |
---|
254 | <enum>Qt::Horizontal</enum> |
---|
255 | </property> |
---|
256 | <property name="sizeHint" stdset="0"> |
---|
257 | <size> |
---|
258 | <width>40</width> |
---|
259 | <height>20</height> |
---|
260 | </size> |
---|
261 | </property> |
---|
262 | </spacer> |
---|
263 | </item> |
---|
264 | <item> |
---|
265 | <widget class="QComboBox" name="selectConference"> |
---|
266 | <property name="sizePolicy"> |
---|
267 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
---|
268 | <horstretch>0</horstretch> |
---|
269 | <verstretch>0</verstretch> |
---|
270 | </sizepolicy> |
---|
271 | </property> |
---|
272 | </widget> |
---|
273 | </item> |
---|
274 | </layout> |
---|
275 | </widget> |
---|
276 | </item> |
---|
277 | <item> |
---|
278 | <widget class="ImportScheduleWidget" name="importScheduleWidget" native="true"> |
---|
279 | <property name="sizePolicy"> |
---|
280 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |
---|
281 | <horstretch>0</horstretch> |
---|
282 | <verstretch>0</verstretch> |
---|
283 | </sizepolicy> |
---|
284 | </property> |
---|
285 | </widget> |
---|
286 | </item> |
---|
287 | <item> |
---|
288 | <spacer name="verticalSpacer"> |
---|
289 | <property name="orientation"> |
---|
290 | <enum>Qt::Vertical</enum> |
---|
291 | </property> |
---|
292 | <property name="sizeHint" stdset="0"> |
---|
293 | <size> |
---|
294 | <width>20</width> |
---|
295 | <height>40</height> |
---|
296 | </size> |
---|
297 | </property> |
---|
298 | </spacer> |
---|
299 | </item> |
---|
300 | </layout> |
---|
301 | </item> |
---|
302 | </layout> |
---|
303 | </widget> |
---|
304 | </widget> |
---|
305 | </item> |
---|
306 | </layout> |
---|
307 | </widget> |
---|
308 | <widget class="QStatusBar" name="statusbar"/> |
---|
309 | <widget class="QMenuBar" name="menuBar"> |
---|
310 | <property name="geometry"> |
---|
311 | <rect> |
---|
312 | <x>0</x> |
---|
313 | <y>0</y> |
---|
314 | <width>903</width> |
---|
315 | <height>25</height> |
---|
316 | </rect> |
---|
317 | </property> |
---|
318 | <widget class="QMenu" name="menuMenu"> |
---|
319 | <property name="title"> |
---|
320 | <string>Menu</string> |
---|
321 | </property> |
---|
322 | <addaction name="settingsAction"/> |
---|
323 | <addaction name="aboutAction"/> |
---|
324 | </widget> |
---|
325 | <addaction name="menuMenu"/> |
---|
326 | </widget> |
---|
327 | <action name="actionSettings"> |
---|
328 | <property name="text"> |
---|
329 | <string>Settings</string> |
---|
330 | </property> |
---|
331 | </action> |
---|
332 | <action name="settingsAction"> |
---|
333 | <property name="icon"> |
---|
334 | <iconset resource="../icons.qrc"> |
---|
335 | <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset> |
---|
336 | </property> |
---|
337 | <property name="text"> |
---|
338 | <string>Settings</string> |
---|
339 | </property> |
---|
340 | </action> |
---|
341 | <action name="aboutAction"> |
---|
342 | <property name="icon"> |
---|
343 | <iconset resource="../icons.qrc"> |
---|
344 | <normaloff>:/icons/info.png</normaloff>:/icons/info.png</iconset> |
---|
345 | </property> |
---|
346 | <property name="text"> |
---|
347 | <string>About</string> |
---|
348 | </property> |
---|
349 | </action> |
---|
350 | </widget> |
---|
351 | <customwidgets> |
---|
352 | <customwidget> |
---|
353 | <class>ImportScheduleWidget</class> |
---|
354 | <extends>QWidget</extends> |
---|
355 | <header>importschedulewidget.h</header> |
---|
356 | <container>1</container> |
---|
357 | </customwidget> |
---|
358 | <customwidget> |
---|
359 | <class>SearchTabContainer</class> |
---|
360 | <extends>QWidget</extends> |
---|
361 | <header>searchtabcontainer.h</header> |
---|
362 | </customwidget> |
---|
363 | <customwidget> |
---|
364 | <class>DayViewTabContainer</class> |
---|
365 | <extends>QWidget</extends> |
---|
366 | <header>dayviewtabcontainer.h</header> |
---|
367 | </customwidget> |
---|
368 | <customwidget> |
---|
369 | <class>FavTabContainer</class> |
---|
370 | <extends>QWidget</extends> |
---|
371 | <header>favtabcontainer.h</header> |
---|
372 | </customwidget> |
---|
373 | <customwidget> |
---|
374 | <class>TracksTabContainer</class> |
---|
375 | <extends>QWidget</extends> |
---|
376 | <header>trackstabcontainer.h</header> |
---|
377 | </customwidget> |
---|
378 | <customwidget> |
---|
379 | <class>RoomsTabContainer</class> |
---|
380 | <extends>QWidget</extends> |
---|
381 | <header>roomstabcontainer.h</header> |
---|
382 | </customwidget> |
---|
383 | <customwidget> |
---|
384 | <class>NowTabContainer</class> |
---|
385 | <extends>QWidget</extends> |
---|
386 | <header>nowtabcontainer.h</header> |
---|
387 | </customwidget> |
---|
388 | </customwidgets> |
---|
389 | <resources> |
---|
390 | <include location="../icons.qrc"/> |
---|
391 | </resources> |
---|
392 | <connections/> |
---|
393 | </ui> |
---|