QtMobility Reference Documentation

Contents

QML GalleryStartsWithFilter Element

The GalleryStartsWithFilter element provides a filter which tests if a meta-data property starts with a string. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

    This element is part of the QtMobility.gallery 1.0 module.

     GalleryStartsWithFilter {
         property: "title"
         value: "the"
     }

    Property Documentation

    negated : bool

    This property holds whether the result of a filter should be negated.

    This documentation was introduced in Qt Mobility Mobility 1.1.


    property : string

    This property holds the name of the property to filter against.

    This documentation was introduced in Qt Mobility Mobility 1.1.


    value : variant

    This property holds the value to filter using.

    This documentation was introduced in Qt Mobility Mobility 1.1.