-rw-r--r-- | core/pim/datebook/dateentry.ui | 94 |
1 files changed, 79 insertions, 15 deletions
diff --git a/core/pim/datebook/dateentry.ui b/core/pim/datebook/dateentry.ui index 22ff32d..dc5195f 100644 --- a/core/pim/datebook/dateentry.ui +++ b/core/pim/datebook/dateentry.ui @@ -41,10 +41,4 @@ <string>New Event</string> </property> - <property> - <name>layoutMargin</name> - </property> - <property> - <name>layoutSpacing</name> - </property> <grid> <property stdset="1"> @@ -154,5 +148,5 @@ <property stdset="1"> <name>text</name> - <string>Description:</string> + <string>Description</string> </property> </widget> @@ -208,5 +202,5 @@ </property> </widget> - <widget row="3" column="0" > + <widget row="3" column="0" rowspan="2"> <class>QLabel</class> <property stdset="1"> @@ -216,5 +210,5 @@ <property stdset="1"> <name>text</name> - <string>Start</string> + <string>Start - End</string> </property> </widget> @@ -229,6 +223,20 @@ <string>Jan 02 00</string> </property> + <property stdset="1"> + <name>minimumSize</name> + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property stdset="1"> + <name>maximumSize</name> + <size> + <width>70</width> + <height>32767</height> + </size> + </property> </widget> - <widget row="3" column="2" rowspan="1" colspan="2" > + <widget row="4" column="1" rowspan="1" colspan="1" > <class>QLineEdit</class> <property stdset="1"> @@ -236,4 +244,25 @@ <cstring>comboStart</cstring> </property> + <property stdset="1"> + <name>minimumSize</name> + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property stdset="1"> + <name>maximumSize</name> + <size> + <width>70</width> + <height>32767</height> + </size> + </property> + <property stdset="1"> + <name>alignment</name> + <set>AlignHCenter</set> + </property> + <property> + <name>hAlign</name> + </property> </widget> <widget row="5" column="1" colspan="3"> @@ -244,5 +273,5 @@ </property> </widget> - <widget row="4" column="1" > + <widget row="3" column="2" colspan="2"> <class>QPushButton</class> <property stdset="1"> @@ -254,6 +283,20 @@ <string>Jan 02 00</string> </property> + <property stdset="1"> + <name>minimumSize</name> + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property stdset="1"> + <name>maximumSize</name> + <size> + <width>70</width> + <height>32767</height> + </size> + </property> </widget> - <widget row="4" column="2" rowspan="1" colspan="2" > + <widget row="4" column="2" colspan="2"> <class>QLineEdit</class> <property stdset="1"> @@ -261,6 +304,27 @@ <cstring>comboEnd</cstring> </property> + <property stdset="1"> + <name>minimumSize</name> + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property stdset="1"> + <name>maximumSize</name> + <size> + <width>70</width> + <height>32767</height> + </size> + </property> + <property stdset="1"> + <name>alignment</name> + <set>AlignHCenter</set> + </property> + <property> + <name>hAlign</name> + </property> </widget> - <widget row="4" column="0" > + <widget row="5" column="0" > <class>QLabel</class> <property stdset="1"> @@ -270,5 +334,5 @@ <property stdset="1"> <name>text</name> - <string>End</string> + <string>Start time</string> </property> </widget> @@ -292,5 +356,5 @@ <property stdset="1"> <name>text</name> - <string>Time zone:</string> + <string>Time zone</string> </property> </widget> |