summaryrefslogtreecommitdiff
Unidiff
Diffstat (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
@@ -1,132 +1,140 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>NewTaskDialogBase</class> 2<class>NewTaskDialogBase</class>
3<comment>********************************************************************* 3<comment>*********************************************************************
4** Copyright (C) 2000 Trolltech AS. All rights reserved. 4** Copyright (C) 2000 Trolltech AS. All rights reserved.
5** 5**
6** This file is part of Qtopia Environment. 6** This file is part of Qtopia Environment.
7** 7**
8** This file may be distributed and/or modified under the terms of the 8** This file may be distributed and/or modified under the terms of the
9** GNU General Public License version 2 as published by the Free Software 9** GNU General Public License version 2 as published by the Free Software
10** Foundation and appearing in the file LICENSE.GPL included in the 10** Foundation and appearing in the file LICENSE.GPL included in the
11** packaging of this file. 11** packaging of this file.
12** 12**
13** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 13** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
14** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 14** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15** 15**
16** See http://www.trolltech.com/gpl/ for GPL licensing information. 16** See http://www.trolltech.com/gpl/ for GPL licensing information.
17** 17**
18** Contact info@trolltech.com if any conditions of this licensing are 18** Contact info@trolltech.com if any conditions of this licensing are
19** not clear to you. 19** not clear to you.
20** 20**
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>
46 </property> 46 </property>
47 <grid> 47 <grid>
48 <property stdset="1"> 48 <property stdset="1">
49 <name>margin</name> 49 <name>margin</name>
50 <number>11</number> 50 <number>11</number>
51 </property> 51 </property>
52 <property stdset="1"> 52 <property stdset="1">
53 <name>spacing</name> 53 <name>spacing</name>
54 <number>6</number> 54 <number>6</number>
55 </property> 55 </property>
56 <widget row="2" column="0" > 56 <widget row="2" column="0" >
57 <class>QLayoutWidget</class> 57 <class>QLayoutWidget</class>
58 <property stdset="1"> 58 <property stdset="1">
59 <name>name</name> 59 <name>name</name>
60 <cstring>Layout19</cstring> 60 <cstring>Layout19</cstring>
61 </property> 61 </property>
62 <hbox> 62 <hbox>
63 <property stdset="1"> 63 <property stdset="1">
64 <name>margin</name> 64 <name>margin</name>
65 <number>0</number> 65 <number>0</number>
66 </property> 66 </property>
67 <property stdset="1"> 67 <property stdset="1">
68 <name>spacing</name> 68 <name>spacing</name>
69 <number>6</number> 69 <number>6</number>
70 </property> 70 </property>
71 <widget> 71 <widget>
72 <class>QLabel</class> 72 <class>QLabel</class>
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>
97 <item> 105 <item>
98 <property> 106 <property>
99 <name>text</name> 107 <name>text</name>
100 <string>20%</string> 108 <string>20%</string>
101 </property> 109 </property>
102 </item> 110 </item>
103 <item> 111 <item>
104 <property> 112 <property>
105 <name>text</name> 113 <name>text</name>
106 <string>40%</string> 114 <string>40%</string>
107 </property> 115 </property>
108 </item> 116 </item>
109 <item> 117 <item>
110 <property> 118 <property>
111 <name>text</name> 119 <name>text</name>
112 <string>60%</string> 120 <string>60%</string>
113 </property> 121 </property>
114 </item> 122 </item>
115 <item> 123 <item>
116 <property> 124 <property>
117 <name>text</name> 125 <name>text</name>
118 <string>80%</string> 126 <string>80%</string>
119 </property> 127 </property>
120 </item> 128 </item>
121 <item> 129 <item>
122 <property> 130 <property>
123 <name>text</name> 131 <name>text</name>
124 <string>100%</string> 132 <string>100%</string>
125 </property> 133 </property>
126 </item> 134 </item>
127 <property stdset="1"> 135 <property stdset="1">
128 <name>name</name> 136 <name>name</name>
129 <cstring>cmbProg</cstring> 137 <cstring>cmbProg</cstring>
130 </property> 138 </property>
131 <property stdset="1"> 139 <property stdset="1">
132 <name>sizePolicy</name> 140 <name>sizePolicy</name>
@@ -439,49 +447,59 @@
439 <container>0</container> 447 <container>0</container>
440 <sizepolicy> 448 <sizepolicy>
441 <hordata>7</hordata> 449 <hordata>7</hordata>
442 <verdata>1</verdata> 450 <verdata>1</verdata>
443 </sizepolicy> 451 </sizepolicy>
444 <pixmap>image0</pixmap> 452 <pixmap>image0</pixmap>
445 </customwidget> 453 </customwidget>
446 <customwidget> 454 <customwidget>
447 <class>OClickableLabel</class> 455 <class>OClickableLabel</class>
448 <header location="global">opie/oclickablelabel.h</header> 456 <header location="global">opie/oclickablelabel.h</header>
449 <sizehint> 457 <sizehint>
450 <width>-1</width> 458 <width>-1</width>
451 <height>-1</height> 459 <height>-1</height>
452 </sizehint> 460 </sizehint>
453 <container>0</container> 461 <container>0</container>
454 <sizepolicy> 462 <sizepolicy>
455 <hordata>5</hordata> 463 <hordata>5</hordata>
456 <verdata>5</verdata> 464 <verdata>5</verdata>
457 </sizepolicy> 465 </sizepolicy>
458 <pixmap>image0</pixmap> 466 <pixmap>image0</pixmap>
459 <signal>clicked()</signal> 467 <signal>clicked()</signal>
460 <signal>toggled(bool)</signal> 468 <signal>toggled(bool)</signal>
461 <slot access="public">slotOn(bool)</slot> 469 <slot access="public">slotOn(bool)</slot>
462 </customwidget> 470 </customwidget>
463</customwidgets> 471</customwidgets>
464<images> 472<images>
465 <image> 473 <image>
466 <name>image0</name> 474 <name>image0</name>
467 <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data> 475 <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
468 </image> 476 </image>
469</images> 477</images>
470<connections> 478<connections>
471 <connection> 479 <connection>
472 <sender>checkDate</sender> 480 <sender>checkDate</sender>
473 <signal>toggled(bool)</signal> 481 <signal>toggled(bool)</signal>
474 <receiver>buttonDate</receiver> 482 <receiver>buttonDate</receiver>
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 &amp; )</slot> 491 <slot access="protected">dateChanged( const QString &amp; )</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>