2 <class>MainWindow</class>
3 <widget class="QMainWindow" name="MainWindow" >
4 <property name="geometry" >
12 <property name="minimumSize" >
18 <property name="windowTitle" >
19 <string>MainWindow</string>
21 <widget class="QWidget" name="centralwidget" >
22 <layout class="QGridLayout" name="gridLayout" >
23 <item row="0" column="0" >
24 <widget class="TabWidget" name="tabWidget" >
25 <property name="currentIndex" >
28 <widget class="QWidget" name="dayViewTab" >
29 <attribute name="title" >
30 <string>Day View</string>
32 <layout class="QGridLayout" name="gridLayout_2" >
33 <item row="0" column="0" >
34 <layout class="QVBoxLayout" name="verticalLayout" >
36 <layout class="QHBoxLayout" name="horizontalLayout_2" >
38 <layout class="QVBoxLayout" name="verticalLayout_5" >
40 <widget class="QToolButton" name="toolButton" >
41 <property name="autoFillBackground" >
44 <property name="text" >
47 <property name="autoRaise" >
53 <widget class="DayNavigatorWidget" native="1" name="dayNavigator" >
54 <property name="sizePolicy" >
55 <sizepolicy vsizetype="Expanding" hsizetype="Minimum" >
56 <horstretch>0</horstretch>
57 <verstretch>0</verstretch>
65 <widget class="TreeView" name="dayTreeView" >
66 <property name="maximumSize" >
68 <width>16777215</width>
69 <height>16777215</height>
80 <widget class="QWidget" name="favouritesTab" >
81 <attribute name="title" >
82 <string>Favourites</string>
84 <layout class="QGridLayout" name="gridLayout_3" >
85 <item row="1" column="0" >
86 <layout class="QHBoxLayout" name="horizontalLayout_4" >
88 <widget class="DayNavigatorWidget" native="1" name="favouriteDayNavigator" />
91 <widget class="TreeView" name="favTreeView" />
97 <widget class="QWidget" name="tracksTab" >
98 <attribute name="title" >
99 <string>Tracks</string>
101 <layout class="QGridLayout" name="gridLayout_4" >
102 <item row="0" column="0" >
103 <layout class="QHBoxLayout" name="horizontalLayout_3" >
105 <widget class="DayNavigatorWidget" native="1" name="trackDayNavigator" />
108 <widget class="TreeView" name="trackTreeView" >
109 <property name="maximumSize" >
111 <width>16777215</width>
112 <height>16777215</height>
121 <widget class="QWidget" name="searchTab">
122 <attribute name="title">
123 <string>Search</string>
125 <layout class="QHBoxLayout" name="horizontalLayout_1">
127 <widget class="QWidget" name="searchVerticalWidget" native="true">
128 <property name="enabled">
131 <property name="sizePolicy">
132 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
133 <horstretch>0</horstretch>
134 <verstretch>0</verstretch>
137 <layout class="QVBoxLayout" name="searchDayNavigatorVerticalLayout">
138 <property name="margin">
142 <widget class="QToolButton" name="searchAgainButton">
143 <property name="sizePolicy">
144 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
145 <horstretch>0</horstretch>
146 <verstretch>0</verstretch>
149 <property name="toolTip">
150 <string>Search again</string>
152 <property name="text">
155 <property name="icon">
156 <iconset resource="../icons.qrc">
157 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
159 <property name="iconSize">
165 <property name="toolButtonStyle">
166 <enum>Qt::ToolButtonIconOnly</enum>
171 <widget class="DayNavigatorWidget" name="searchDayNavigator" native="true">
172 <property name="sizePolicy">
173 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
174 <horstretch>0</horstretch>
175 <verstretch>0</verstretch>
178 <property name="maximumSize">
180 <width>16777215</width>
181 <height>16777215</height>
190 <layout class="QVBoxLayout" name="verticalLayout_3">
192 <widget class="QWidget" name="searchHead" native="true">
193 <property name="sizePolicy">
194 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
195 <horstretch>0</horstretch>
196 <verstretch>0</verstretch>
199 <property name="maximumSize">
201 <width>16777215</width>
202 <height>16777215</height>
205 <layout class="QGridLayout" name="searchHeadLayout">
206 <property name="sizeConstraint">
207 <enum>QLayout::SetDefaultConstraint</enum>
209 <item row="2" column="0">
210 <layout class="QHBoxLayout" name="horizontalLayout">
212 <widget class="QLineEdit" name="searchEdit">
213 <property name="enabled">
216 <property name="toolTip">
217 <string>type a keyword to search</string>
222 <widget class="QPushButton" name="searchButton">
223 <property name="sizePolicy">
224 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
225 <horstretch>0</horstretch>
226 <verstretch>0</verstretch>
229 <property name="text">
230 <string>Search</string>
232 <property name="icon">
233 <iconset resource="../icons.qrc">
234 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
236 <property name="checkable">
239 <property name="autoDefault">
242 <property name="default">
245 <property name="flat">
252 <item row="0" column="0">
253 <layout class="QHBoxLayout" name="horizontalLayout_6">
255 <widget class="QCheckBox" name="searchTitle">
256 <property name="text">
257 <string>Title</string>
259 <property name="checked">
265 <widget class="QCheckBox" name="searchAbstract">
266 <property name="text">
267 <string>Abstract</string>
272 <widget class="QCheckBox" name="searchSpeaker">
273 <property name="text">
274 <string>Speaker</string>
279 <widget class="QCheckBox" name="searchTag">
280 <property name="text">
286 <widget class="QCheckBox" name="searchRoom">
287 <property name="text">
288 <string>Room</string>
293 <spacer name="horizontalSpacer">
294 <property name="orientation">
295 <enum>Qt::Horizontal</enum>
297 <property name="sizeHint" stdset="0">
311 <widget class="TreeView" name="searchTreeView">
312 <property name="sizePolicy">
313 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
314 <horstretch>0</horstretch>
315 <verstretch>1</verstretch>
318 <property name="minimumSize">
324 <property name="maximumSize">
326 <width>16777215</width>
327 <height>16777215</height>
330 <attribute name="headerDefaultSectionSize">
336 <spacer name="verticalSpacer_2">
337 <property name="orientation">
338 <enum>Qt::Vertical</enum>
340 <property name="sizeType">
341 <enum>QSizePolicy::Expanding</enum>
343 <property name="sizeHint" stdset="0">
355 <widget class="QWidget" name="roomsTab" >
356 <attribute name="title" >
357 <string>Rooms</string>
359 <layout class="QGridLayout" name="gridLayout_8" >
360 <item row="0" column="0" >
361 <layout class="QHBoxLayout" name="horizontalLayout_5" >
362 <property name="sizeConstraint" >
363 <enum>QLayout::SetDefaultConstraint</enum>
366 <widget class="DayNavigatorWidget" native="1" name="roomDayNavigator" />
369 <widget class="TreeView" name="roomTreeView" >
370 <property name="maximumSize" >
372 <width>16777215</width>
373 <height>16777215</height>
382 <widget class="QWidget" name="conferenceTab" >
383 <attribute name="title" >
384 <string>Conference</string>
386 <layout class="QGridLayout" name="gridLayout_5" >
387 <item row="0" column="0" >
388 <layout class="QVBoxLayout" name="verticalLayout_4" >
390 <widget class="QLabel" name="conferenceTitle" >
391 <property name="font" >
397 <property name="text" >
398 <string>Conference Name</string>
400 <property name="alignment" >
401 <set>Qt::AlignCenter</set>
403 <property name="wordWrap" >
409 <widget class="QLabel" name="conferenceSubtitle" >
410 <property name="text" >
411 <string>Conference Subtitle</string>
413 <property name="alignment" >
414 <set>Qt::AlignCenter</set>
416 <property name="wordWrap" >
422 <widget class="Line" name="line" >
423 <property name="orientation" >
424 <enum>Qt::Horizontal</enum>
429 <layout class="QGridLayout" name="gridLayout_6" >
430 <item row="0" column="0" >
431 <widget class="QLabel" name="label" >
432 <property name="font" >
435 <italic>true</italic>
439 <property name="text" >
440 <string>When:</string>
444 <item row="1" column="0" >
445 <widget class="QLabel" name="label_2" >
446 <property name="font" >
449 <italic>true</italic>
453 <property name="text" >
454 <string>Where:</string>
458 <item row="0" column="2" >
459 <widget class="QLabel" name="conferenceWhen" >
460 <property name="text" >
461 <string>DATE (FROM - TO)</string>
465 <item row="1" column="2" >
466 <widget class="QLabel" name="conferenceWhere" >
467 <property name="text" >
468 <string>CITY, CAMPUS</string>
472 <item row="1" column="3" >
473 <widget class="QPushButton" name="showMapButton" >
474 <property name="text" >
477 <property name="icon" >
478 <iconset resource="../icons.qrc" >
479 <normaloff>:/icons/compassBig.png</normaloff>:/icons/compassBig.png</iconset>
481 <property name="flat" >
486 <item row="1" column="4" >
487 <spacer name="horizontalSpacer_3" >
488 <property name="orientation" >
489 <enum>Qt::Horizontal</enum>
491 <property name="sizeHint" stdset="0" >
499 <item row="0" column="1" >
500 <widget class="QLabel" name="spacer" >
501 <property name="text" >
509 <widget class="Line" name="line_2" >
510 <property name="orientation" >
511 <enum>Qt::Horizontal</enum>
516 <widget class="ImportScheduleWidget" native="1" name="importScheduleWidget" >
517 <property name="sizePolicy" >
518 <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
519 <horstretch>0</horstretch>
520 <verstretch>0</verstretch>
526 <spacer name="verticalSpacer" >
527 <property name="orientation" >
528 <enum>Qt::Vertical</enum>
530 <property name="sizeHint" stdset="0" >
542 <widget class="QWidget" name="tab" >
543 <attribute name="title" >
546 <layout class="QGridLayout" name="gridLayout_7" >
547 <item row="0" column="0" >
548 <widget class="TreeView" name="nowTreeView" />
556 <widget class="QStatusBar" name="statusbar" />
560 <class>DayNavigatorWidget</class>
561 <extends>QWidget</extends>
562 <header>daynavigatorwidget.h</header>
563 <container>1</container>
566 <class>TreeView</class>
567 <extends>QTreeView</extends>
568 <header>../mvc/treeview.h</header>
571 <class>TabWidget</class>
572 <extends>QTabWidget</extends>
573 <header>tabwidget.h</header>
574 <container>1</container>
577 <class>ImportScheduleWidget</class>
578 <extends>QWidget</extends>
579 <header>importschedulewidget.h</header>
580 <container>1</container>
584 <include location="../icons.qrc" />