]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/daynavigatorwidget.ui
day navigator widget changes
[toast/confclerk.git] / src / gui / daynavigatorwidget.ui
index 90e5e34f824c3ede7bec6aa44e1991c5dc5b5668..c5eae24cb844f9c01d9d235abbaa0ef0f05e7dab 100644 (file)
@@ -5,18 +5,27 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>360</width>
-    <height>50</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>
@@ -70,7 +56,7 @@
         <bool>true</bool>
        </property>
        <property name="arrowType" >
-        <enum>Qt::RightArrow</enum>
+        <enum>Qt::DownArrow</enum>
        </property>
       </widget>
      </item>