Changeset 5992909 for src/gui/daynavigatorwidget.ui
- Timestamp:
- 01/22/10 13:31:10 (13 years ago)
- Branches:
- master, qt5
- Children:
- 49c5ad3
- Parents:
- 806b992
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/daynavigatorwidget.ui
r806b992 r5992909 6 6 <x>0</x> 7 7 <y>0</y> 8 <width> 360</width>9 <height> 52</height>8 <width>52</width> 9 <height>198</height> 10 10 </rect> 11 </property> 12 <property name="sizePolicy" > 13 <sizepolicy vsizetype="Expanding" hsizetype="Minimum" > 14 <horstretch>0</horstretch> 15 <verstretch>0</verstretch> 16 </sizepolicy> 11 17 </property> 12 18 <property name="windowTitle" > 13 19 <string>Form</string> 14 20 </property> 21 <property name="layoutDirection" > 22 <enum>Qt::LeftToRight</enum> 23 </property> 15 24 <layout class="QGridLayout" name="gridLayout" > 16 <item row="0" column="0" > 17 <layout class="QHBoxLayout" name="horizontalLayout" > 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> 18 50 <item> 19 51 <widget class="QToolButton" name="prevDayButton" > … … 25 57 </property> 26 58 <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> 59 <enum>Qt::DownArrow</enum> 74 60 </property> 75 61 </widget>
Note: See TracChangeset
for help on using the changeset viewer.