QtMobility Reference Documentation

Contents

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.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 documentation was introduced in Qt Mobility 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 documentation was introduced in Qt Mobility 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 documentation was introduced in Qt Mobility 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 documentation was introduced in Qt Mobility 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 documentation was introduced in Qt Mobility 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 documentation was introduced in Qt Mobility Mobility 1.1.