author | eilers <eilers> | 2002-07-01 16:15:42 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-07-01 16:15:42 (UTC) |
commit | dbdd9ea2e38fbe280fc4d648fbd3709e101d7eed (patch) (unidiff) | |
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 | |||
@@ -27,13 +27,13 @@ | |||
27 | </property> | 27 | </property> |
28 | <property stdset="1"> | 28 | <property stdset="1"> |
29 | <name>geometry</name> | 29 | <name>geometry</name> |
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> |
37 | <property stdset="1"> | 37 | <property stdset="1"> |
38 | <name>caption</name> | 38 | <name>caption</name> |
39 | <string>New Task</string> | 39 | <string>New Task</string> |
@@ -79,12 +79,20 @@ | |||
79 | <sizepolicy> | 79 | <sizepolicy> |
80 | <hsizetype>1</hsizetype> | 80 | <hsizetype>1</hsizetype> |
81 | <vsizetype>0</vsizetype> | 81 | <vsizetype>0</vsizetype> |
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> |
88 | </widget> | 96 | </widget> |
89 | <widget> | 97 | <widget> |
90 | <class>QComboBox</class> | 98 | <class>QComboBox</class> |
@@ -481,7 +489,17 @@ | |||
481 | <slot>slotCopy()</slot> | 489 | <slot>slotCopy()</slot> |
482 | </connection> | 490 | </connection> |
483 | <slot access="protected">dateChanged( const QString & )</slot> | 491 | <slot access="protected">dateChanged( const QString & )</slot> |
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> |