<rect>
<x>0</x>
<y>0</y>
- <width>360</width>
- <height>52</height>
+ <width>52</width>
+ <height>198</height>
</rect>
</property>
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Expanding" hsizetype="Minimum" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="windowTitle" >
<string>Form</string>
</property>
+ <property name="layoutDirection" >
+ <enum>Qt::LeftToRight</enum>
+ </property>
<layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" >
- <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item row="1" column="0" >
+ <layout class="QVBoxLayout" name="verticalLayout" >
<item>
- <widget class="QToolButton" name="prevDayButton" >
+ <widget class="QToolButton" name="nextDayButton" >
<property name="text" >
<string>...</string>
</property>
<bool>true</bool>
</property>
<property name="arrowType" >
- <enum>Qt::LeftArrow</enum>
+ <enum>Qt::UpArrow</enum>
</property>
</widget>
</item>
<item>
- <spacer name="horizontalSpacer" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="currentDateLabel" >
- <property name="text" >
- <string>Currently selected date</string>
+ <widget class="QWidget" native="1" name="selectedDate" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Expanding" hsizetype="Minimum" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
</widget>
</item>
<item>
- <spacer name="horizontalSpacer_2" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QToolButton" name="nextDayButton" >
+ <widget class="QToolButton" name="prevDayButton" >
<property name="text" >
<string>...</string>
</property>
<bool>true</bool>
</property>
<property name="arrowType" >
- <enum>Qt::RightArrow</enum>
+ <enum>Qt::DownArrow</enum>
</property>
</widget>
</item>