The Todo element provides a task which should be completed. More...
The Todo element is part of the QtMobility.organizer 1.1 module.
See also OrganizerItem, Event, EventOccurrence, Journal, TodoOccurrence, Note, and QOrganizerTodo.
read-onlyallDay : bool |
This property indicates whether the time-of-day component of the Todo's start date-time or due date-time is insignificant. If allDay is true, the time-of-day component is considered insignificant, and the todo will be an all-day item.
This documentation was introduced in Qt Mobility Mobility 1.1.
read-onlydueDateTime : date |
This property holds the date time by which the task should be completed.
This documentation was introduced in Qt Mobility Mobility 1.1.
read-onlyfinishedDateTime : date |
This property holds the date and time at which the task was completed, if known.
This documentation was introduced in Qt Mobility Mobility 1.1.
read-onlypriority : enumeration |
This property holds the priority of the todo item. The value can be one of:
This documentation was introduced in Qt Mobility Mobility 1.1.
See also Priority.
read-onlyprogressPercentage : int |
This property holds the percentage of progress completed on the task described by the todo item.
This documentation was introduced in Qt Mobility Mobility 1.1.
recurrence : Recurrence |
This property holds the recurrence element of the todo item.
This documentation was introduced in Qt Mobility Mobility 1.1.
read-onlystartDateTime : date |
This property holds the date time at which the task should be started.
This documentation was introduced in Qt Mobility Mobility 1.1.
status : enumeration |
This property holds the progress status of the task described by the todo. The value can be one of:
This documentation was introduced in Qt Mobility Mobility 1.1.
See also TodoProgress.