]> ToastFreeware Gitweb - toast/confclerk.git/blob - src/gui/mainwindow.ui
move Settings and About to Window Menu
[toast/confclerk.git] / src / gui / mainwindow.ui
1 <ui version="4.0" >
2  <class>MainWindow</class>
3  <widget class="QMainWindow" name="MainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>903</width>
9     <height>498</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>400</width>
15     <height>300</height>
16    </size>
17   </property>
18   <property name="windowTitle" >
19    <string>FOSDEM Schedule</string>
20   </property>
21   <widget class="QWidget" name="centralwidget" >
22    <layout class="QGridLayout" name="gridLayout" >
23     <item row="0" column="0" >
24      <widget class="QTabWidget" name="tabWidget" >
25       <property name="currentIndex" >
26        <number>2</number>
27       </property>
28       <widget class="QWidget" name="nowTab" >
29        <attribute name="title" >
30         <string>Now</string>
31        </attribute>
32        <layout class="QGridLayout" name="gridLayout_7" >
33         <item row="0" column="0" >
34          <widget class="NowTabContainer" native="1" name="nowTabContainer" />
35         </item>
36        </layout>
37       </widget>
38       <widget class="QWidget" name="favouritesTab" >
39        <attribute name="title" >
40         <string>Favourites</string>
41        </attribute>
42        <layout class="QGridLayout" name="gridLayout_3" >
43         <item row="0" column="0" >
44          <widget class="FavTabContainer" native="1" name="favsTabContainer" />
45         </item>
46        </layout>
47       </widget>
48       <widget class="QWidget" name="dayViewTab" >
49        <attribute name="title" >
50         <string>Day View</string>
51        </attribute>
52        <layout class="QGridLayout" name="gridLayout_2" >
53         <item row="0" column="0" >
54          <widget class="DayViewTabContainer" native="1" name="dayTabContainer" />
55         </item>
56        </layout>
57       </widget>
58       <widget class="QWidget" name="tracksTab" >
59        <attribute name="title" >
60         <string>Tracks</string>
61        </attribute>
62        <layout class="QGridLayout" name="gridLayout_4" >
63         <item row="0" column="0" >
64          <widget class="TracksTabContainer" native="1" name="tracksTabContainer" />
65         </item>
66        </layout>
67       </widget>
68       <widget class="QWidget" name="roomsTab" >
69        <attribute name="title" >
70         <string>Rooms</string>
71        </attribute>
72        <layout class="QGridLayout" name="gridLayout_8" >
73         <item row="0" column="0" >
74          <widget class="RoomsTabContainer" native="1" name="roomsTabContainer" />
75         </item>
76        </layout>
77       </widget>
78       <widget class="QWidget" name="searchTab" >
79        <attribute name="title" >
80         <string>Search</string>
81        </attribute>
82        <layout class="QHBoxLayout" name="horizontalLayout_1" >
83         <item>
84          <widget class="SearchTabContainer" native="1" name="searchTabContainer" >
85           <property name="sizePolicy" >
86            <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
87             <horstretch>0</horstretch>
88             <verstretch>0</verstretch>
89            </sizepolicy>
90           </property>
91          </widget>
92         </item>
93        </layout>
94       </widget>
95       <widget class="QWidget" name="conferenceTab" >
96        <attribute name="title" >
97         <string>Conference</string>
98        </attribute>
99        <layout class="QGridLayout" name="gridLayout_5" >
100         <item row="0" column="0" >
101          <layout class="QVBoxLayout" name="verticalLayout_4" >
102           <item>
103            <widget class="QWidget" native="1" name="conferenceHeader" >
104             <layout class="QGridLayout" name="gridLayout_9" >
105              <item row="0" column="0" >
106               <widget class="QLabel" name="conferenceTitle" >
107                <property name="font" >
108                 <font>
109                  <weight>75</weight>
110                  <bold>true</bold>
111                 </font>
112                </property>
113                <property name="text" >
114                 <string>Conference Name</string>
115                </property>
116                <property name="alignment" >
117                 <set>Qt::AlignCenter</set>
118                </property>
119                <property name="wordWrap" >
120                 <bool>true</bool>
121                </property>
122               </widget>
123              </item>
124              <item row="1" column="0" >
125               <widget class="QLabel" name="conferenceSubtitle" >
126                <property name="text" >
127                 <string>Conference Subtitle</string>
128                </property>
129                <property name="alignment" >
130                 <set>Qt::AlignCenter</set>
131                </property>
132                <property name="wordWrap" >
133                 <bool>true</bool>
134                </property>
135               </widget>
136              </item>
137              <item row="2" column="0" >
138               <widget class="Line" name="line" >
139                <property name="orientation" >
140                 <enum>Qt::Horizontal</enum>
141                </property>
142               </widget>
143              </item>
144              <item row="3" column="0" >
145               <layout class="QGridLayout" name="gridLayout_6" >
146                <item row="0" column="0" >
147                 <widget class="QLabel" name="label" >
148                  <property name="font" >
149                   <font>
150                    <weight>75</weight>
151                    <italic>true</italic>
152                    <bold>true</bold>
153                   </font>
154                  </property>
155                  <property name="text" >
156                   <string>When:</string>
157                  </property>
158                 </widget>
159                </item>
160                <item row="1" column="0" >
161                 <widget class="QLabel" name="label_2" >
162                  <property name="font" >
163                   <font>
164                    <weight>75</weight>
165                    <italic>true</italic>
166                    <bold>true</bold>
167                   </font>
168                  </property>
169                  <property name="text" >
170                   <string>Where:</string>
171                  </property>
172                 </widget>
173                </item>
174                <item row="0" column="2" >
175                 <widget class="QLabel" name="conferenceWhen" >
176                  <property name="text" >
177                   <string>DATE (FROM - TO)</string>
178                  </property>
179                 </widget>
180                </item>
181                <item row="1" column="2" >
182                 <widget class="QLabel" name="conferenceWhere" >
183                  <property name="text" >
184                   <string>CITY, CAMPUS</string>
185                  </property>
186                 </widget>
187                </item>
188                <item row="1" column="3" >
189                 <widget class="QPushButton" name="showMapButton" >
190                  <property name="text" >
191                   <string>MAP</string>
192                  </property>
193                  <property name="icon" >
194                   <iconset resource="../icons.qrc" >
195                    <normaloff>:/icons/compassBig.png</normaloff>:/icons/compassBig.png</iconset>
196                  </property>
197                  <property name="flat" >
198                   <bool>true</bool>
199                  </property>
200                 </widget>
201                </item>
202                <item row="1" column="4" >
203                 <spacer name="horizontalSpacer_3" >
204                  <property name="orientation" >
205                   <enum>Qt::Horizontal</enum>
206                  </property>
207                  <property name="sizeHint" stdset="0" >
208                   <size>
209                    <width>40</width>
210                    <height>20</height>
211                   </size>
212                  </property>
213                 </spacer>
214                </item>
215                <item row="0" column="1" >
216                 <widget class="QLabel" name="spacer" >
217                  <property name="text" >
218                   <string/>
219                  </property>
220                 </widget>
221                </item>
222               </layout>
223              </item>
224              <item row="4" column="0" >
225               <widget class="Line" name="line_2" >
226                <property name="orientation" >
227                 <enum>Qt::Horizontal</enum>
228                </property>
229               </widget>
230              </item>
231             </layout>
232            </widget>
233           </item>
234           <item>
235            <widget class="QWidget" native="1" name="selectConferenceWidget" >
236             <property name="sizePolicy" >
237              <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
238               <horstretch>0</horstretch>
239               <verstretch>0</verstretch>
240              </sizepolicy>
241             </property>
242             <layout class="QHBoxLayout" name="horizontalLayout" >
243              <item>
244               <widget class="QLabel" name="selectConferenceLabel" >
245                <property name="text" >
246                 <string>Select conference: </string>
247                </property>
248               </widget>
249              </item>
250              <item>
251               <spacer name="horizontalSpacer" >
252                <property name="orientation" >
253                 <enum>Qt::Horizontal</enum>
254                </property>
255                <property name="sizeHint" stdset="0" >
256                 <size>
257                  <width>40</width>
258                  <height>20</height>
259                 </size>
260                </property>
261               </spacer>
262              </item>
263              <item>
264               <widget class="QComboBox" name="selectConference" >
265                <property name="sizePolicy" >
266                 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
267                  <horstretch>0</horstretch>
268                  <verstretch>0</verstretch>
269                 </sizepolicy>
270                </property>
271               </widget>
272              </item>
273             </layout>
274            </widget>
275           </item>
276           <item>
277            <widget class="ImportScheduleWidget" native="1" name="importScheduleWidget" >
278             <property name="sizePolicy" >
279              <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
280               <horstretch>0</horstretch>
281               <verstretch>0</verstretch>
282              </sizepolicy>
283             </property>
284            </widget>
285           </item>
286           <item>
287            <spacer name="verticalSpacer" >
288             <property name="orientation" >
289              <enum>Qt::Vertical</enum>
290             </property>
291             <property name="sizeHint" stdset="0" >
292              <size>
293               <width>20</width>
294               <height>40</height>
295              </size>
296             </property>
297            </spacer>
298           </item>
299          </layout>
300         </item>
301        </layout>
302       </widget>
303      </widget>
304     </item>
305    </layout>
306   </widget>
307   <widget class="QStatusBar" name="statusbar" />
308   <widget class="QMenuBar" name="menuBar">
309    <property name="geometry">
310     <rect>
311      <x>0</x>
312      <y>0</y>
313      <width>903</width>
314      <height>25</height>
315     </rect>
316    </property>
317    <widget class="QMenu" name="menuMenu">
318     <property name="title">
319      <string>Menu</string>
320     </property>
321     <addaction name="settingsAction"/>
322     <addaction name="aboutAction"/>
323    </widget>
324    <addaction name="menuMenu"/>
325   </widget>
326   <action name="actionSettings">
327    <property name="text">
328     <string>Settings</string>
329    </property>
330   </action>
331   <action name="settingsAction">
332    <property name="icon">
333     <iconset resource="../icons.qrc">
334      <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset>
335    </property>
336    <property name="text">
337     <string>Settings</string>
338    </property>
339   </action>
340   <action name="aboutAction">
341    <property name="icon">
342     <iconset resource="../icons.qrc">
343      <normaloff>:/icons/info.png</normaloff>:/icons/info.png</iconset>
344    </property>
345    <property name="text">
346     <string>About</string>
347    </property>
348   </action>
349  </widget>
350  <customwidgets>
351   <customwidget>
352    <class>ImportScheduleWidget</class>
353    <extends>QWidget</extends>
354    <header>importschedulewidget.h</header>
355    <container>1</container>
356   </customwidget>
357   <customwidget>
358    <class>SearchTabContainer</class>
359    <extends>QWidget</extends>
360    <header>searchtabcontainer.h</header>
361   </customwidget>
362   <customwidget>
363    <class>DayViewTabContainer</class>
364    <extends>QWidget</extends>
365    <header>dayviewtabcontainer.h</header>
366   </customwidget>
367   <customwidget>
368    <class>FavTabContainer</class>
369    <extends>QWidget</extends>
370    <header>favtabcontainer.h</header>
371   </customwidget>
372   <customwidget>
373    <class>TracksTabContainer</class>
374    <extends>QWidget</extends>
375    <header>trackstabcontainer.h</header>
376   </customwidget>
377   <customwidget>
378    <class>RoomsTabContainer</class>
379    <extends>QWidget</extends>
380    <header>roomstabcontainer.h</header>
381   </customwidget>
382   <customwidget>
383    <class>NowTabContainer</class>
384    <extends>QWidget</extends>
385    <header>nowtabcontainer.h</header>
386   </customwidget>
387  </customwidgets>
388  <resources>
389   <include location="../icons.qrc" />
390  </resources>
391  <connections/>
392 </ui>