QtMobility Reference Documentation

Contents

QML GalleryGreaterThanEqualsFilter Element

The GalleryGreaterThanEqualsFilter element provides a filter which tests if a meta-data property is greater than or equal to a value. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

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

     GalleryGreaterThanEqualsFilter {
         property: "lastAccessed"
         value: 2008-01-01T00:00:00
     }

    Property Documentation

    negated : bool

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


    property : string

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


    value : variant

    This property holds the value to filter using.