Qt Mobility Reference Documentation

QML DetailFilter Element

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

Properties

Detailed Description

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

See also QOrganizerItemDetailFilter.


Property Documentation

detail : enumeration

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

See also ItemDetail::type.


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, and Tag.


matchFlags : enumeration

This property holds the semantics of the value matching criterion. The valid match flags include:

  • MatchExactly - Performs QVariant-based matching (default).
  • MatchContains - The search term is contained in the item.
  • MatchStartsWith - The search term matches the start of the item.
  • MatchEndsWith - The search term matches the end of the item.
  • MatchFixedString - Performs string-based matching. String-based comparisons are case-insensitive unless the MatchCaseSensitive flag is also specified.
  • MatchCaseSensitive - The search is case sensitive.

value : variant

This property holds the value criterion of the detail filter.


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.