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 | <item> |
---|
29 | <widget class="QToolButton" name="nextDayButton"> |
---|
30 | <property name="text"> |
---|
31 | <string>...</string> |
---|
32 | </property> |
---|
33 | <property name="autoRaise"> |
---|
34 | <bool>true</bool> |
---|
35 | </property> |
---|
36 | <property name="arrowType"> |
---|
37 | <enum>Qt::UpArrow</enum> |
---|
38 | </property> |
---|
39 | </widget> |
---|
40 | </item> |
---|
41 | <item> |
---|
42 | <widget class="QWidget" name="selectedDate" native="true"> |
---|
43 | <property name="sizePolicy"> |
---|
44 | <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> |
---|
45 | <horstretch>0</horstretch> |
---|
46 | <verstretch>0</verstretch> |
---|
47 | </sizepolicy> |
---|
48 | </property> |
---|
49 | </widget> |
---|
50 | </item> |
---|
51 | <item> |
---|
52 | <widget class="QToolButton" name="prevDayButton"> |
---|
53 | <property name="text"> |
---|
54 | <string>...</string> |
---|
55 | </property> |
---|
56 | <property name="autoRaise"> |
---|
57 | <bool>true</bool> |
---|
58 | </property> |
---|
59 | <property name="arrowType"> |
---|
60 | <enum>Qt::DownArrow</enum> |
---|
61 | </property> |
---|
62 | </widget> |
---|
63 | </item> |
---|
64 | </layout> |
---|
65 | </item> |
---|
66 | </layout> |
---|
67 | </widget> |
---|
68 | <resources/> |
---|
69 | <connections/> |
---|
70 | <slots> |
---|
71 | <slot>prevDayButtonClicked()</slot> |
---|
72 | <slot>nextDayButtonClicked()</slot> |
---|
73 | </slots> |
---|
74 | </ui> |
---|