1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>DayNavigatorWidget</class> |
---|
4 | <widget class="QWidget" name="DayNavigatorWidget"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>52</width> |
---|
10 | <height>198</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="sizePolicy"> |
---|
14 | <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> |
---|
15 | <horstretch>0</horstretch> |
---|
16 | <verstretch>0</verstretch> |
---|
17 | </sizepolicy> |
---|
18 | </property> |
---|
19 | <property name="windowTitle"> |
---|
20 | <string>Form</string> |
---|
21 | </property> |
---|
22 | <property name="layoutDirection"> |
---|
23 | <enum>Qt::LeftToRight</enum> |
---|
24 | </property> |
---|
25 | <layout class="QGridLayout" name="gridLayout"> |
---|
26 | <item row="1" column="0"> |
---|
27 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
28 | <property name="spacing"> |
---|
29 | <number>0</number> |
---|
30 | </property> |
---|
31 | <item> |
---|
32 | <widget class="QToolButton" name="nextDayButton"> |
---|
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::UpArrow</enum> |
---|
41 | </property> |
---|
42 | </widget> |
---|
43 | </item> |
---|
44 | <item> |
---|
45 | <widget class="QWidget" name="selectedDate" native="true"> |
---|
46 | <property name="sizePolicy"> |
---|
47 | <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> |
---|
48 | <horstretch>0</horstretch> |
---|
49 | <verstretch>0</verstretch> |
---|
50 | </sizepolicy> |
---|
51 | </property> |
---|
52 | </widget> |
---|
53 | </item> |
---|
54 | <item> |
---|
55 | <widget class="QToolButton" name="prevDayButton"> |
---|
56 | <property name="text"> |
---|
57 | <string>...</string> |
---|
58 | </property> |
---|
59 | <property name="autoRaise"> |
---|
60 | <bool>true</bool> |
---|
61 | </property> |
---|
62 | <property name="arrowType"> |
---|
63 | <enum>Qt::DownArrow</enum> |
---|
64 | </property> |
---|
65 | </widget> |
---|
66 | </item> |
---|
67 | <item> |
---|
68 | <widget class="QToolButton" name="todayButton"> |
---|
69 | <property name="text"> |
---|
70 | <string>...</string> |
---|
71 | </property> |
---|
72 | <property name="icon"> |
---|
73 | <iconset resource="../icons.qrc"> |
---|
74 | <normaloff>:/icons/today.png</normaloff>:/icons/today.png</iconset> |
---|
75 | </property> |
---|
76 | <property name="autoRaise"> |
---|
77 | <bool>true</bool> |
---|
78 | </property> |
---|
79 | </widget> |
---|
80 | </item> |
---|
81 | </layout> |
---|
82 | </item> |
---|
83 | </layout> |
---|
84 | </widget> |
---|
85 | <resources> |
---|
86 | <include location="../icons.qrc"/> |
---|
87 | </resources> |
---|
88 | <connections/> |
---|
89 | <slots> |
---|
90 | <slot>prevDayButtonClicked()</slot> |
---|
91 | <slot>nextDayButtonClicked()</slot> |
---|
92 | <slot>todayButtonClicked()</slot> |
---|
93 | </slots> |
---|
94 | </ui> |
---|