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 <widget class="QWidget" name="nowTab">
44 <attribute name="title">
47 <layout class="QGridLayout" name="gridLayout_7">
48 <item row="0" column="0">
49 <widget class="NowTabContainer" name="nowTabContainer" native="true"/>
53 <widget class="QWidget" name="favouritesTab">
54 <attribute name="title">
55 <string>Favourites</string>
57 <layout class="QGridLayout" name="gridLayout_3">
58 <item row="0" column="0">
59 <widget class="FavTabContainer" name="favsTabContainer" native="true"/>
63 <widget class="QWidget" name="dayViewTab">
64 <attribute name="title">
65 <string>Day View</string>
67 <layout class="QGridLayout" name="gridLayout">
68 <item row="0" column="0">
69 <widget class="DayViewTabContainer" name="dayTabContainer" native="true"/>
73 <widget class="QWidget" name="tracksTab">
74 <attribute name="title">
75 <string>Tracks</string>
77 <layout class="QGridLayout" name="gridLayout_4">
78 <item row="0" column="0">
79 <widget class="TracksTabContainer" name="tracksTabContainer" native="true"/>
83 <widget class="QWidget" name="roomsTab">
84 <attribute name="title">
85 <string>Rooms</string>
87 <layout class="QGridLayout" name="gridLayout_8">
88 <item row="0" column="0">
89 <widget class="RoomsTabContainer" name="roomsTabContainer" native="true"/>
93 <widget class="QWidget" name="searchTab">
94 <attribute name="title">
95 <string>Search</string>
97 <layout class="QHBoxLayout" name="horizontalLayout_1">
99 <widget class="SearchTabContainer" name="searchTabContainer" native="true">
100 <property name="sizePolicy">
101 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
102 <horstretch>0</horstretch>
103 <verstretch>0</verstretch>
114 <widget class="QMenuBar" name="menuBar">
115 <property name="geometry">
123 <property name="layoutDirection">
124 <enum>Qt::LeftToRight</enum>
126 <addaction name="conferencesAction"/>
127 <addaction name="settingsAction"/>
128 <addaction name="aboutAction"/>
129 <addaction name="quitAction"/>
131 <widget class="QToolBar" name="toolBar">
132 <property name="windowTitle">
133 <string>toolBar</string>
135 <attribute name="toolBarArea">
136 <enum>RightToolBarArea</enum>
138 <attribute name="toolBarBreak">
141 <addaction name="reloadAction"/>
142 <addaction name="actionNow"/>
144 <action name="conferencesAction">
145 <property name="text">
146 <string>Conferences</string>
149 <action name="settingsAction">
150 <property name="text">
151 <string>Settings</string>
154 <action name="aboutAction">
155 <property name="text">
156 <string>About</string>
159 <action name="quitAction">
160 <property name="text">
161 <string>&Quit</string>
164 <action name="reloadAction">
165 <property name="icon">
166 <iconset resource="../icons.qrc">
167 <normaloff>:/icons/reload.png</normaloff>:/icons/reload.png</iconset>
169 <property name="text">
170 <string>Reload Conference</string>
172 <property name="toolTip">
173 <string>Reload Conference</string>
175 <property name="shortcut">
176 <string>Ctrl+R</string>
179 <action name="actionNow">
180 <property name="icon">
181 <iconset resource="../icons.qrc">
182 <normaloff>:/icons/today.png</normaloff>:/icons/today.png</iconset>
184 <property name="text">
185 <string>Jump to now</string>
187 <property name="shortcut">
188 <string>Ctrl+N</string>
194 <class>SearchTabContainer</class>
195 <extends>QWidget</extends>
196 <header>searchtabcontainer.h</header>
199 <class>DayViewTabContainer</class>
200 <extends>QWidget</extends>
201 <header>dayviewtabcontainer.h</header>
204 <class>FavTabContainer</class>
205 <extends>QWidget</extends>
206 <header>favtabcontainer.h</header>
209 <class>TracksTabContainer</class>
210 <extends>QWidget</extends>
211 <header>trackstabcontainer.h</header>
214 <class>RoomsTabContainer</class>
215 <extends>QWidget</extends>
216 <header>roomstabcontainer.h</header>
219 <class>NowTabContainer</class>
220 <extends>QWidget</extends>
221 <header>nowtabcontainer.h</header>
224 <class>DayNavigatorWidget</class>
225 <extends>QWidget</extends>
226 <header>daynavigatorwidget.h</header>
230 <include location="../../data/data.qrc"/>
231 <include location="../icons.qrc"/>
235 <sender>quitAction</sender>
236 <signal>triggered()</signal>
237 <receiver>MainWindow</receiver>
240 <hint type="sourcelabel">
244 <hint type="destinationlabel">
251 <sender>reloadAction</sender>
252 <signal>triggered()</signal>
253 <receiver>MainWindow</receiver>
256 <hint type="sourcelabel">
260 <hint type="destinationlabel">