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="tab" > |
---|
23 | <attribute name="title" > |
---|
24 | <string>Tab 1</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 | <layout class="QHBoxLayout" name="horizontalLayout_2" > |
---|
31 | <item> |
---|
32 | <widget class="QToolButton" name="buttonPrevDay" > |
---|
33 | <property name="text" > |
---|
34 | <string><|</string> |
---|
35 | </property> |
---|
36 | <property name="autoRaise" > |
---|
37 | <bool>true</bool> |
---|
38 | </property> |
---|
39 | <property name="arrowType" > |
---|
40 | <enum>Qt::LeftArrow</enum> |
---|
41 | </property> |
---|
42 | </widget> |
---|
43 | </item> |
---|
44 | <item> |
---|
45 | <spacer name="horizontalSpacer" > |
---|
46 | <property name="orientation" > |
---|
47 | <enum>Qt::Horizontal</enum> |
---|
48 | </property> |
---|
49 | <property name="sizeHint" stdset="0" > |
---|
50 | <size> |
---|
51 | <width>40</width> |
---|
52 | <height>20</height> |
---|
53 | </size> |
---|
54 | </property> |
---|
55 | </spacer> |
---|
56 | </item> |
---|
57 | <item> |
---|
58 | <widget class="QLabel" name="label" > |
---|
59 | <property name="text" > |
---|
60 | <string>Selected Date Goes Here</string> |
---|
61 | </property> |
---|
62 | </widget> |
---|
63 | </item> |
---|
64 | <item> |
---|
65 | <spacer name="horizontalSpacer_2" > |
---|
66 | <property name="orientation" > |
---|
67 | <enum>Qt::Horizontal</enum> |
---|
68 | </property> |
---|
69 | <property name="sizeHint" stdset="0" > |
---|
70 | <size> |
---|
71 | <width>40</width> |
---|
72 | <height>20</height> |
---|
73 | </size> |
---|
74 | </property> |
---|
75 | </spacer> |
---|
76 | </item> |
---|
77 | <item> |
---|
78 | <widget class="QToolButton" name="buttonNextDay" > |
---|
79 | <property name="text" > |
---|
80 | <string>|></string> |
---|
81 | </property> |
---|
82 | <property name="autoRaise" > |
---|
83 | <bool>true</bool> |
---|
84 | </property> |
---|
85 | <property name="arrowType" > |
---|
86 | <enum>Qt::RightArrow</enum> |
---|
87 | </property> |
---|
88 | </widget> |
---|
89 | </item> |
---|
90 | </layout> |
---|
91 | </item> |
---|
92 | <item> |
---|
93 | <widget class="TreeView" name="treeView" > |
---|
94 | <property name="maximumSize" > |
---|
95 | <size> |
---|
96 | <width>16777215</width> |
---|
97 | <height>16777215</height> |
---|
98 | </size> |
---|
99 | </property> |
---|
100 | </widget> |
---|
101 | </item> |
---|
102 | </layout> |
---|
103 | </item> |
---|
104 | </layout> |
---|
105 | </widget> |
---|
106 | <widget class="QWidget" name="tab_2" > |
---|
107 | <attribute name="title" > |
---|
108 | <string>Tab 2</string> |
---|
109 | </attribute> |
---|
110 | </widget> |
---|
111 | </widget> |
---|
112 | </item> |
---|
113 | </layout> |
---|
114 | </widget> |
---|
115 | <widget class="QMenuBar" name="menubar" > |
---|
116 | <property name="geometry" > |
---|
117 | <rect> |
---|
118 | <x>0</x> |
---|
119 | <y>0</y> |
---|
120 | <width>856</width> |
---|
121 | <height>26</height> |
---|
122 | </rect> |
---|
123 | </property> |
---|
124 | <widget class="QMenu" name="menuFile" > |
---|
125 | <property name="title" > |
---|
126 | <string>File</string> |
---|
127 | </property> |
---|
128 | <addaction name="actionImportSchedule" /> |
---|
129 | </widget> |
---|
130 | <widget class="QMenu" name="menuAbout" > |
---|
131 | <property name="title" > |
---|
132 | <string>Help</string> |
---|
133 | </property> |
---|
134 | <addaction name="actionAboutQt" /> |
---|
135 | <addaction name="actionAboutApplication" /> |
---|
136 | </widget> |
---|
137 | <addaction name="menuFile" /> |
---|
138 | <addaction name="menuAbout" /> |
---|
139 | </widget> |
---|
140 | <widget class="QStatusBar" name="statusbar" /> |
---|
141 | <action name="actionImportSchedule" > |
---|
142 | <property name="text" > |
---|
143 | <string>Import Schedule</string> |
---|
144 | </property> |
---|
145 | </action> |
---|
146 | <action name="actionAboutQt" > |
---|
147 | <property name="text" > |
---|
148 | <string>About Qt</string> |
---|
149 | </property> |
---|
150 | </action> |
---|
151 | <action name="actionAboutApplication" > |
---|
152 | <property name="text" > |
---|
153 | <string>About application</string> |
---|
154 | </property> |
---|
155 | </action> |
---|
156 | </widget> |
---|
157 | <customwidgets> |
---|
158 | <customwidget> |
---|
159 | <class>TreeView</class> |
---|
160 | <extends>QTreeView</extends> |
---|
161 | <header>../model/treeview.h</header> |
---|
162 | </customwidget> |
---|
163 | </customwidgets> |
---|
164 | <resources/> |
---|
165 | <connections/> |
---|
166 | </ui> |
---|