1 | <ui version="4.0" > |
---|
2 | <class>DayNavigatorWidget</class> |
---|
3 | <widget class="QWidget" name="DayNavigatorWidget" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>52</width> |
---|
9 | <height>198</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="sizePolicy" > |
---|
13 | <sizepolicy vsizetype="Expanding" hsizetype="Minimum" > |
---|
14 | <horstretch>0</horstretch> |
---|
15 | <verstretch>0</verstretch> |
---|
16 | </sizepolicy> |
---|
17 | </property> |
---|
18 | <property name="windowTitle" > |
---|
19 | <string>Form</string> |
---|
20 | </property> |
---|
21 | <property name="layoutDirection" > |
---|
22 | <enum>Qt::LeftToRight</enum> |
---|
23 | </property> |
---|
24 | <layout class="QGridLayout" name="gridLayout" > |
---|
25 | <item row="1" column="0" > |
---|
26 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
27 | <item> |
---|
28 | <widget class="QToolButton" name="nextDayButton" > |
---|
29 | <property name="text" > |
---|
30 | <string>...</string> |
---|
31 | </property> |
---|
32 | <property name="autoRaise" > |
---|
33 | <bool>true</bool> |
---|
34 | </property> |
---|
35 | <property name="arrowType" > |
---|
36 | <enum>Qt::UpArrow</enum> |
---|
37 | </property> |
---|
38 | </widget> |
---|
39 | </item> |
---|
40 | <item> |
---|
41 | <widget class="QWidget" native="1" name="selectedDate" > |
---|
42 | <property name="sizePolicy" > |
---|
43 | <sizepolicy vsizetype="Expanding" hsizetype="Minimum" > |
---|
44 | <horstretch>0</horstretch> |
---|
45 | <verstretch>0</verstretch> |
---|
46 | </sizepolicy> |
---|
47 | </property> |
---|
48 | </widget> |
---|
49 | </item> |
---|
50 | <item> |
---|
51 | <widget class="QToolButton" name="prevDayButton" > |
---|
52 | <property name="text" > |
---|
53 | <string>...</string> |
---|
54 | </property> |
---|
55 | <property name="autoRaise" > |
---|
56 | <bool>true</bool> |
---|
57 | </property> |
---|
58 | <property name="arrowType" > |
---|
59 | <enum>Qt::DownArrow</enum> |
---|
60 | </property> |
---|
61 | </widget> |
---|
62 | </item> |
---|
63 | </layout> |
---|
64 | </item> |
---|
65 | </layout> |
---|
66 | </widget> |
---|
67 | <resources/> |
---|
68 | <connections/> |
---|
69 | <slots> |
---|
70 | <slot>prevDayButtonClicked()</slot> |
---|
71 | <slot>nextDayButtonClicked()</slot> |
---|
72 | </slots> |
---|
73 | </ui> |
---|