QtMobility Reference Documentation

QML DetailRangeFilter Element

The DetailRangeFilter element provides a filter based around a detail value range 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 QContactDetailRangeFilter.

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

This property group was introduced in Mobility 1.1.

See also DetailFilter::field.


read-onlymatchFlags : enumeration

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

This property group was introduced in Mobility 1.1.

See also DetailFilter::matchFlags.


read-onlymax : variant

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

This property group was introduced in Mobility 1.1.


read-onlymin : variant

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

This property group was introduced in Mobility 1.1.


read-onlyrangeFlags : enumeration

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

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.