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>ConfClerk</string> |
---|
21 | </property> |
---|
22 | <property name="windowIcon"> |
---|
23 | <iconset resource="../../data/data.qrc"> |
---|
24 | <normaloff>:/confclerk.svg</normaloff>:/confclerk.svg</iconset> |
---|
25 | </property> |
---|
26 | <widget class="QWidget" name="centralwidget"> |
---|
27 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
28 | <item> |
---|
29 | <widget class="DayNavigatorWidget" name="dayNavigator" native="true"/> |
---|
30 | </item> |
---|
31 | <item> |
---|
32 | <widget class="QTabWidget" name="tabWidget"> |
---|
33 | <property name="currentIndex"> |
---|
34 | <number>1</number> |
---|
35 | </property> |
---|
36 | <property name="elideMode"> |
---|
37 | <enum>Qt::ElideRight</enum> |
---|
38 | </property> |
---|
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</string> |
---|
52 | </attribute> |
---|
53 | <layout class="QGridLayout" name="gridLayout"> |
---|
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="QMenuBar" name="menuBar"> |
---|
101 | <property name="geometry"> |
---|
102 | <rect> |
---|
103 | <x>0</x> |
---|
104 | <y>0</y> |
---|
105 | <width>903</width> |
---|
106 | <height>22</height> |
---|
107 | </rect> |
---|
108 | </property> |
---|
109 | <property name="layoutDirection"> |
---|
110 | <enum>Qt::LeftToRight</enum> |
---|
111 | </property> |
---|
112 | <addaction name="conferencesAction"/> |
---|
113 | <addaction name="settingsAction"/> |
---|
114 | <addaction name="aboutAction"/> |
---|
115 | <addaction name="quitAction"/> |
---|
116 | </widget> |
---|
117 | <widget class="QToolBar" name="toolBar"> |
---|
118 | <property name="windowTitle"> |
---|
119 | <string>toolBar</string> |
---|
120 | </property> |
---|
121 | <property name="movable"> |
---|
122 | <bool>false</bool> |
---|
123 | </property> |
---|
124 | <attribute name="toolBarArea"> |
---|
125 | <enum>RightToolBarArea</enum> |
---|
126 | </attribute> |
---|
127 | <attribute name="toolBarBreak"> |
---|
128 | <bool>false</bool> |
---|
129 | </attribute> |
---|
130 | <addaction name="reloadAction"/> |
---|
131 | <addaction name="nowAction"/> |
---|
132 | <addaction name="searchAction"/> |
---|
133 | <addaction name="expandAllAction"/> |
---|
134 | <addaction name="collapseAllAction"/> |
---|
135 | </widget> |
---|
136 | <action name="conferencesAction"> |
---|
137 | <property name="text"> |
---|
138 | <string>C&onferences</string> |
---|
139 | </property> |
---|
140 | <property name="toolTip"> |
---|
141 | <string>Manage Conferences (Ctrl+O)</string> |
---|
142 | </property> |
---|
143 | <property name="shortcut"> |
---|
144 | <string>Ctrl+O</string> |
---|
145 | </property> |
---|
146 | </action> |
---|
147 | <action name="settingsAction"> |
---|
148 | <property name="text"> |
---|
149 | <string>S&ettings</string> |
---|
150 | </property> |
---|
151 | <property name="shortcut"> |
---|
152 | <string>Ctrl+E</string> |
---|
153 | </property> |
---|
154 | </action> |
---|
155 | <action name="aboutAction"> |
---|
156 | <property name="text"> |
---|
157 | <string>&About</string> |
---|
158 | </property> |
---|
159 | </action> |
---|
160 | <action name="quitAction"> |
---|
161 | <property name="text"> |
---|
162 | <string>&Quit</string> |
---|
163 | </property> |
---|
164 | <property name="toolTip"> |
---|
165 | <string>Quit (Ctrl+Q)</string> |
---|
166 | </property> |
---|
167 | <property name="shortcut"> |
---|
168 | <string>Ctrl+Q</string> |
---|
169 | </property> |
---|
170 | </action> |
---|
171 | <action name="reloadAction"> |
---|
172 | <property name="icon"> |
---|
173 | <iconset resource="../icons.qrc"> |
---|
174 | <normaloff>:/icons/reload.png</normaloff>:/icons/reload.png</iconset> |
---|
175 | </property> |
---|
176 | <property name="text"> |
---|
177 | <string>Reload Conference</string> |
---|
178 | </property> |
---|
179 | <property name="toolTip"> |
---|
180 | <string>Reload Conference (Ctrl+R)</string> |
---|
181 | </property> |
---|
182 | <property name="shortcut"> |
---|
183 | <string>Ctrl+R</string> |
---|
184 | </property> |
---|
185 | </action> |
---|
186 | <action name="nowAction"> |
---|
187 | <property name="icon"> |
---|
188 | <iconset resource="../icons.qrc"> |
---|
189 | <normaloff>:/icons/today.png</normaloff>:/icons/today.png</iconset> |
---|
190 | </property> |
---|
191 | <property name="text"> |
---|
192 | <string>Jump to now</string> |
---|
193 | </property> |
---|
194 | <property name="toolTip"> |
---|
195 | <string>Jump to now (Ctrl+N)</string> |
---|
196 | </property> |
---|
197 | <property name="shortcut"> |
---|
198 | <string>Ctrl+N</string> |
---|
199 | </property> |
---|
200 | </action> |
---|
201 | <action name="searchAction"> |
---|
202 | <property name="icon"> |
---|
203 | <iconset resource="../icons.qrc"> |
---|
204 | <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset> |
---|
205 | </property> |
---|
206 | <property name="text"> |
---|
207 | <string>&Search</string> |
---|
208 | </property> |
---|
209 | <property name="toolTip"> |
---|
210 | <string>Search (Ctrl+F)</string> |
---|
211 | </property> |
---|
212 | <property name="shortcut"> |
---|
213 | <string>Ctrl+F</string> |
---|
214 | </property> |
---|
215 | </action> |
---|
216 | <action name="expandAllAction"> |
---|
217 | <property name="icon"> |
---|
218 | <iconset resource="../icons.qrc"> |
---|
219 | <normaloff>:/icons/expand.png</normaloff>:/icons/expand.png</iconset> |
---|
220 | </property> |
---|
221 | <property name="text"> |
---|
222 | <string>Expand all</string> |
---|
223 | </property> |
---|
224 | <property name="toolTip"> |
---|
225 | <string>Expand all (Ctrl++)</string> |
---|
226 | </property> |
---|
227 | <property name="shortcut"> |
---|
228 | <string>Ctrl++</string> |
---|
229 | </property> |
---|
230 | </action> |
---|
231 | <action name="collapseAllAction"> |
---|
232 | <property name="icon"> |
---|
233 | <iconset resource="../icons.qrc"> |
---|
234 | <normaloff>:/icons/collapse.png</normaloff>:/icons/collapse.png</iconset> |
---|
235 | </property> |
---|
236 | <property name="text"> |
---|
237 | <string>Collapse all</string> |
---|
238 | </property> |
---|
239 | <property name="toolTip"> |
---|
240 | <string>Collapse all (Ctrl+-)</string> |
---|
241 | </property> |
---|
242 | <property name="shortcut"> |
---|
243 | <string>Ctrl+-</string> |
---|
244 | </property> |
---|
245 | </action> |
---|
246 | </widget> |
---|
247 | <customwidgets> |
---|
248 | <customwidget> |
---|
249 | <class>SearchTabContainer</class> |
---|
250 | <extends>QWidget</extends> |
---|
251 | <header>searchtabcontainer.h</header> |
---|
252 | </customwidget> |
---|
253 | <customwidget> |
---|
254 | <class>DayViewTabContainer</class> |
---|
255 | <extends>QWidget</extends> |
---|
256 | <header>dayviewtabcontainer.h</header> |
---|
257 | </customwidget> |
---|
258 | <customwidget> |
---|
259 | <class>FavTabContainer</class> |
---|
260 | <extends>QWidget</extends> |
---|
261 | <header>favtabcontainer.h</header> |
---|
262 | </customwidget> |
---|
263 | <customwidget> |
---|
264 | <class>TracksTabContainer</class> |
---|
265 | <extends>QWidget</extends> |
---|
266 | <header>trackstabcontainer.h</header> |
---|
267 | </customwidget> |
---|
268 | <customwidget> |
---|
269 | <class>RoomsTabContainer</class> |
---|
270 | <extends>QWidget</extends> |
---|
271 | <header>roomstabcontainer.h</header> |
---|
272 | </customwidget> |
---|
273 | <customwidget> |
---|
274 | <class>DayNavigatorWidget</class> |
---|
275 | <extends>QWidget</extends> |
---|
276 | <header>daynavigatorwidget.h</header> |
---|
277 | <container>1</container> |
---|
278 | </customwidget> |
---|
279 | </customwidgets> |
---|
280 | <resources> |
---|
281 | <include location="../../data/data.qrc"/> |
---|
282 | <include location="../icons.qrc"/> |
---|
283 | </resources> |
---|
284 | <connections> |
---|
285 | <connection> |
---|
286 | <sender>quitAction</sender> |
---|
287 | <signal>triggered()</signal> |
---|
288 | <receiver>MainWindow</receiver> |
---|
289 | <slot>close()</slot> |
---|
290 | <hints> |
---|
291 | <hint type="sourcelabel"> |
---|
292 | <x>-1</x> |
---|
293 | <y>-1</y> |
---|
294 | </hint> |
---|
295 | <hint type="destinationlabel"> |
---|
296 | <x>451</x> |
---|
297 | <y>248</y> |
---|
298 | </hint> |
---|
299 | </hints> |
---|
300 | </connection> |
---|
301 | </connections> |
---|
302 | </ui> |
---|