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> |
---|
97 | </item> |
---|
98 | </layout> |
---|
99 | </widget> |
---|
100 | <widget class="QStatusBar" name="statusbar"/> |
---|
101 | <widget class="QMenuBar" name="menuBar"> |
---|
102 | <property name="geometry"> |
---|
103 | <rect> |
---|
104 | <x>0</x> |
---|
105 | <y>0</y> |
---|
106 | <width>903</width> |
---|
107 | <height>23</height> |
---|
108 | </rect> |
---|
109 | </property> |
---|
110 | <widget class="QMenu" name="menuMenu"> |
---|
111 | <property name="title"> |
---|
112 | <string>Menu</string> |
---|
113 | </property> |
---|
114 | <addaction name="settingsAction"/> |
---|
115 | <addaction name="aboutAction"/> |
---|
116 | <addaction name="conferencesAction"/> |
---|
117 | <addaction name="quitAction"/> |
---|
118 | </widget> |
---|
119 | <addaction name="menuMenu"/> |
---|
120 | </widget> |
---|
121 | <action name="actionSettings"> |
---|
122 | <property name="text"> |
---|
123 | <string>Settings</string> |
---|
124 | </property> |
---|
125 | </action> |
---|
126 | <action name="settingsAction"> |
---|
127 | <property name="icon"> |
---|
128 | <iconset resource="../icons.qrc"> |
---|
129 | <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset> |
---|
130 | </property> |
---|
131 | <property name="text"> |
---|
132 | <string>Settings</string> |
---|
133 | </property> |
---|
134 | </action> |
---|
135 | <action name="aboutAction"> |
---|
136 | <property name="icon"> |
---|
137 | <iconset resource="../icons.qrc"> |
---|
138 | <normaloff>:/icons/info.png</normaloff>:/icons/info.png</iconset> |
---|
139 | </property> |
---|
140 | <property name="text"> |
---|
141 | <string>About</string> |
---|
142 | </property> |
---|
143 | </action> |
---|
144 | <action name="conferencesAction"> |
---|
145 | <property name="text"> |
---|
146 | <string>Conferences</string> |
---|
147 | </property> |
---|
148 | </action> |
---|
149 | <action name="quitAction"> |
---|
150 | <property name="text"> |
---|
151 | <string>&Quit</string> |
---|
152 | </property> |
---|
153 | </action> |
---|
154 | </widget> |
---|
155 | <customwidgets> |
---|
156 | <customwidget> |
---|
157 | <class>SearchTabContainer</class> |
---|
158 | <extends>QWidget</extends> |
---|
159 | <header>searchtabcontainer.h</header> |
---|
160 | </customwidget> |
---|
161 | <customwidget> |
---|
162 | <class>DayViewTabContainer</class> |
---|
163 | <extends>QWidget</extends> |
---|
164 | <header>dayviewtabcontainer.h</header> |
---|
165 | </customwidget> |
---|
166 | <customwidget> |
---|
167 | <class>FavTabContainer</class> |
---|
168 | <extends>QWidget</extends> |
---|
169 | <header>favtabcontainer.h</header> |
---|
170 | </customwidget> |
---|
171 | <customwidget> |
---|
172 | <class>TracksTabContainer</class> |
---|
173 | <extends>QWidget</extends> |
---|
174 | <header>trackstabcontainer.h</header> |
---|
175 | </customwidget> |
---|
176 | <customwidget> |
---|
177 | <class>RoomsTabContainer</class> |
---|
178 | <extends>QWidget</extends> |
---|
179 | <header>roomstabcontainer.h</header> |
---|
180 | </customwidget> |
---|
181 | <customwidget> |
---|
182 | <class>NowTabContainer</class> |
---|
183 | <extends>QWidget</extends> |
---|
184 | <header>nowtabcontainer.h</header> |
---|
185 | </customwidget> |
---|
186 | </customwidgets> |
---|
187 | <resources> |
---|
188 | <include location="../icons.qrc"/> |
---|
189 | </resources> |
---|
190 | <connections> |
---|
191 | <connection> |
---|
192 | <sender>quitAction</sender> |
---|
193 | <signal>triggered()</signal> |
---|
194 | <receiver>MainWindow</receiver> |
---|
195 | <slot>close()</slot> |
---|
196 | <hints> |
---|
197 | <hint type="sourcelabel"> |
---|
198 | <x>-1</x> |
---|
199 | <y>-1</y> |
---|
200 | </hint> |
---|
201 | <hint type="destinationlabel"> |
---|
202 | <x>451</x> |
---|
203 | <y>248</y> |
---|
204 | </hint> |
---|
205 | </hints> |
---|
206 | </connection> |
---|
207 | </connections> |
---|
208 | </ui> |
---|