Qt Mobility Reference Documentation

QML Todo Element

The Todo element provides a task which should be completed. More...

Properties

Detailed Description

The Todo element is part of the QtMobility.organizer 1.1 module.

See also OrganizerItem, Event, EventOccurrence, Journal, TodoOccurrence, Note, and QOrganizerTodo.


Property Documentation

allDay : 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.


dueDateTime : date

This property holds the date time by which the task should be completed.


finishedDateTime : date

This property holds the date and time at which the task was completed, if known.


priority : enumeration

This property holds the priority of the todo item. The value can be one of:

  • Priority.Unknown
  • Priority.Highest
  • Priority.ExtremelyHigh
  • Priority.VeryHigh
  • Priority.High
  • Priority.Medium
  • Priority.Low
  • Priority.VeryLow
  • Priority.ExtremelyLow
  • Priority.Lowest

See also Priority.


progressPercentage : int

This property holds the percentage of progress completed on the task described by the todo item.


recurrence : ItemRecurrence

This property holds the recurrence element of the todo item.


startDateTime : date

This property holds the date time at which the task should be started.


status : enumeration

This property holds the progress status of the task described by the todo. The value can be one of:

See also TodoProgress.


X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.