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 | |||
@@ -21,25 +21,25 @@ | |||
21 | *********************************************************************</comment> | 21 | *********************************************************************</comment> |
22 | <widget> | 22 | <widget> |
23 | <class>QDialog</class> | 23 | <class>QDialog</class> |
24 | <property stdset="1"> | 24 | <property stdset="1"> |
25 | <name>name</name> | 25 | <name>name</name> |
26 | <cstring>NewTaskDialogBase</cstring> | 26 | <cstring>NewTaskDialogBase</cstring> |
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> |
40 | </property> | 40 | </property> |
41 | <property> | 41 | <property> |
42 | <name>layoutMargin</name> | 42 | <name>layoutMargin</name> |
43 | </property> | 43 | </property> |
44 | <property> | 44 | <property> |
45 | <name>layoutSpacing</name> | 45 | <name>layoutSpacing</name> |
@@ -73,24 +73,32 @@ | |||
73 | <property stdset="1"> | 73 | <property stdset="1"> |
74 | <name>name</name> | 74 | <name>name</name> |
75 | <cstring>txtProg</cstring> | 75 | <cstring>txtProg</cstring> |
76 | </property> | 76 | </property> |
77 | <property stdset="1"> | 77 | <property stdset="1"> |
78 | <name>sizePolicy</name> | 78 | <name>sizePolicy</name> |
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> |
91 | <item> | 99 | <item> |
92 | <property> | 100 | <property> |
93 | <name>text</name> | 101 | <name>text</name> |
94 | <string>0%</string> | 102 | <string>0%</string> |
95 | </property> | 103 | </property> |
96 | </item> | 104 | </item> |
@@ -475,13 +483,23 @@ | |||
475 | <slot>setEnabled(bool)</slot> | 483 | <slot>setEnabled(bool)</slot> |
476 | </connection> | 484 | </connection> |
477 | <connection> | 485 | <connection> |
478 | <sender>lblDown</sender> | 486 | <sender>lblDown</sender> |
479 | <signal>clicked()</signal> | 487 | <signal>clicked()</signal> |
480 | <receiver>NewTaskDialogBase</receiver> | 488 | <receiver>NewTaskDialogBase</receiver> |
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> |