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>856</width> |
---|
10 | <height>558</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>4</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="treeView"> |
---|
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="activitiesTab"> |
---|
48 | <attribute name="title"> |
---|
49 | <string>Activities</string> |
---|
50 | </attribute> |
---|
51 | </widget> |
---|
52 | <widget class="QWidget" name="favouritesTab"> |
---|
53 | <attribute name="title"> |
---|
54 | <string>Favourites</string> |
---|
55 | </attribute> |
---|
56 | </widget> |
---|
57 | <widget class="QWidget" name="searchTab"> |
---|
58 | <attribute name="title"> |
---|
59 | <string>Search</string> |
---|
60 | </attribute> |
---|
61 | </widget> |
---|
62 | <widget class="QWidget" name="mapTab"> |
---|
63 | <attribute name="title"> |
---|
64 | <string>Map</string> |
---|
65 | </attribute> |
---|
66 | </widget> |
---|
67 | </widget> |
---|
68 | </item> |
---|
69 | </layout> |
---|
70 | </widget> |
---|
71 | <widget class="QMenuBar" name="menubar"> |
---|
72 | <property name="geometry"> |
---|
73 | <rect> |
---|
74 | <x>0</x> |
---|
75 | <y>0</y> |
---|
76 | <width>856</width> |
---|
77 | <height>24</height> |
---|
78 | </rect> |
---|
79 | </property> |
---|
80 | <widget class="QMenu" name="menuFile"> |
---|
81 | <property name="title"> |
---|
82 | <string>File</string> |
---|
83 | </property> |
---|
84 | <addaction name="actionImportSchedule"/> |
---|
85 | </widget> |
---|
86 | <widget class="QMenu" name="menuAbout"> |
---|
87 | <property name="title"> |
---|
88 | <string>Help</string> |
---|
89 | </property> |
---|
90 | <addaction name="actionAboutQt"/> |
---|
91 | <addaction name="actionAboutApplication"/> |
---|
92 | </widget> |
---|
93 | <addaction name="menuFile"/> |
---|
94 | <addaction name="menuAbout"/> |
---|
95 | </widget> |
---|
96 | <widget class="QStatusBar" name="statusbar"/> |
---|
97 | <action name="actionImportSchedule"> |
---|
98 | <property name="text"> |
---|
99 | <string>Import Schedule</string> |
---|
100 | </property> |
---|
101 | </action> |
---|
102 | <action name="actionAboutQt"> |
---|
103 | <property name="text"> |
---|
104 | <string>About Qt</string> |
---|
105 | </property> |
---|
106 | </action> |
---|
107 | <action name="actionAboutApplication"> |
---|
108 | <property name="text"> |
---|
109 | <string>About application</string> |
---|
110 | </property> |
---|
111 | </action> |
---|
112 | </widget> |
---|
113 | <customwidgets> |
---|
114 | <customwidget> |
---|
115 | <class>DayNavigatorWidget</class> |
---|
116 | <extends>QWidget</extends> |
---|
117 | <header>daynavigatorwidget.h</header> |
---|
118 | <container>1</container> |
---|
119 | </customwidget> |
---|
120 | <customwidget> |
---|
121 | <class>TreeView</class> |
---|
122 | <extends>QTreeView</extends> |
---|
123 | <header>../mvc/treeview.h</header> |
---|
124 | </customwidget> |
---|
125 | </customwidgets> |
---|
126 | <resources/> |
---|
127 | <connections/> |
---|
128 | </ui> |
---|