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