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