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>903</width> |
---|
9 | <height>498</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="minimumSize" > |
---|
13 | <size> |
---|
14 | <width>400</width> |
---|
15 | <height>300</height> |
---|
16 | </size> |
---|
17 | </property> |
---|
18 | <property name="windowTitle" > |
---|
19 | <string>FOSDEM Schedule</string> |
---|
20 | </property> |
---|
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" > |
---|
26 | <number>2</number> |
---|
27 | </property> |
---|
28 | <widget class="QWidget" name="nowTab" > |
---|
29 | <attribute name="title" > |
---|
30 | <string>Now</string> |
---|
31 | </attribute> |
---|
32 | <layout class="QGridLayout" name="gridLayout_7" > |
---|
33 | <item row="0" column="0" > |
---|
34 | <widget class="NowTabContainer" native="1" name="nowTabContainer" /> |
---|
35 | </item> |
---|
36 | </layout> |
---|
37 | </widget> |
---|
38 | <widget class="QWidget" name="favouritesTab" > |
---|
39 | <attribute name="title" > |
---|
40 | <string>Favourites</string> |
---|
41 | </attribute> |
---|
42 | <layout class="QGridLayout" name="gridLayout_3" > |
---|
43 | <item row="0" column="0" > |
---|
44 | <widget class="FavTabContainer" native="1" name="favsTabContainer" /> |
---|
45 | </item> |
---|
46 | </layout> |
---|
47 | </widget> |
---|
48 | <widget class="QWidget" name="dayViewTab" > |
---|
49 | <attribute name="title" > |
---|
50 | <string>Day View</string> |
---|
51 | </attribute> |
---|
52 | <layout class="QGridLayout" name="gridLayout_2" > |
---|
53 | <item row="0" column="0" > |
---|
54 | <widget class="DayViewTabContainer" native="1" name="dayTabContainer" /> |
---|
55 | </item> |
---|
56 | </layout> |
---|
57 | </widget> |
---|
58 | <widget class="QWidget" name="tracksTab" > |
---|
59 | <attribute name="title" > |
---|
60 | <string>Tracks</string> |
---|
61 | </attribute> |
---|
62 | <layout class="QGridLayout" name="gridLayout_4" > |
---|
63 | <item row="0" column="0" > |
---|
64 | <widget class="TracksTabContainer" native="1" name="tracksTabContainer" /> |
---|
65 | </item> |
---|
66 | </layout> |
---|
67 | </widget> |
---|
68 | <widget class="QWidget" name="roomsTab" > |
---|
69 | <attribute name="title" > |
---|
70 | <string>Rooms</string> |
---|
71 | </attribute> |
---|
72 | <layout class="QGridLayout" name="gridLayout_8" > |
---|
73 | <item row="0" column="0" > |
---|
74 | <widget class="RoomsTabContainer" native="1" name="roomsTabContainer" /> |
---|
75 | </item> |
---|
76 | </layout> |
---|
77 | </widget> |
---|
78 | <widget class="QWidget" name="searchTab" > |
---|
79 | <attribute name="title" > |
---|
80 | <string>Search</string> |
---|
81 | </attribute> |
---|
82 | <layout class="QHBoxLayout" name="horizontalLayout_1" > |
---|
83 | <item> |
---|
84 | <widget class="SearchTabContainer" native="1" name="searchTabContainer" > |
---|
85 | <property name="sizePolicy" > |
---|
86 | <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
---|
87 | <horstretch>0</horstretch> |
---|
88 | <verstretch>0</verstretch> |
---|
89 | </sizepolicy> |
---|
90 | </property> |
---|
91 | </widget> |
---|
92 | </item> |
---|
93 | </layout> |
---|
94 | </widget> |
---|
95 | <widget class="QWidget" name="conferenceTab" > |
---|
96 | <attribute name="title" > |
---|
97 | <string>Conference</string> |
---|
98 | </attribute> |
---|
99 | <layout class="QGridLayout" name="gridLayout_5" > |
---|
100 | <item row="0" column="0" > |
---|
101 | <layout class="QVBoxLayout" name="verticalLayout_4" > |
---|
102 | <item> |
---|
103 | <widget class="QWidget" native="1" name="conferenceHeader" > |
---|
104 | <layout class="QGridLayout" name="gridLayout_9" > |
---|
105 | <item row="0" column="0" > |
---|
106 | <widget class="QLabel" name="conferenceTitle" > |
---|
107 | <property name="font" > |
---|
108 | <font> |
---|
109 | <weight>75</weight> |
---|
110 | <bold>true</bold> |
---|
111 | </font> |
---|
112 | </property> |
---|
113 | <property name="text" > |
---|
114 | <string>Conference Name</string> |
---|
115 | </property> |
---|
116 | <property name="alignment" > |
---|
117 | <set>Qt::AlignCenter</set> |
---|
118 | </property> |
---|
119 | <property name="wordWrap" > |
---|
120 | <bool>true</bool> |
---|
121 | </property> |
---|
122 | </widget> |
---|
123 | </item> |
---|
124 | <item row="1" column="0" > |
---|
125 | <widget class="QLabel" name="conferenceSubtitle" > |
---|
126 | <property name="text" > |
---|
127 | <string>Conference Subtitle</string> |
---|
128 | </property> |
---|
129 | <property name="alignment" > |
---|
130 | <set>Qt::AlignCenter</set> |
---|
131 | </property> |
---|
132 | <property name="wordWrap" > |
---|
133 | <bool>true</bool> |
---|
134 | </property> |
---|
135 | </widget> |
---|
136 | </item> |
---|
137 | <item row="2" column="0" > |
---|
138 | <widget class="Line" name="line" > |
---|
139 | <property name="orientation" > |
---|
140 | <enum>Qt::Horizontal</enum> |
---|
141 | </property> |
---|
142 | </widget> |
---|
143 | </item> |
---|
144 | <item row="3" column="0" > |
---|
145 | <layout class="QGridLayout" name="gridLayout_6" > |
---|
146 | <item row="0" column="0" > |
---|
147 | <widget class="QLabel" name="label" > |
---|
148 | <property name="font" > |
---|
149 | <font> |
---|
150 | <weight>75</weight> |
---|
151 | <italic>true</italic> |
---|
152 | <bold>true</bold> |
---|
153 | </font> |
---|
154 | </property> |
---|
155 | <property name="text" > |
---|
156 | <string>When:</string> |
---|
157 | </property> |
---|
158 | </widget> |
---|
159 | </item> |
---|
160 | <item row="1" column="0" > |
---|
161 | <widget class="QLabel" name="label_2" > |
---|
162 | <property name="font" > |
---|
163 | <font> |
---|
164 | <weight>75</weight> |
---|
165 | <italic>true</italic> |
---|
166 | <bold>true</bold> |
---|
167 | </font> |
---|
168 | </property> |
---|
169 | <property name="text" > |
---|
170 | <string>Where:</string> |
---|
171 | </property> |
---|
172 | </widget> |
---|
173 | </item> |
---|
174 | <item row="0" column="2" > |
---|
175 | <widget class="QLabel" name="conferenceWhen" > |
---|
176 | <property name="text" > |
---|
177 | <string>DATE (FROM - TO)</string> |
---|
178 | </property> |
---|
179 | </widget> |
---|
180 | </item> |
---|
181 | <item row="1" column="2" > |
---|
182 | <widget class="QLabel" name="conferenceWhere" > |
---|
183 | <property name="text" > |
---|
184 | <string>CITY, CAMPUS</string> |
---|
185 | </property> |
---|
186 | </widget> |
---|
187 | </item> |
---|
188 | <item row="1" column="3" > |
---|
189 | <widget class="QPushButton" name="showMapButton" > |
---|
190 | <property name="text" > |
---|
191 | <string>MAP</string> |
---|
192 | </property> |
---|
193 | <property name="icon" > |
---|
194 | <iconset resource="../icons.qrc" > |
---|
195 | <normaloff>:/icons/compassBig.png</normaloff>:/icons/compassBig.png</iconset> |
---|
196 | </property> |
---|
197 | <property name="flat" > |
---|
198 | <bool>true</bool> |
---|
199 | </property> |
---|
200 | </widget> |
---|
201 | </item> |
---|
202 | <item row="1" column="4" > |
---|
203 | <spacer name="horizontalSpacer_3" > |
---|
204 | <property name="orientation" > |
---|
205 | <enum>Qt::Horizontal</enum> |
---|
206 | </property> |
---|
207 | <property name="sizeHint" stdset="0" > |
---|
208 | <size> |
---|
209 | <width>40</width> |
---|
210 | <height>20</height> |
---|
211 | </size> |
---|
212 | </property> |
---|
213 | </spacer> |
---|
214 | </item> |
---|
215 | <item row="0" column="1" > |
---|
216 | <widget class="QLabel" name="spacer" > |
---|
217 | <property name="text" > |
---|
218 | <string/> |
---|
219 | </property> |
---|
220 | </widget> |
---|
221 | </item> |
---|
222 | </layout> |
---|
223 | </item> |
---|
224 | <item row="4" column="0" > |
---|
225 | <widget class="Line" name="line_2" > |
---|
226 | <property name="orientation" > |
---|
227 | <enum>Qt::Horizontal</enum> |
---|
228 | </property> |
---|
229 | </widget> |
---|
230 | </item> |
---|
231 | </layout> |
---|
232 | </widget> |
---|
233 | </item> |
---|
234 | <item> |
---|
235 | <widget class="ImportScheduleWidget" native="1" name="importScheduleWidget" > |
---|
236 | <property name="sizePolicy" > |
---|
237 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > |
---|
238 | <horstretch>0</horstretch> |
---|
239 | <verstretch>0</verstretch> |
---|
240 | </sizepolicy> |
---|
241 | </property> |
---|
242 | </widget> |
---|
243 | </item> |
---|
244 | <item> |
---|
245 | <spacer name="verticalSpacer" > |
---|
246 | <property name="orientation" > |
---|
247 | <enum>Qt::Vertical</enum> |
---|
248 | </property> |
---|
249 | <property name="sizeHint" stdset="0" > |
---|
250 | <size> |
---|
251 | <width>20</width> |
---|
252 | <height>40</height> |
---|
253 | </size> |
---|
254 | </property> |
---|
255 | </spacer> |
---|
256 | </item> |
---|
257 | </layout> |
---|
258 | </item> |
---|
259 | </layout> |
---|
260 | </widget> |
---|
261 | </widget> |
---|
262 | </item> |
---|
263 | </layout> |
---|
264 | </widget> |
---|
265 | <widget class="QStatusBar" name="statusbar" /> |
---|
266 | </widget> |
---|
267 | <customwidgets> |
---|
268 | <customwidget> |
---|
269 | <class>TabWidget</class> |
---|
270 | <extends>QTabWidget</extends> |
---|
271 | <header>tabwidget.h</header> |
---|
272 | <container>1</container> |
---|
273 | </customwidget> |
---|
274 | <customwidget> |
---|
275 | <class>ImportScheduleWidget</class> |
---|
276 | <extends>QWidget</extends> |
---|
277 | <header>importschedulewidget.h</header> |
---|
278 | <container>1</container> |
---|
279 | </customwidget> |
---|
280 | <customwidget> |
---|
281 | <class>SearchTabContainer</class> |
---|
282 | <extends>QWidget</extends> |
---|
283 | <header>searchtabcontainer.h</header> |
---|
284 | </customwidget> |
---|
285 | <customwidget> |
---|
286 | <class>DayViewTabContainer</class> |
---|
287 | <extends>QWidget</extends> |
---|
288 | <header>dayviewtabcontainer.h</header> |
---|
289 | </customwidget> |
---|
290 | <customwidget> |
---|
291 | <class>FavTabContainer</class> |
---|
292 | <extends>QWidget</extends> |
---|
293 | <header>favtabcontainer.h</header> |
---|
294 | </customwidget> |
---|
295 | <customwidget> |
---|
296 | <class>TracksTabContainer</class> |
---|
297 | <extends>QWidget</extends> |
---|
298 | <header>trackstabcontainer.h</header> |
---|
299 | </customwidget> |
---|
300 | <customwidget> |
---|
301 | <class>RoomsTabContainer</class> |
---|
302 | <extends>QWidget</extends> |
---|
303 | <header>roomstabcontainer.h</header> |
---|
304 | </customwidget> |
---|
305 | <customwidget> |
---|
306 | <class>NowTabContainer</class> |
---|
307 | <extends>QWidget</extends> |
---|
308 | <header>nowtabcontainer.h</header> |
---|
309 | </customwidget> |
---|
310 | </customwidgets> |
---|
311 | <resources> |
---|
312 | <include location="../icons.qrc" /> |
---|
313 | </resources> |
---|
314 | <connections/> |
---|
315 | </ui> |
---|