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>534</width> |
---|
10 | <height>375</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>MainWindow</string> |
---|
15 | </property> |
---|
16 | <widget class="QWidget" name="centralwidget"> |
---|
17 | <layout class="QGridLayout" name="gridLayout"> |
---|
18 | <item row="0" column="0"> |
---|
19 | <widget class="QTabWidget" name="tabWidget"> |
---|
20 | <property name="currentIndex"> |
---|
21 | <number>0</number> |
---|
22 | </property> |
---|
23 | <widget class="QWidget" name="dayViewTab"> |
---|
24 | <attribute name="title"> |
---|
25 | <string>Day View</string> |
---|
26 | </attribute> |
---|
27 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
28 | <item row="0" column="0"> |
---|
29 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
30 | <item> |
---|
31 | <widget class="DayNavigatorWidget" name="dayNavigator" native="true"/> |
---|
32 | </item> |
---|
33 | <item> |
---|
34 | <widget class="TreeView" name="dayTreeView"> |
---|
35 | <property name="maximumSize"> |
---|
36 | <size> |
---|
37 | <width>16777215</width> |
---|
38 | <height>16777215</height> |
---|
39 | </size> |
---|
40 | </property> |
---|
41 | </widget> |
---|
42 | </item> |
---|
43 | </layout> |
---|
44 | </item> |
---|
45 | </layout> |
---|
46 | </widget> |
---|
47 | <widget class="QWidget" name="favouritesTab"> |
---|
48 | <attribute name="title"> |
---|
49 | <string>Favourites</string> |
---|
50 | </attribute> |
---|
51 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
52 | <item row="0" column="0"> |
---|
53 | <widget class="TreeView" name="favTreeView"/> |
---|
54 | </item> |
---|
55 | </layout> |
---|
56 | </widget> |
---|
57 | <widget class="QWidget" name="activitiesTab"> |
---|
58 | <attribute name="title"> |
---|
59 | <string>Activities</string> |
---|
60 | </attribute> |
---|
61 | <layout class="QGridLayout" name="gridLayout_4"> |
---|
62 | <item row="0" column="0"> |
---|
63 | <layout class="QVBoxLayout" name="activitiesVerticalLayout"> |
---|
64 | <item> |
---|
65 | <widget class="DayNavigatorWidget" name="activityDayNavigator" native="true"/> |
---|
66 | </item> |
---|
67 | <item> |
---|
68 | <widget class="TreeView" name="actTreeView"> |
---|
69 | <property name="maximumSize"> |
---|
70 | <size> |
---|
71 | <width>16777215</width> |
---|
72 | <height>16777215</height> |
---|
73 | </size> |
---|
74 | </property> |
---|
75 | </widget> |
---|
76 | </item> |
---|
77 | </layout> |
---|
78 | </item> |
---|
79 | </layout> |
---|
80 | </widget> |
---|
81 | <widget class="QWidget" name="searchTab"> |
---|
82 | <attribute name="title"> |
---|
83 | <string>Search</string> |
---|
84 | </attribute> |
---|
85 | </widget> |
---|
86 | <widget class="QWidget" name="mapTab"> |
---|
87 | <attribute name="title"> |
---|
88 | <string>Map</string> |
---|
89 | </attribute> |
---|
90 | </widget> |
---|
91 | </widget> |
---|
92 | </item> |
---|
93 | </layout> |
---|
94 | </widget> |
---|
95 | <widget class="QMenuBar" name="menubar"> |
---|
96 | <property name="geometry"> |
---|
97 | <rect> |
---|
98 | <x>0</x> |
---|
99 | <y>0</y> |
---|
100 | <width>534</width> |
---|
101 | <height>24</height> |
---|
102 | </rect> |
---|
103 | </property> |
---|
104 | <widget class="QMenu" name="menuFile"> |
---|
105 | <property name="title"> |
---|
106 | <string>File</string> |
---|
107 | </property> |
---|
108 | <addaction name="actionImportSchedule"/> |
---|
109 | <addaction name="actionQuit"/> |
---|
110 | </widget> |
---|
111 | <widget class="QMenu" name="menuAbout"> |
---|
112 | <property name="title"> |
---|
113 | <string>Help</string> |
---|
114 | </property> |
---|
115 | <addaction name="actionAboutQt"/> |
---|
116 | <addaction name="actionAboutApplication"/> |
---|
117 | </widget> |
---|
118 | <addaction name="menuAbout"/> |
---|
119 | <addaction name="menuFile"/> |
---|
120 | </widget> |
---|
121 | <widget class="QStatusBar" name="statusbar"/> |
---|
122 | <action name="actionImportSchedule"> |
---|
123 | <property name="text"> |
---|
124 | <string>Import Schedule</string> |
---|
125 | </property> |
---|
126 | </action> |
---|
127 | <action name="actionAboutQt"> |
---|
128 | <property name="text"> |
---|
129 | <string>About Qt</string> |
---|
130 | </property> |
---|
131 | </action> |
---|
132 | <action name="actionAboutApplication"> |
---|
133 | <property name="text"> |
---|
134 | <string>About application</string> |
---|
135 | </property> |
---|
136 | </action> |
---|
137 | <action name="actionQuit"> |
---|
138 | <property name="text"> |
---|
139 | <string>Quit</string> |
---|
140 | </property> |
---|
141 | </action> |
---|
142 | </widget> |
---|
143 | <customwidgets> |
---|
144 | <customwidget> |
---|
145 | <class>DayNavigatorWidget</class> |
---|
146 | <extends>QWidget</extends> |
---|
147 | <header>daynavigatorwidget.h</header> |
---|
148 | <container>1</container> |
---|
149 | </customwidget> |
---|
150 | <customwidget> |
---|
151 | <class>TreeView</class> |
---|
152 | <extends>QTreeView</extends> |
---|
153 | <header>../mvc/treeview.h</header> |
---|
154 | </customwidget> |
---|
155 | </customwidgets> |
---|
156 | <resources/> |
---|
157 | <connections> |
---|
158 | <connection> |
---|
159 | <sender>actionQuit</sender> |
---|
160 | <signal>triggered()</signal> |
---|
161 | <receiver>MainWindow</receiver> |
---|
162 | <slot>close()</slot> |
---|
163 | <hints> |
---|
164 | <hint type="sourcelabel"> |
---|
165 | <x>-1</x> |
---|
166 | <y>-1</y> |
---|
167 | </hint> |
---|
168 | <hint type="destinationlabel"> |
---|
169 | <x>266</x> |
---|
170 | <y>187</y> |
---|
171 | </hint> |
---|
172 | </hints> |
---|
173 | </connection> |
---|
174 | </connections> |
---|
175 | </ui> |
---|