-rw-r--r-- | core/pim/todo/todoentry.ui | 415 |
1 files changed, 195 insertions, 220 deletions
diff --git a/core/pim/todo/todoentry.ui b/core/pim/todo/todoentry.ui index 4d49b7a..efcc407 100644 --- a/core/pim/todo/todoentry.ui +++ b/core/pim/todo/todoentry.ui | |||
@@ -31,6 +31,6 @@ | |||
31 | <x>0</x> | 31 | <x>0</x> |
32 | <y>0</y> | 32 | <y>0</y> |
33 | <width>260</width> | 33 | <width>342</width> |
34 | <height>321</height> | 34 | <height>445</height> |
35 | </rect> | 35 | </rect> |
36 | </property> | 36 | </property> |
@@ -45,20 +45,23 @@ | |||
45 | <name>layoutSpacing</name> | 45 | <name>layoutSpacing</name> |
46 | </property> | 46 | </property> |
47 | <grid> | 47 | <vbox> |
48 | <property stdset="1"> | 48 | <property stdset="1"> |
49 | <name>margin</name> | 49 | <name>margin</name> |
50 | <number>11</number> | 50 | <number>4</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>4</number> |
55 | </property> | 55 | </property> |
56 | <widget row="2" column="0" > | 56 | <widget> |
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>Layout18</cstring> |
61 | </property> | 61 | </property> |
62 | <hbox> | 62 | <property> |
63 | <name>layoutSpacing</name> | ||
64 | </property> | ||
65 | <grid> | ||
63 | <property stdset="1"> | 66 | <property stdset="1"> |
64 | <name>margin</name> | 67 | <name>margin</name> |
@@ -67,11 +70,11 @@ | |||
67 | <property stdset="1"> | 70 | <property stdset="1"> |
68 | <name>spacing</name> | 71 | <name>spacing</name> |
69 | <number>6</number> | 72 | <number>4</number> |
70 | </property> | 73 | </property> |
71 | <widget> | 74 | <widget row="4" column="0" > |
72 | <class>QLabel</class> | 75 | <class>QLabel</class> |
73 | <property stdset="1"> | 76 | <property stdset="1"> |
74 | <name>name</name> | 77 | <name>name</name> |
75 | <cstring>txtProg</cstring> | 78 | <cstring>TextLabel1</cstring> |
76 | </property> | 79 | </property> |
77 | <property stdset="1"> | 80 | <property stdset="1"> |
@@ -79,113 +82,171 @@ | |||
79 | <sizepolicy> | 82 | <sizepolicy> |
80 | <hsizetype>1</hsizetype> | 83 | <hsizetype>1</hsizetype> |
81 | <vsizetype>0</vsizetype> | 84 | <vsizetype>1</vsizetype> |
82 | </sizepolicy> | 85 | </sizepolicy> |
83 | </property> | 86 | </property> |
84 | <property stdset="1"> | 87 | <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"> | ||
93 | <name>text</name> | 88 | <name>text</name> |
94 | <string>Progress:</string> | 89 | <string>Summary:</string> |
95 | </property> | 90 | </property> |
96 | </widget> | 91 | </widget> |
97 | <widget> | 92 | <widget row="3" column="1" > |
98 | <class>QComboBox</class> | 93 | <class>QPushButton</class> |
99 | <item> | ||
100 | <property> | ||
101 | <name>text</name> | ||
102 | <string>0%</string> | ||
103 | </property> | ||
104 | </item> | ||
105 | <item> | ||
106 | <property> | ||
107 | <name>text</name> | ||
108 | <string>20%</string> | ||
109 | </property> | ||
110 | </item> | ||
111 | <item> | ||
112 | <property> | ||
113 | <name>text</name> | ||
114 | <string>40%</string> | ||
115 | </property> | ||
116 | </item> | ||
117 | <item> | ||
118 | <property> | ||
119 | <name>text</name> | ||
120 | <string>60%</string> | ||
121 | </property> | ||
122 | </item> | ||
123 | <item> | ||
124 | <property> | ||
125 | <name>text</name> | ||
126 | <string>80%</string> | ||
127 | </property> | ||
128 | </item> | ||
129 | <item> | ||
130 | <property> | ||
131 | <name>text</name> | ||
132 | <string>100%</string> | ||
133 | </property> | ||
134 | </item> | ||
135 | <property stdset="1"> | 94 | <property stdset="1"> |
136 | <name>name</name> | 95 | <name>name</name> |
137 | <cstring>cmbProg</cstring> | 96 | <cstring>buttonDate</cstring> |
138 | </property> | 97 | </property> |
139 | <property stdset="1"> | 98 | <property stdset="1"> |
140 | <name>sizePolicy</name> | 99 | <name>enabled</name> |
141 | <sizepolicy> | 100 | <bool>false</bool> |
142 | <hsizetype>0</hsizetype> | ||
143 | <vsizetype>0</vsizetype> | ||
144 | </sizepolicy> | ||
145 | </property> | 101 | </property> |
146 | <property stdset="1"> | 102 | <property stdset="1"> |
147 | <name>maximumSize</name> | 103 | <name>text</name> |
148 | <size> | 104 | <string>1 Jan 2001</string> |
149 | <width>45</width> | ||
150 | <height>32767</height> | ||
151 | </size> | ||
152 | </property> | 105 | </property> |
153 | </widget> | 106 | </widget> |
154 | </hbox> | 107 | <widget row="2" column="1" > |
155 | </widget> | 108 | <class>QLayoutWidget</class> |
156 | <widget row="0" column="0" > | ||
157 | <class>QLayoutWidget</class> | ||
158 | <property stdset="1"> | ||
159 | <name>name</name> | ||
160 | <cstring>Layout20</cstring> | ||
161 | </property> | ||
162 | <hbox> | ||
163 | <property stdset="1"> | ||
164 | <name>margin</name> | ||
165 | <number>0</number> | ||
166 | </property> | ||
167 | <property stdset="1"> | ||
168 | <name>spacing</name> | ||
169 | <number>6</number> | ||
170 | </property> | ||
171 | <widget> | ||
172 | <class>QLabel</class> | ||
173 | <property stdset="1"> | 109 | <property stdset="1"> |
174 | <name>name</name> | 110 | <name>name</name> |
175 | <cstring>TextLabel2</cstring> | 111 | <cstring>Layout15</cstring> |
176 | </property> | 112 | </property> |
177 | <property stdset="1"> | 113 | <property> |
178 | <name>sizePolicy</name> | 114 | <name>layoutSpacing</name> |
179 | <sizepolicy> | ||
180 | <hsizetype>1</hsizetype> | ||
181 | <vsizetype>0</vsizetype> | ||
182 | </sizepolicy> | ||
183 | </property> | 115 | </property> |
116 | <hbox> | ||
117 | <property stdset="1"> | ||
118 | <name>margin</name> | ||
119 | <number>0</number> | ||
120 | </property> | ||
121 | <property stdset="1"> | ||
122 | <name>spacing</name> | ||
123 | <number>4</number> | ||
124 | </property> | ||
125 | <widget> | ||
126 | <class>QComboBox</class> | ||
127 | <item> | ||
128 | <property> | ||
129 | <name>text</name> | ||
130 | <string>0%</string> | ||
131 | </property> | ||
132 | </item> | ||
133 | <item> | ||
134 | <property> | ||
135 | <name>text</name> | ||
136 | <string>20%</string> | ||
137 | </property> | ||
138 | </item> | ||
139 | <item> | ||
140 | <property> | ||
141 | <name>text</name> | ||
142 | <string>40%</string> | ||
143 | </property> | ||
144 | </item> | ||
145 | <item> | ||
146 | <property> | ||
147 | <name>text</name> | ||
148 | <string>60%</string> | ||
149 | </property> | ||
150 | </item> | ||
151 | <item> | ||
152 | <property> | ||
153 | <name>text</name> | ||
154 | <string>80%</string> | ||
155 | </property> | ||
156 | </item> | ||
157 | <item> | ||
158 | <property> | ||
159 | <name>text</name> | ||
160 | <string>100%</string> | ||
161 | </property> | ||
162 | </item> | ||
163 | <property stdset="1"> | ||
164 | <name>name</name> | ||
165 | <cstring>cmbProg</cstring> | ||
166 | </property> | ||
167 | <property stdset="1"> | ||
168 | <name>sizePolicy</name> | ||
169 | <sizepolicy> | ||
170 | <hsizetype>7</hsizetype> | ||
171 | <vsizetype>0</vsizetype> | ||
172 | </sizepolicy> | ||
173 | </property> | ||
174 | <property stdset="1"> | ||
175 | <name>maximumSize</name> | ||
176 | <size> | ||
177 | <width>32767</width> | ||
178 | <height>32767</height> | ||
179 | </size> | ||
180 | </property> | ||
181 | </widget> | ||
182 | <widget> | ||
183 | <class>QCheckBox</class> | ||
184 | <property stdset="1"> | ||
185 | <name>name</name> | ||
186 | <cstring>checkCompleted</cstring> | ||
187 | </property> | ||
188 | <property stdset="1"> | ||
189 | <name>text</name> | ||
190 | <string>&Completed</string> | ||
191 | </property> | ||
192 | </widget> | ||
193 | </hbox> | ||
194 | </widget> | ||
195 | <widget row="4" column="1" > | ||
196 | <class>QLayoutWidget</class> | ||
184 | <property stdset="1"> | 197 | <property stdset="1"> |
185 | <name>text</name> | 198 | <name>name</name> |
186 | <string>Priority:</string> | 199 | <cstring>Layout17</cstring> |
200 | </property> | ||
201 | <property> | ||
202 | <name>layoutSpacing</name> | ||
187 | </property> | 203 | </property> |
204 | <hbox> | ||
205 | <property stdset="1"> | ||
206 | <name>margin</name> | ||
207 | <number>0</number> | ||
208 | </property> | ||
209 | <property stdset="1"> | ||
210 | <name>spacing</name> | ||
211 | <number>4</number> | ||
212 | </property> | ||
213 | <widget> | ||
214 | <class>QLineEdit</class> | ||
215 | <property stdset="1"> | ||
216 | <name>name</name> | ||
217 | <cstring>lneSum</cstring> | ||
218 | </property> | ||
219 | </widget> | ||
220 | <widget> | ||
221 | <class>OClickableLabel</class> | ||
222 | <property stdset="1"> | ||
223 | <name>name</name> | ||
224 | <cstring>lblDown</cstring> | ||
225 | </property> | ||
226 | <property stdset="1"> | ||
227 | <name>sizePolicy</name> | ||
228 | <sizepolicy> | ||
229 | <hsizetype>0</hsizetype> | ||
230 | <vsizetype>0</vsizetype> | ||
231 | </sizepolicy> | ||
232 | </property> | ||
233 | <property stdset="1"> | ||
234 | <name>minimumSize</name> | ||
235 | <size> | ||
236 | <width>20</width> | ||
237 | <height>20</height> | ||
238 | </size> | ||
239 | </property> | ||
240 | <property stdset="1"> | ||
241 | <name>maximumSize</name> | ||
242 | <size> | ||
243 | <width>20</width> | ||
244 | <height>20</height> | ||
245 | </size> | ||
246 | </property> | ||
247 | </widget> | ||
248 | </hbox> | ||
188 | </widget> | 249 | </widget> |
189 | <widget> | 250 | <widget row="0" column="1" > |
190 | <class>QComboBox</class> | 251 | <class>QComboBox</class> |
191 | <item> | 252 | <item> |
@@ -226,5 +287,5 @@ | |||
226 | <name>sizePolicy</name> | 287 | <name>sizePolicy</name> |
227 | <sizepolicy> | 288 | <sizepolicy> |
228 | <hsizetype>0</hsizetype> | 289 | <hsizetype>1</hsizetype> |
229 | <vsizetype>0</vsizetype> | 290 | <vsizetype>0</vsizetype> |
230 | </sizepolicy> | 291 | </sizepolicy> |
@@ -235,26 +296,9 @@ | |||
235 | </property> | 296 | </property> |
236 | </widget> | 297 | </widget> |
237 | </hbox> | 298 | <widget row="0" column="0" > |
238 | </widget> | ||
239 | <widget row="4" column="0" > | ||
240 | <class>QLayoutWidget</class> | ||
241 | <property stdset="1"> | ||
242 | <name>name</name> | ||
243 | <cstring>Layout30</cstring> | ||
244 | </property> | ||
245 | <hbox> | ||
246 | <property stdset="1"> | ||
247 | <name>margin</name> | ||
248 | <number>0</number> | ||
249 | </property> | ||
250 | <property stdset="1"> | ||
251 | <name>spacing</name> | ||
252 | <number>6</number> | ||
253 | </property> | ||
254 | <widget> | ||
255 | <class>QLabel</class> | 299 | <class>QLabel</class> |
256 | <property stdset="1"> | 300 | <property stdset="1"> |
257 | <name>name</name> | 301 | <name>name</name> |
258 | <cstring>TextLabel1</cstring> | 302 | <cstring>TextLabel2</cstring> |
259 | </property> | 303 | </property> |
260 | <property stdset="1"> | 304 | <property stdset="1"> |
@@ -262,76 +306,39 @@ | |||
262 | <sizepolicy> | 306 | <sizepolicy> |
263 | <hsizetype>1</hsizetype> | 307 | <hsizetype>1</hsizetype> |
264 | <vsizetype>0</vsizetype> | 308 | <vsizetype>1</vsizetype> |
265 | </sizepolicy> | 309 | </sizepolicy> |
266 | </property> | 310 | </property> |
267 | <property stdset="1"> | 311 | <property stdset="1"> |
268 | <name>text</name> | 312 | <name>text</name> |
269 | <string>Summary:</string> | 313 | <string>Priority:</string> |
270 | </property> | ||
271 | </widget> | ||
272 | <widget> | ||
273 | <class>QLineEdit</class> | ||
274 | <property stdset="1"> | ||
275 | <name>name</name> | ||
276 | <cstring>lneSum</cstring> | ||
277 | </property> | 314 | </property> |
278 | </widget> | 315 | </widget> |
279 | <widget> | 316 | <widget row="2" column="0" > |
280 | <class>OClickableLabel</class> | 317 | <class>QLabel</class> |
281 | <property stdset="1"> | 318 | <property stdset="1"> |
282 | <name>name</name> | 319 | <name>name</name> |
283 | <cstring>lblDown</cstring> | 320 | <cstring>txtProg</cstring> |
284 | </property> | 321 | </property> |
285 | <property stdset="1"> | 322 | <property stdset="1"> |
286 | <name>sizePolicy</name> | 323 | <name>sizePolicy</name> |
287 | <sizepolicy> | 324 | <sizepolicy> |
288 | <hsizetype>0</hsizetype> | 325 | <hsizetype>1</hsizetype> |
289 | <vsizetype>0</vsizetype> | 326 | <vsizetype>1</vsizetype> |
290 | </sizepolicy> | 327 | </sizepolicy> |
291 | </property> | 328 | </property> |
292 | <property stdset="1"> | 329 | <property stdset="1"> |
293 | <name>minimumSize</name> | 330 | <name>frameShape</name> |
294 | <size> | 331 | <enum>MShape</enum> |
295 | <width>20</width> | ||
296 | <height>20</height> | ||
297 | </size> | ||
298 | </property> | ||
299 | <property stdset="1"> | ||
300 | <name>maximumSize</name> | ||
301 | <size> | ||
302 | <width>20</width> | ||
303 | <height>20</height> | ||
304 | </size> | ||
305 | </property> | 332 | </property> |
306 | </widget> | ||
307 | </hbox> | ||
308 | </widget> | ||
309 | <widget row="1" column="0" > | ||
310 | <class>QLayoutWidget</class> | ||
311 | <property stdset="1"> | ||
312 | <name>name</name> | ||
313 | <cstring>Layout21</cstring> | ||
314 | </property> | ||
315 | <hbox> | ||
316 | <property stdset="1"> | ||
317 | <name>margin</name> | ||
318 | <number>0</number> | ||
319 | </property> | ||
320 | <property stdset="1"> | ||
321 | <name>spacing</name> | ||
322 | <number>6</number> | ||
323 | </property> | ||
324 | <widget> | ||
325 | <class>QCheckBox</class> | ||
326 | <property stdset="1"> | 333 | <property stdset="1"> |
327 | <name>name</name> | 334 | <name>frameShadow</name> |
328 | <cstring>checkCompleted</cstring> | 335 | <enum>MShadow</enum> |
329 | </property> | 336 | </property> |
330 | <property stdset="1"> | 337 | <property stdset="1"> |
331 | <name>text</name> | 338 | <name>text</name> |
332 | <string>&Completed</string> | 339 | <string>Progress:</string> |
333 | </property> | 340 | </property> |
334 | </widget> | 341 | </widget> |
335 | <widget> | 342 | <widget row="3" column="0" > |
336 | <class>QCheckBox</class> | 343 | <class>QCheckBox</class> |
337 | <property stdset="1"> | 344 | <property stdset="1"> |
@@ -344,51 +351,5 @@ | |||
344 | </property> | 351 | </property> |
345 | </widget> | 352 | </widget> |
346 | <widget> | 353 | <widget row="1" column="0" > |
347 | <class>QPushButton</class> | ||
348 | <property stdset="1"> | ||
349 | <name>name</name> | ||
350 | <cstring>buttonDate</cstring> | ||
351 | </property> | ||
352 | <property stdset="1"> | ||
353 | <name>enabled</name> | ||
354 | <bool>false</bool> | ||
355 | </property> | ||
356 | <property stdset="1"> | ||
357 | <name>text</name> | ||
358 | <string>1 Jan 2001</string> | ||
359 | </property> | ||
360 | </widget> | ||
361 | </hbox> | ||
362 | </widget> | ||
363 | <widget row="5" column="0" > | ||
364 | <class>QMultiLineEdit</class> | ||
365 | <property stdset="1"> | ||
366 | <name>name</name> | ||
367 | <cstring>txtTodo</cstring> | ||
368 | </property> | ||
369 | <property stdset="1"> | ||
370 | <name>sizePolicy</name> | ||
371 | <sizepolicy> | ||
372 | <hsizetype>7</hsizetype> | ||
373 | <vsizetype>7</vsizetype> | ||
374 | </sizepolicy> | ||
375 | </property> | ||
376 | </widget> | ||
377 | <widget row="3" column="0" > | ||
378 | <class>QLayoutWidget</class> | ||
379 | <property stdset="1"> | ||
380 | <name>name</name> | ||
381 | <cstring>Layout33</cstring> | ||
382 | </property> | ||
383 | <hbox> | ||
384 | <property stdset="1"> | ||
385 | <name>margin</name> | ||
386 | <number>0</number> | ||
387 | </property> | ||
388 | <property stdset="1"> | ||
389 | <name>spacing</name> | ||
390 | <number>6</number> | ||
391 | </property> | ||
392 | <widget> | ||
393 | <class>QLabel</class> | 354 | <class>QLabel</class> |
394 | <property stdset="1"> | 355 | <property stdset="1"> |
@@ -400,5 +361,5 @@ | |||
400 | <sizepolicy> | 361 | <sizepolicy> |
401 | <hsizetype>1</hsizetype> | 362 | <hsizetype>1</hsizetype> |
402 | <vsizetype>0</vsizetype> | 363 | <vsizetype>1</vsizetype> |
403 | </sizepolicy> | 364 | </sizepolicy> |
404 | </property> | 365 | </property> |
@@ -412,5 +373,5 @@ | |||
412 | </property> | 373 | </property> |
413 | </widget> | 374 | </widget> |
414 | <widget> | 375 | <widget row="1" column="1" > |
415 | <class>CategorySelect</class> | 376 | <class>CategorySelect</class> |
416 | <property stdset="1"> | 377 | <property stdset="1"> |
@@ -433,7 +394,21 @@ | |||
433 | </property> | 394 | </property> |
434 | </widget> | 395 | </widget> |
435 | </hbox> | 396 | </grid> |
397 | </widget> | ||
398 | <widget> | ||
399 | <class>QMultiLineEdit</class> | ||
400 | <property stdset="1"> | ||
401 | <name>name</name> | ||
402 | <cstring>txtTodo</cstring> | ||
403 | </property> | ||
404 | <property stdset="1"> | ||
405 | <name>sizePolicy</name> | ||
406 | <sizepolicy> | ||
407 | <hsizetype>7</hsizetype> | ||
408 | <vsizetype>7</vsizetype> | ||
409 | </sizepolicy> | ||
410 | </property> | ||
436 | </widget> | 411 | </widget> |
437 | </grid> | 412 | </vbox> |
438 | </widget> | 413 | </widget> |
439 | <customwidgets> | 414 | <customwidgets> |