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>856</width> |
---|
9 | <height>558</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>MainWindow</string> |
---|
14 | </property> |
---|
15 | <widget class="QWidget" name="centralwidget" > |
---|
16 | <layout class="QGridLayout" name="gridLayout" > |
---|
17 | <item row="0" column="0" > |
---|
18 | <widget class="QTabWidget" name="tabWidget" > |
---|
19 | <property name="currentIndex" > |
---|
20 | <number>0</number> |
---|
21 | </property> |
---|
22 | <widget class="QWidget" name="dayViewTab" > |
---|
23 | <attribute name="title" > |
---|
24 | <string>Day View</string> |
---|
25 | </attribute> |
---|
26 | <layout class="QGridLayout" name="gridLayout_2" > |
---|
27 | <item row="0" column="0" > |
---|
28 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
29 | <item> |
---|
30 | <widget class="DayNavigatorWidget" native="1" name="dayNavigator" /> |
---|
31 | </item> |
---|
32 | <item> |
---|
33 | <widget class="TreeView" name="treeView" > |
---|
34 | <property name="maximumSize" > |
---|
35 | <size> |
---|
36 | <width>16777215</width> |
---|
37 | <height>16777215</height> |
---|
38 | </size> |
---|
39 | </property> |
---|
40 | </widget> |
---|
41 | </item> |
---|
42 | </layout> |
---|
43 | </item> |
---|
44 | </layout> |
---|
45 | </widget> |
---|
46 | <widget class="QWidget" name="favouritiesTab" > |
---|
47 | <attribute name="title" > |
---|
48 | <string>Favourities</string> |
---|
49 | </attribute> |
---|
50 | </widget> |
---|
51 | </widget> |
---|
52 | </item> |
---|
53 | </layout> |
---|
54 | </widget> |
---|
55 | <widget class="QMenuBar" name="menubar" > |
---|
56 | <property name="geometry" > |
---|
57 | <rect> |
---|
58 | <x>0</x> |
---|
59 | <y>0</y> |
---|
60 | <width>856</width> |
---|
61 | <height>26</height> |
---|
62 | </rect> |
---|
63 | </property> |
---|
64 | <widget class="QMenu" name="menuFile" > |
---|
65 | <property name="title" > |
---|
66 | <string>File</string> |
---|
67 | </property> |
---|
68 | <addaction name="actionImportSchedule" /> |
---|
69 | </widget> |
---|
70 | <widget class="QMenu" name="menuAbout" > |
---|
71 | <property name="title" > |
---|
72 | <string>Help</string> |
---|
73 | </property> |
---|
74 | <addaction name="actionAboutQt" /> |
---|
75 | <addaction name="actionAboutApplication" /> |
---|
76 | </widget> |
---|
77 | <addaction name="menuFile" /> |
---|
78 | <addaction name="menuAbout" /> |
---|
79 | </widget> |
---|
80 | <widget class="QStatusBar" name="statusbar" /> |
---|
81 | <action name="actionImportSchedule" > |
---|
82 | <property name="text" > |
---|
83 | <string>Import Schedule</string> |
---|
84 | </property> |
---|
85 | </action> |
---|
86 | <action name="actionAboutQt" > |
---|
87 | <property name="text" > |
---|
88 | <string>About Qt</string> |
---|
89 | </property> |
---|
90 | </action> |
---|
91 | <action name="actionAboutApplication" > |
---|
92 | <property name="text" > |
---|
93 | <string>About application</string> |
---|
94 | </property> |
---|
95 | </action> |
---|
96 | </widget> |
---|
97 | <customwidgets> |
---|
98 | <customwidget> |
---|
99 | <class>DayNavigatorWidget</class> |
---|
100 | <extends>QWidget</extends> |
---|
101 | <header>daynavigatorwidget.h</header> |
---|
102 | <container>1</container> |
---|
103 | </customwidget> |
---|
104 | <customwidget> |
---|
105 | <class>TreeView</class> |
---|
106 | <extends>QTreeView</extends> |
---|
107 | <header>../mvc/treeview.h</header> |
---|
108 | </customwidget> |
---|
109 | </customwidgets> |
---|
110 | <resources/> |
---|
111 | <connections/> |
---|
112 | </ui> |
---|