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="nowTab">
47 <attribute name="title">
50 <layout class="QGridLayout" name="gridLayout_7">
51 <item row="0" column="0">
52 <widget class="NowTabContainer" name="nowTabContainer" native="true"/>
56 <widget class="QWidget" name="favouritesTab">
57 <attribute name="title">
58 <string>Favourites</string>
60 <layout class="QGridLayout" name="gridLayout_3">
61 <item row="0" column="0">
62 <widget class="FavTabContainer" name="favsTabContainer" native="true"/>
66 <widget class="QWidget" name="dayViewTab">
67 <attribute name="title">
68 <string>Day View</string>
70 <layout class="QGridLayout" name="gridLayout">
71 <item row="0" column="0">
72 <widget class="DayViewTabContainer" name="dayTabContainer" native="true"/>
76 <widget class="QWidget" name="tracksTab">
77 <attribute name="title">
78 <string>Tracks</string>
80 <layout class="QGridLayout" name="gridLayout_4">
81 <item row="0" column="0">
82 <widget class="TracksTabContainer" name="tracksTabContainer" native="true"/>
86 <widget class="QWidget" name="roomsTab">
87 <attribute name="title">
88 <string>Rooms</string>
90 <layout class="QGridLayout" name="gridLayout_8">
91 <item row="0" column="0">
92 <widget class="RoomsTabContainer" name="roomsTabContainer" native="true"/>
96 <widget class="QWidget" name="searchTab">
97 <attribute name="title">
98 <string>Search</string>
100 <layout class="QHBoxLayout" name="horizontalLayout_1">
102 <widget class="SearchTabContainer" name="searchTabContainer" native="true">
103 <property name="sizePolicy">
104 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
105 <horstretch>0</horstretch>
106 <verstretch>0</verstretch>
117 <widget class="QMenuBar" name="menuBar">
118 <property name="geometry">
126 <property name="layoutDirection">
127 <enum>Qt::LeftToRight</enum>
129 <addaction name="conferencesAction"/>
130 <addaction name="settingsAction"/>
131 <addaction name="aboutAction"/>
132 <addaction name="quitAction"/>
134 <widget class="QToolBar" name="toolBar">
135 <property name="windowTitle">
136 <string>toolBar</string>
138 <attribute name="toolBarArea">
139 <enum>RightToolBarArea</enum>
141 <attribute name="toolBarBreak">
144 <addaction name="reloadAction"/>
145 <addaction name="actionNow"/>
147 <action name="conferencesAction">
148 <property name="text">
149 <string>Conferences</string>
152 <action name="settingsAction">
153 <property name="text">
154 <string>Settings</string>
157 <action name="aboutAction">
158 <property name="text">
159 <string>About</string>
162 <action name="quitAction">
163 <property name="text">
164 <string>&Quit</string>
167 <action name="reloadAction">
168 <property name="icon">
169 <iconset resource="../icons.qrc">
170 <normaloff>:/icons/reload.png</normaloff>:/icons/reload.png</iconset>
172 <property name="text">
173 <string>Reload Conference</string>
175 <property name="toolTip">
176 <string>Reload Conference</string>
178 <property name="shortcut">
179 <string>Ctrl+R</string>
182 <action name="actionNow">
183 <property name="icon">
184 <iconset resource="../icons.qrc">
185 <normaloff>:/icons/today.png</normaloff>:/icons/today.png</iconset>
187 <property name="text">
188 <string>Jump to now</string>
190 <property name="shortcut">
191 <string>Ctrl+N</string>
197 <class>SearchTabContainer</class>
198 <extends>QWidget</extends>
199 <header>searchtabcontainer.h</header>
202 <class>DayViewTabContainer</class>
203 <extends>QWidget</extends>
204 <header>dayviewtabcontainer.h</header>
207 <class>FavTabContainer</class>
208 <extends>QWidget</extends>
209 <header>favtabcontainer.h</header>
212 <class>TracksTabContainer</class>
213 <extends>QWidget</extends>
214 <header>trackstabcontainer.h</header>
217 <class>RoomsTabContainer</class>
218 <extends>QWidget</extends>
219 <header>roomstabcontainer.h</header>
222 <class>NowTabContainer</class>
223 <extends>QWidget</extends>
224 <header>nowtabcontainer.h</header>
227 <class>DayNavigatorWidget</class>
228 <extends>QWidget</extends>
229 <header>daynavigatorwidget.h</header>
233 <include location="../../data/data.qrc"/>
234 <include location="../icons.qrc"/>
238 <sender>quitAction</sender>
239 <signal>triggered()</signal>
240 <receiver>MainWindow</receiver>
243 <hint type="sourcelabel">
247 <hint type="destinationlabel">
254 <sender>reloadAction</sender>
255 <signal>triggered()</signal>
256 <receiver>MainWindow</receiver>
259 <hint type="sourcelabel">
263 <hint type="destinationlabel">