-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 @@ -29,9 +29,9 @@ <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>262</width> + <width>260</width> <height>321</height> </rect> </property> <property stdset="1"> @@ -81,8 +81,16 @@ <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> @@ -483,5 +491,15 @@ <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> |