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 /core/pim | |
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 @@ -30,7 +30,7 @@ <rect> <x>0</x> <y>0</y> - <width>262</width> + <width>260</width> <height>321</height> </rect> </property> @@ -82,6 +82,14 @@ </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> @@ -484,4 +492,14 @@ <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> |