summaryrefslogtreecommitdiff
path: root/core/pim/todo
authoreilers <eilers>2002-07-01 16:15:42 (UTC)
committer eilers <eilers>2002-07-01 16:15:42 (UTC)
commitdbdd9ea2e38fbe280fc4d648fbd3709e101d7eed (patch) (unidiff)
treeab876731c1c6f34df27dacd48debcb64cfacb830 /core/pim/todo
parent9c2a44e54b15c419a625b484b5f84ed81a827e36 (diff)
downloadopie-dbdd9ea2e38fbe280fc4d648fbd3709e101d7eed.zip
opie-dbdd9ea2e38fbe280fc4d648fbd3709e101d7eed.tar.gz
opie-dbdd9ea2e38fbe280fc4d648fbd3709e101d7eed.tar.bz2
Fixed tabstops.. But still problem with the custom widgets
Diffstat (limited to 'core/pim/todo') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoentry.ui20
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 @@
30 <rect> 30 <rect>
31 <x>0</x> 31 <x>0</x>
32 <y>0</y> 32 <y>0</y>
33 <width>262</width> 33 <width>260</width>
34 <height>321</height> 34 <height>321</height>
35 </rect> 35 </rect>
36 </property> 36 </property>
@@ -82,6 +82,14 @@
82 </sizepolicy> 82 </sizepolicy>
83 </property> 83 </property>
84 <property stdset="1"> 84 <property stdset="1">
85 <name>frameShape</name>
86 <enum>MShape</enum>
87 </property>
88 <property stdset="1">
89 <name>frameShadow</name>
90 <enum>MShadow</enum>
91 </property>
92 <property stdset="1">
85 <name>text</name> 93 <name>text</name>
86 <string>Progress:</string> 94 <string>Progress:</string>
87 </property> 95 </property>
@@ -484,4 +492,14 @@
484 <slot access="protected">dateChanged( int, int, int )</slot> 492 <slot access="protected">dateChanged( int, int, int )</slot>
485 <slot access="protected">slotCopy()</slot> 493 <slot access="protected">slotCopy()</slot>
486</connections> 494</connections>
495<tabstops>
496 <tabstop>comboPriority</tabstop>
497 <tabstop>checkCompleted</tabstop>
498 <tabstop>checkDate</tabstop>
499 <tabstop>buttonDate</tabstop>
500 <tabstop>cmbProg</tabstop>
501 <tabstop>comboCategory</tabstop>
502 <tabstop>lneSum</tabstop>
503 <tabstop>txtTodo</tabstop>
504</tabstops>
487</UI> 505</UI>