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>MainWindow</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>0</number> |
---|
27 | </property> |
---|
28 | <widget class="QWidget" name="dayViewTab" > |
---|
29 | <attribute name="title" > |
---|
30 | <string>Day View</string> |
---|
31 | </attribute> |
---|
32 | <layout class="QGridLayout" name="gridLayout_2" > |
---|
33 | <item row="0" column="0" > |
---|
34 | <widget class="TabContainer" native="1" name="dayTabContainer" /> |
---|
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="TabContainer" native="1" name="favsTabContainer" /> |
---|
45 | </item> |
---|
46 | </layout> |
---|
47 | </widget> |
---|
48 | <widget class="QWidget" name="tracksTab" > |
---|
49 | <attribute name="title" > |
---|
50 | <string>Tracks</string> |
---|
51 | </attribute> |
---|
52 | <layout class="QGridLayout" name="gridLayout_4" > |
---|
53 | <item row="0" column="0" > |
---|
54 | <widget class="TabContainer" native="1" name="tracksTabContainer" /> |
---|
55 | </item> |
---|
56 | </layout> |
---|
57 | </widget> |
---|
58 | <widget class="QWidget" name="searchTab" > |
---|
59 | <attribute name="title" > |
---|
60 | <string>Search</string> |
---|
61 | </attribute> |
---|
62 | <layout class="QHBoxLayout" name="horizontalLayout_1" > |
---|
63 | <item> |
---|
64 | <widget class="TabContainer" native="1" name="searchTabContainer" /> |
---|
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="TabContainer" native="1" name="roomsTabContainer" /> |
---|
75 | </item> |
---|
76 | </layout> |
---|
77 | </widget> |
---|
78 | <widget class="QWidget" name="conferenceTab" > |
---|
79 | <attribute name="title" > |
---|
80 | <string>Conference</string> |
---|
81 | </attribute> |
---|
82 | <layout class="QGridLayout" name="gridLayout_5" > |
---|
83 | <item row="0" column="0" > |
---|
84 | <layout class="QVBoxLayout" name="verticalLayout_4" > |
---|
85 | <item> |
---|
86 | <widget class="QLabel" name="conferenceTitle" > |
---|
87 | <property name="font" > |
---|
88 | <font> |
---|
89 | <weight>75</weight> |
---|
90 | <bold>true</bold> |
---|
91 | </font> |
---|
92 | </property> |
---|
93 | <property name="text" > |
---|
94 | <string>Conference Name</string> |
---|
95 | </property> |
---|
96 | <property name="alignment" > |
---|
97 | <set>Qt::AlignCenter</set> |
---|
98 | </property> |
---|
99 | <property name="wordWrap" > |
---|
100 | <bool>true</bool> |
---|
101 | </property> |
---|
102 | </widget> |
---|
103 | </item> |
---|
104 | <item> |
---|
105 | <widget class="QLabel" name="conferenceSubtitle" > |
---|
106 | <property name="text" > |
---|
107 | <string>Conference Subtitle</string> |
---|
108 | </property> |
---|
109 | <property name="alignment" > |
---|
110 | <set>Qt::AlignCenter</set> |
---|
111 | </property> |
---|
112 | <property name="wordWrap" > |
---|
113 | <bool>true</bool> |
---|
114 | </property> |
---|
115 | </widget> |
---|
116 | </item> |
---|
117 | <item> |
---|
118 | <widget class="Line" name="line" > |
---|
119 | <property name="orientation" > |
---|
120 | <enum>Qt::Horizontal</enum> |
---|
121 | </property> |
---|
122 | </widget> |
---|
123 | </item> |
---|
124 | <item> |
---|
125 | <layout class="QGridLayout" name="gridLayout_6" > |
---|
126 | <item row="0" column="0" > |
---|
127 | <widget class="QLabel" name="label" > |
---|
128 | <property name="font" > |
---|
129 | <font> |
---|
130 | <weight>75</weight> |
---|
131 | <italic>true</italic> |
---|
132 | <bold>true</bold> |
---|
133 | </font> |
---|
134 | </property> |
---|
135 | <property name="text" > |
---|
136 | <string>When:</string> |
---|
137 | </property> |
---|
138 | </widget> |
---|
139 | </item> |
---|
140 | <item row="1" column="0" > |
---|
141 | <widget class="QLabel" name="label_2" > |
---|
142 | <property name="font" > |
---|
143 | <font> |
---|
144 | <weight>75</weight> |
---|
145 | <italic>true</italic> |
---|
146 | <bold>true</bold> |
---|
147 | </font> |
---|
148 | </property> |
---|
149 | <property name="text" > |
---|
150 | <string>Where:</string> |
---|
151 | </property> |
---|
152 | </widget> |
---|
153 | </item> |
---|
154 | <item row="0" column="2" > |
---|
155 | <widget class="QLabel" name="conferenceWhen" > |
---|
156 | <property name="text" > |
---|
157 | <string>DATE (FROM - TO)</string> |
---|
158 | </property> |
---|
159 | </widget> |
---|
160 | </item> |
---|
161 | <item row="1" column="2" > |
---|
162 | <widget class="QLabel" name="conferenceWhere" > |
---|
163 | <property name="text" > |
---|
164 | <string>CITY, CAMPUS</string> |
---|
165 | </property> |
---|
166 | </widget> |
---|
167 | </item> |
---|
168 | <item row="1" column="3" > |
---|
169 | <widget class="QPushButton" name="showMapButton" > |
---|
170 | <property name="text" > |
---|
171 | <string>MAP</string> |
---|
172 | </property> |
---|
173 | <property name="icon" > |
---|
174 | <iconset resource="../icons.qrc" > |
---|
175 | <normaloff>:/icons/compassBig.png</normaloff>:/icons/compassBig.png</iconset> |
---|
176 | </property> |
---|
177 | <property name="flat" > |
---|
178 | <bool>true</bool> |
---|
179 | </property> |
---|
180 | </widget> |
---|
181 | </item> |
---|
182 | <item row="1" column="4" > |
---|
183 | <spacer name="horizontalSpacer_3" > |
---|
184 | <property name="orientation" > |
---|
185 | <enum>Qt::Horizontal</enum> |
---|
186 | </property> |
---|
187 | <property name="sizeHint" stdset="0" > |
---|
188 | <size> |
---|
189 | <width>40</width> |
---|
190 | <height>20</height> |
---|
191 | </size> |
---|
192 | </property> |
---|
193 | </spacer> |
---|
194 | </item> |
---|
195 | <item row="0" column="1" > |
---|
196 | <widget class="QLabel" name="spacer" > |
---|
197 | <property name="text" > |
---|
198 | <string/> |
---|
199 | </property> |
---|
200 | </widget> |
---|
201 | </item> |
---|
202 | </layout> |
---|
203 | </item> |
---|
204 | <item> |
---|
205 | <widget class="Line" name="line_2" > |
---|
206 | <property name="orientation" > |
---|
207 | <enum>Qt::Horizontal</enum> |
---|
208 | </property> |
---|
209 | </widget> |
---|
210 | </item> |
---|
211 | <item> |
---|
212 | <widget class="ImportScheduleWidget" native="1" name="importScheduleWidget" > |
---|
213 | <property name="sizePolicy" > |
---|
214 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > |
---|
215 | <horstretch>0</horstretch> |
---|
216 | <verstretch>0</verstretch> |
---|
217 | </sizepolicy> |
---|
218 | </property> |
---|
219 | </widget> |
---|
220 | </item> |
---|
221 | <item> |
---|
222 | <spacer name="verticalSpacer" > |
---|
223 | <property name="orientation" > |
---|
224 | <enum>Qt::Vertical</enum> |
---|
225 | </property> |
---|
226 | <property name="sizeHint" stdset="0" > |
---|
227 | <size> |
---|
228 | <width>20</width> |
---|
229 | <height>40</height> |
---|
230 | </size> |
---|
231 | </property> |
---|
232 | </spacer> |
---|
233 | </item> |
---|
234 | </layout> |
---|
235 | </item> |
---|
236 | </layout> |
---|
237 | </widget> |
---|
238 | <widget class="QWidget" name="nowTab" > |
---|
239 | <attribute name="title" > |
---|
240 | <string>Now</string> |
---|
241 | </attribute> |
---|
242 | <layout class="QGridLayout" name="gridLayout_7" > |
---|
243 | <item row="0" column="0" > |
---|
244 | <widget class="TabContainer" native="1" name="nowTabContainer" /> |
---|
245 | </item> |
---|
246 | </layout> |
---|
247 | </widget> |
---|
248 | </widget> |
---|
249 | </item> |
---|
250 | </layout> |
---|
251 | </widget> |
---|
252 | <widget class="QStatusBar" name="statusbar" /> |
---|
253 | </widget> |
---|
254 | <customwidgets> |
---|
255 | <customwidget> |
---|
256 | <class>TabWidget</class> |
---|
257 | <extends>QTabWidget</extends> |
---|
258 | <header>tabwidget.h</header> |
---|
259 | <container>1</container> |
---|
260 | </customwidget> |
---|
261 | <customwidget> |
---|
262 | <class>ImportScheduleWidget</class> |
---|
263 | <extends>QWidget</extends> |
---|
264 | <header>importschedulewidget.h</header> |
---|
265 | <container>1</container> |
---|
266 | </customwidget> |
---|
267 | <customwidget> |
---|
268 | <class>TabContainer</class> |
---|
269 | <extends>QWidget</extends> |
---|
270 | <header>tabcontainer.h</header> |
---|
271 | <container>1</container> |
---|
272 | </customwidget> |
---|
273 | </customwidgets> |
---|
274 | <resources> |
---|
275 | <include location="../icons.qrc" /> |
---|
276 | </resources> |
---|
277 | <connections/> |
---|
278 | </ui> |
---|