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"/>
138 <action name="conferencesAction">
139 <property name="text">
140 <string>C&onferences</string>
142 <property name="shortcut">
143 <string>Ctrl+O</string>
146 <action name="settingsAction">
147 <property name="text">
148 <string>S&ettings</string>
150 <property name="shortcut">
151 <string>Ctrl+E</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>
163 <property name="shortcut">
164 <string>Ctrl+Q</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="nowAction">
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>
194 <action name="searchAction">
195 <property name="icon">
196 <iconset resource="../icons.qrc">
197 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
199 <property name="text">
200 <string>&Search</string>
202 <property name="shortcut">
203 <string>Ctrl+F</string>
209 <class>SearchTabContainer</class>
210 <extends>QWidget</extends>
211 <header>searchtabcontainer.h</header>
214 <class>DayViewTabContainer</class>
215 <extends>QWidget</extends>
216 <header>dayviewtabcontainer.h</header>
219 <class>FavTabContainer</class>
220 <extends>QWidget</extends>
221 <header>favtabcontainer.h</header>
224 <class>TracksTabContainer</class>
225 <extends>QWidget</extends>
226 <header>trackstabcontainer.h</header>
229 <class>RoomsTabContainer</class>
230 <extends>QWidget</extends>
231 <header>roomstabcontainer.h</header>
234 <class>DayNavigatorWidget</class>
235 <extends>QWidget</extends>
236 <header>daynavigatorwidget.h</header>
237 <container>1</container>
241 <include location="../../data/data.qrc"/>
242 <include location="../icons.qrc"/>
246 <sender>quitAction</sender>
247 <signal>triggered()</signal>
248 <receiver>MainWindow</receiver>
251 <hint type="sourcelabel">
255 <hint type="destinationlabel">