Qt Mobility Reference Documentation

QML DetailRangeFilter Element

The DetailRangeFilter element provides a filter based around a detail value range criterion. More...

Properties

Detailed Description

This element is part of the QtMobility.organizer 1.1 module.

See also QOrganizerItemDetailRangeFilter.


Property Documentation

detail : enumeration

This property holds the detail type of which details will be matched to.

See also ItemDetail::type and DetailFilter::detail.


field : int

This property holds the detail field type of which detail fields will be matched to. Detail field types are enumeration values defined in each detail elements.

See also EventTime, JournalTime, TodoTime, TodoProgress, Reminder, AudibleReminder, VisualReminder, EmailReminder, Comment, Description, DisplayLabel, Guid, Location, Parent, Priority, Recurrence, Timestamp, Type, Tag, and DetailFilter::field.


matchFlags : enumeration

This property holds the match flags of the criterion, which define semantics such as case sensitivity, and exact matching.

See also DetailFilter::matchFlags.


max : variant

This property holds the upper bound of the value range criterion. By default, there is no upper bound.


min : variant

This property holds the lower bound of the value range criterion. By default, there is no lower bound.


rangeFlags : enumeration

This property holds a set of flags which defines the boundary condition semantics of the value range criterion. The valid range flags include:


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.