1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
13 <property name="minimumSize">
19 <property name="windowTitle">
20 <string>ConfClerk</string>
22 <property name="windowIcon">
23 <iconset resource="../../data/data.qrc">
24 <normaloff>:/confclerk.svg</normaloff>:/confclerk.svg</iconset>
26 <widget class="QWidget" name="centralwidget">
27 <layout class="QHBoxLayout" name="horizontalLayout">
29 <widget class="DayNavigatorWidget" name="dayNavigator" native="true">
30 <property name="minimumSize">
39 <widget class="QTabWidget" name="tabWidget">
40 <property name="currentIndex">
43 <property name="elideMode">
44 <enum>Qt::ElideRight</enum>
46 <widget class="QWidget" name="favouritesTab">
47 <attribute name="title">
48 <string>&Favourites</string>
50 <layout class="QGridLayout" name="gridLayout_3">
51 <item row="0" column="0">
52 <widget class="FavTabContainer" name="favsTabContainer" native="true"/>
56 <widget class="QWidget" name="dayViewTab">
57 <attribute name="title">
58 <string>&Days</string>
60 <layout class="QGridLayout" name="gridLayout">
61 <item row="0" column="0">
62 <widget class="DayViewTabContainer" name="dayTabContainer" native="true"/>
66 <widget class="QWidget" name="tracksTab">
67 <attribute name="title">
68 <string>&Tracks</string>
70 <layout class="QGridLayout" name="gridLayout_4">
71 <item row="0" column="0">
72 <widget class="TracksTabContainer" name="tracksTabContainer" native="true"/>
76 <widget class="QWidget" name="roomsTab">
77 <attribute name="title">
78 <string>&Rooms</string>
80 <layout class="QGridLayout" name="gridLayout_8">
81 <item row="0" column="0">
82 <widget class="RoomsTabContainer" name="roomsTabContainer" native="true"/>
86 <widget class="QWidget" name="searchTab">
87 <attribute name="title">
88 <string>&Search</string>
90 <layout class="QHBoxLayout" name="horizontalLayout_1">
92 <widget class="SearchTabContainer" name="searchTabContainer" native="true">
93 <property name="sizePolicy">
94 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
95 <horstretch>0</horstretch>
96 <verstretch>0</verstretch>
107 <widget class="QMenuBar" name="menuBar">
108 <property name="geometry">
116 <property name="layoutDirection">
117 <enum>Qt::LeftToRight</enum>
119 <addaction name="conferencesAction"/>
120 <addaction name="settingsAction"/>
121 <addaction name="aboutAction"/>
122 <addaction name="quitAction"/>
124 <widget class="QToolBar" name="toolBar">
125 <property name="windowTitle">
126 <string>toolBar</string>
128 <attribute name="toolBarArea">
129 <enum>RightToolBarArea</enum>
131 <attribute name="toolBarBreak">
134 <addaction name="reloadAction"/>
135 <addaction name="nowAction"/>
136 <addaction name="searchAction"/>
137 <addaction name="expandAllAction"/>
138 <addaction name="collapseAllAction"/>
140 <action name="conferencesAction">
141 <property name="text">
142 <string>C&onferences</string>
144 <property name="shortcut">
145 <string>Ctrl+O</string>
148 <action name="settingsAction">
149 <property name="text">
150 <string>S&ettings</string>
152 <property name="shortcut">
153 <string>Ctrl+E</string>
156 <action name="aboutAction">
157 <property name="text">
158 <string>&About</string>
161 <action name="quitAction">
162 <property name="text">
163 <string>&Quit</string>
165 <property name="shortcut">
166 <string>Ctrl+Q</string>
169 <action name="reloadAction">
170 <property name="icon">
171 <iconset resource="../icons.qrc">
172 <normaloff>:/icons/reload.png</normaloff>:/icons/reload.png</iconset>
174 <property name="text">
175 <string>Reload Conference</string>
177 <property name="toolTip">
178 <string>Reload Conference</string>
180 <property name="shortcut">
181 <string>Ctrl+R</string>
184 <action name="nowAction">
185 <property name="icon">
186 <iconset resource="../icons.qrc">
187 <normaloff>:/icons/today.png</normaloff>:/icons/today.png</iconset>
189 <property name="text">
190 <string>Jump to now</string>
192 <property name="shortcut">
193 <string>Ctrl+N</string>
196 <action name="searchAction">
197 <property name="icon">
198 <iconset resource="../icons.qrc">
199 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
201 <property name="text">
202 <string>&Search</string>
204 <property name="shortcut">
205 <string>Ctrl+F</string>
208 <action name="expandAllAction">
209 <property name="icon">
210 <iconset resource="../icons.qrc">
211 <normaloff>:/icons/expand.png</normaloff>:/icons/expand.png</iconset>
213 <property name="text">
214 <string>Expand all</string>
217 <action name="collapseAllAction">
218 <property name="icon">
219 <iconset resource="../icons.qrc">
220 <normaloff>:/icons/collapse.png</normaloff>:/icons/collapse.png</iconset>
222 <property name="text">
223 <string>Collapse all</string>
229 <class>SearchTabContainer</class>
230 <extends>QWidget</extends>
231 <header>searchtabcontainer.h</header>
234 <class>DayViewTabContainer</class>
235 <extends>QWidget</extends>
236 <header>dayviewtabcontainer.h</header>
239 <class>FavTabContainer</class>
240 <extends>QWidget</extends>
241 <header>favtabcontainer.h</header>
244 <class>TracksTabContainer</class>
245 <extends>QWidget</extends>
246 <header>trackstabcontainer.h</header>
249 <class>RoomsTabContainer</class>
250 <extends>QWidget</extends>
251 <header>roomstabcontainer.h</header>
254 <class>DayNavigatorWidget</class>
255 <extends>QWidget</extends>
256 <header>daynavigatorwidget.h</header>
257 <container>1</container>
261 <include location="../../data/data.qrc"/>
262 <include location="../icons.qrc"/>
266 <sender>quitAction</sender>
267 <signal>triggered()</signal>
268 <receiver>MainWindow</receiver>
271 <hint type="sourcelabel">
275 <hint type="destinationlabel">