QtMobility Reference Documentation

QML DetailFilter Element

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

This element was introduced in Mobility 1.1.

Properties

Detailed Description

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

See also QContactDetailFilter.

Property Documentation

detail : enumeration

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

This property group was introduced in Mobility 1.1.

See also ContactDetail::type.


read-onlyfield : 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.

This property group was introduced in Mobility 1.1.

See also Address, Anniversary, Avatar, Birthday, DisplayLabel, EmailAddress, Family, Favorite, Gender, GeoLocation, GlobalPresence, Guid, Name, Nickname, Note, OnlineAccount, Organization, PhoneNumber, Presence, Ringtone, SyncTarget, Tag, Timestamp, Url, and Hobby.


read-onlymatchFlags : 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.

This property group was introduced in Mobility 1.1.


read-onlyvalue : variant

This property holds the value criterion of the detail filter.

This property group was introduced in Mobility 1.1.


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.