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>360</width> |
---|
9 | <height>50</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>Form</string> |
---|
14 | </property> |
---|
15 | <layout class="QGridLayout" name="gridLayout" > |
---|
16 | <item row="0" column="0" > |
---|
17 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
18 | <item> |
---|
19 | <widget class="QToolButton" name="prevDayButton" > |
---|
20 | <property name="text" > |
---|
21 | <string>...</string> |
---|
22 | </property> |
---|
23 | <property name="autoRaise" > |
---|
24 | <bool>true</bool> |
---|
25 | </property> |
---|
26 | <property name="arrowType" > |
---|
27 | <enum>Qt::LeftArrow</enum> |
---|
28 | </property> |
---|
29 | </widget> |
---|
30 | </item> |
---|
31 | <item> |
---|
32 | <spacer name="horizontalSpacer" > |
---|
33 | <property name="orientation" > |
---|
34 | <enum>Qt::Horizontal</enum> |
---|
35 | </property> |
---|
36 | <property name="sizeHint" stdset="0" > |
---|
37 | <size> |
---|
38 | <width>40</width> |
---|
39 | <height>20</height> |
---|
40 | </size> |
---|
41 | </property> |
---|
42 | </spacer> |
---|
43 | </item> |
---|
44 | <item> |
---|
45 | <widget class="QLabel" name="currentDateLabel" > |
---|
46 | <property name="text" > |
---|
47 | <string>Currently selected date</string> |
---|
48 | </property> |
---|
49 | </widget> |
---|
50 | </item> |
---|
51 | <item> |
---|
52 | <spacer name="horizontalSpacer_2" > |
---|
53 | <property name="orientation" > |
---|
54 | <enum>Qt::Horizontal</enum> |
---|
55 | </property> |
---|
56 | <property name="sizeHint" stdset="0" > |
---|
57 | <size> |
---|
58 | <width>40</width> |
---|
59 | <height>20</height> |
---|
60 | </size> |
---|
61 | </property> |
---|
62 | </spacer> |
---|
63 | </item> |
---|
64 | <item> |
---|
65 | <widget class="QToolButton" name="nextDayButton" > |
---|
66 | <property name="text" > |
---|
67 | <string>...</string> |
---|
68 | </property> |
---|
69 | <property name="autoRaise" > |
---|
70 | <bool>true</bool> |
---|
71 | </property> |
---|
72 | <property name="arrowType" > |
---|
73 | <enum>Qt::RightArrow</enum> |
---|
74 | </property> |
---|
75 | </widget> |
---|
76 | </item> |
---|
77 | </layout> |
---|
78 | </item> |
---|
79 | </layout> |
---|
80 | </widget> |
---|
81 | <resources/> |
---|
82 | <connections/> |
---|
83 | <slots> |
---|
84 | <slot>prevDayButtonClicked()</slot> |
---|
85 | <slot>nextDayButtonClicked()</slot> |
---|
86 | </slots> |
---|
87 | </ui> |
---|