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 | <property name="minimumSize"> |
---|
31 | <size> |
---|
32 | <width>20</width> |
---|
33 | <height>0</height> |
---|
34 | </size> |
---|
35 | </property> |
---|
36 | </widget> |
---|
37 | </item> |
---|
38 | <item> |
---|
39 | <widget class="QTabWidget" name="tabWidget"> |
---|
40 | <property name="currentIndex"> |
---|
41 | <number>0</number> |
---|
42 | </property> |
---|
43 | <property name="elideMode"> |
---|
44 | <enum>Qt::ElideRight</enum> |
---|
45 | </property> |
---|
46 | <widget class="QWidget" name="favouritesTab"> |
---|
47 | <attribute name="title"> |
---|
48 | <string>&Favourites</string> |
---|
49 | </attribute> |
---|
50 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
51 | <item row="0" column="0"> |
---|
52 | <widget class="FavTabContainer" name="favsTabContainer" native="true"/> |
---|
53 | </item> |
---|
54 | </layout> |
---|
55 | </widget> |
---|
56 | <widget class="QWidget" name="dayViewTab"> |
---|
57 | <attribute name="title"> |
---|
58 | <string>&Days</string> |
---|
59 | </attribute> |
---|
60 | <layout class="QGridLayout" name="gridLayout"> |
---|
61 | <item row="0" column="0"> |
---|
62 | <widget class="DayViewTabContainer" name="dayTabContainer" native="true"/> |
---|
63 | </item> |
---|
64 | </layout> |
---|
65 | </widget> |
---|
66 | <widget class="QWidget" name="tracksTab"> |
---|
67 | <attribute name="title"> |
---|
68 | <string>&Tracks</string> |
---|
69 | </attribute> |
---|
70 | <layout class="QGridLayout" name="gridLayout_4"> |
---|
71 | <item row="0" column="0"> |
---|
72 | <widget class="TracksTabContainer" name="tracksTabContainer" native="true"/> |
---|
73 | </item> |
---|
74 | </layout> |
---|
75 | </widget> |
---|
76 | <widget class="QWidget" name="roomsTab"> |
---|
77 | <attribute name="title"> |
---|
78 | <string>&Rooms</string> |
---|
79 | </attribute> |
---|
80 | <layout class="QGridLayout" name="gridLayout_8"> |
---|
81 | <item row="0" column="0"> |
---|
82 | <widget class="RoomsTabContainer" name="roomsTabContainer" native="true"/> |
---|
83 | </item> |
---|
84 | </layout> |
---|
85 | </widget> |
---|
86 | <widget class="QWidget" name="searchTab"> |
---|
87 | <attribute name="title"> |
---|
88 | <string>&Search</string> |
---|
89 | </attribute> |
---|
90 | <layout class="QHBoxLayout" name="horizontalLayout_1"> |
---|
91 | <item> |
---|
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> |
---|
97 | </sizepolicy> |
---|
98 | </property> |
---|
99 | </widget> |
---|
100 | </item> |
---|
101 | </layout> |
---|
102 | </widget> |
---|
103 | </widget> |
---|
104 | </item> |
---|
105 | </layout> |
---|
106 | </widget> |
---|
107 | <widget class="QMenuBar" name="menuBar"> |
---|
108 | <property name="geometry"> |
---|
109 | <rect> |
---|
110 | <x>0</x> |
---|
111 | <y>0</y> |
---|
112 | <width>903</width> |
---|
113 | <height>23</height> |
---|
114 | </rect> |
---|
115 | </property> |
---|
116 | <property name="layoutDirection"> |
---|
117 | <enum>Qt::LeftToRight</enum> |
---|
118 | </property> |
---|
119 | <addaction name="conferencesAction"/> |
---|
120 | <addaction name="settingsAction"/> |
---|
121 | <addaction name="aboutAction"/> |
---|
122 | <addaction name="quitAction"/> |
---|
123 | </widget> |
---|
124 | <widget class="QToolBar" name="toolBar"> |
---|
125 | <property name="windowTitle"> |
---|
126 | <string>toolBar</string> |
---|
127 | </property> |
---|
128 | <attribute name="toolBarArea"> |
---|
129 | <enum>RightToolBarArea</enum> |
---|
130 | </attribute> |
---|
131 | <attribute name="toolBarBreak"> |
---|
132 | <bool>false</bool> |
---|
133 | </attribute> |
---|
134 | <addaction name="reloadAction"/> |
---|
135 | <addaction name="nowAction"/> |
---|
136 | <addaction name="searchAction"/> |
---|
137 | </widget> |
---|
138 | <action name="conferencesAction"> |
---|
139 | <property name="text"> |
---|
140 | <string>C&onferences</string> |
---|
141 | </property> |
---|
142 | <property name="shortcut"> |
---|
143 | <string>Ctrl+O</string> |
---|
144 | </property> |
---|
145 | </action> |
---|
146 | <action name="settingsAction"> |
---|
147 | <property name="text"> |
---|
148 | <string>S&ettings</string> |
---|
149 | </property> |
---|
150 | <property name="shortcut"> |
---|
151 | <string>Ctrl+E</string> |
---|
152 | </property> |
---|
153 | </action> |
---|
154 | <action name="aboutAction"> |
---|
155 | <property name="text"> |
---|
156 | <string>&About</string> |
---|
157 | </property> |
---|
158 | </action> |
---|
159 | <action name="quitAction"> |
---|
160 | <property name="text"> |
---|
161 | <string>&Quit</string> |
---|
162 | </property> |
---|
163 | <property name="shortcut"> |
---|
164 | <string>Ctrl+Q</string> |
---|
165 | </property> |
---|
166 | </action> |
---|
167 | <action name="reloadAction"> |
---|
168 | <property name="icon"> |
---|
169 | <iconset resource="../icons.qrc"> |
---|
170 | <normaloff>:/icons/reload.png</normaloff>:/icons/reload.png</iconset> |
---|
171 | </property> |
---|
172 | <property name="text"> |
---|
173 | <string>Reload Conference</string> |
---|
174 | </property> |
---|
175 | <property name="toolTip"> |
---|
176 | <string>Reload Conference</string> |
---|
177 | </property> |
---|
178 | <property name="shortcut"> |
---|
179 | <string>Ctrl+R</string> |
---|
180 | </property> |
---|
181 | </action> |
---|
182 | <action name="nowAction"> |
---|
183 | <property name="icon"> |
---|
184 | <iconset resource="../icons.qrc"> |
---|
185 | <normaloff>:/icons/today.png</normaloff>:/icons/today.png</iconset> |
---|
186 | </property> |
---|
187 | <property name="text"> |
---|
188 | <string>Jump to now</string> |
---|
189 | </property> |
---|
190 | <property name="shortcut"> |
---|
191 | <string>Ctrl+N</string> |
---|
192 | </property> |
---|
193 | </action> |
---|
194 | <action name="searchAction"> |
---|
195 | <property name="icon"> |
---|
196 | <iconset resource="../icons.qrc"> |
---|
197 | <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset> |
---|
198 | </property> |
---|
199 | <property name="text"> |
---|
200 | <string>&Search</string> |
---|
201 | </property> |
---|
202 | <property name="shortcut"> |
---|
203 | <string>Ctrl+F</string> |
---|
204 | </property> |
---|
205 | </action> |
---|
206 | </widget> |
---|
207 | <customwidgets> |
---|
208 | <customwidget> |
---|
209 | <class>SearchTabContainer</class> |
---|
210 | <extends>QWidget</extends> |
---|
211 | <header>searchtabcontainer.h</header> |
---|
212 | </customwidget> |
---|
213 | <customwidget> |
---|
214 | <class>DayViewTabContainer</class> |
---|
215 | <extends>QWidget</extends> |
---|
216 | <header>dayviewtabcontainer.h</header> |
---|
217 | </customwidget> |
---|
218 | <customwidget> |
---|
219 | <class>FavTabContainer</class> |
---|
220 | <extends>QWidget</extends> |
---|
221 | <header>favtabcontainer.h</header> |
---|
222 | </customwidget> |
---|
223 | <customwidget> |
---|
224 | <class>TracksTabContainer</class> |
---|
225 | <extends>QWidget</extends> |
---|
226 | <header>trackstabcontainer.h</header> |
---|
227 | </customwidget> |
---|
228 | <customwidget> |
---|
229 | <class>RoomsTabContainer</class> |
---|
230 | <extends>QWidget</extends> |
---|
231 | <header>roomstabcontainer.h</header> |
---|
232 | </customwidget> |
---|
233 | <customwidget> |
---|
234 | <class>DayNavigatorWidget</class> |
---|
235 | <extends>QWidget</extends> |
---|
236 | <header>daynavigatorwidget.h</header> |
---|
237 | <container>1</container> |
---|
238 | </customwidget> |
---|
239 | </customwidgets> |
---|
240 | <resources> |
---|
241 | <include location="../../data/data.qrc"/> |
---|
242 | <include location="../icons.qrc"/> |
---|
243 | </resources> |
---|
244 | <connections> |
---|
245 | <connection> |
---|
246 | <sender>quitAction</sender> |
---|
247 | <signal>triggered()</signal> |
---|
248 | <receiver>MainWindow</receiver> |
---|
249 | <slot>close()</slot> |
---|
250 | <hints> |
---|
251 | <hint type="sourcelabel"> |
---|
252 | <x>-1</x> |
---|
253 | <y>-1</y> |
---|
254 | </hint> |
---|
255 | <hint type="destinationlabel"> |
---|
256 | <x>451</x> |
---|
257 | <y>248</y> |
---|
258 | </hint> |
---|
259 | </hints> |
---|
260 | </connection> |
---|
261 | <connection> |
---|
262 | <sender>reloadAction</sender> |
---|
263 | <signal>triggered()</signal> |
---|
264 | <receiver>MainWindow</receiver> |
---|
265 | <slot>close()</slot> |
---|
266 | <hints> |
---|
267 | <hint type="sourcelabel"> |
---|
268 | <x>-1</x> |
---|
269 | <y>-1</y> |
---|
270 | </hint> |
---|
271 | <hint type="destinationlabel"> |
---|
272 | <x>451</x> |
---|
273 | <y>248</y> |
---|
274 | </hint> |
---|
275 | </hints> |
---|
276 | </connection> |
---|
277 | </connections> |
---|
278 | </ui> |
---|