author | eilers <eilers> | 2002-07-01 16:15:42 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-07-01 16:15:42 (UTC) |
commit | dbdd9ea2e38fbe280fc4d648fbd3709e101d7eed (patch) (side-by-side diff) | |
tree | ab876731c1c6f34df27dacd48debcb64cfacb830 | |
parent | 9c2a44e54b15c419a625b484b5f84ed81a827e36 (diff) | |
download | opie-dbdd9ea2e38fbe280fc4d648fbd3709e101d7eed.zip opie-dbdd9ea2e38fbe280fc4d648fbd3709e101d7eed.tar.gz opie-dbdd9ea2e38fbe280fc4d648fbd3709e101d7eed.tar.bz2 |
Fixed tabstops.. But still problem with the custom widgets
-rw-r--r-- | core/pim/todo/todoentry.ui | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/core/pim/todo/todoentry.ui b/core/pim/todo/todoentry.ui index 1091852..4d49b7a 100644 --- a/core/pim/todo/todoentry.ui +++ b/core/pim/todo/todoentry.ui @@ -9,49 +9,49 @@ ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** *********************************************************************</comment> <widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>NewTaskDialogBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>262</width> + <width>260</width> <height>321</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>New Task</string> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="2" column="0" > <class>QLayoutWidget</class> @@ -61,48 +61,56 @@ </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>txtProg</cstring> </property> <property stdset="1"> <name>sizePolicy</name> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>0</vsizetype> </sizepolicy> </property> <property stdset="1"> + <name>frameShape</name> + <enum>MShape</enum> + </property> + <property stdset="1"> + <name>frameShadow</name> + <enum>MShadow</enum> + </property> + <property stdset="1"> <name>text</name> <string>Progress:</string> </property> </widget> <widget> <class>QComboBox</class> <item> <property> <name>text</name> <string>0%</string> </property> </item> <item> <property> <name>text</name> <string>20%</string> </property> </item> <item> <property> <name>text</name> <string>40%</string> </property> </item> @@ -463,25 +471,35 @@ </customwidgets> <images> <image> <name>image0</name> <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data> </image> </images> <connections> <connection> <sender>checkDate</sender> <signal>toggled(bool)</signal> <receiver>buttonDate</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>lblDown</sender> <signal>clicked()</signal> <receiver>NewTaskDialogBase</receiver> <slot>slotCopy()</slot> </connection> <slot access="protected">dateChanged( const QString & )</slot> <slot access="protected">dateChanged( int, int, int )</slot> <slot access="protected">slotCopy()</slot> </connections> +<tabstops> + <tabstop>comboPriority</tabstop> + <tabstop>checkCompleted</tabstop> + <tabstop>checkDate</tabstop> + <tabstop>buttonDate</tabstop> + <tabstop>cmbProg</tabstop> + <tabstop>comboCategory</tabstop> + <tabstop>lneSum</tabstop> + <tabstop>txtTodo</tabstop> +</tabstops> </UI> |