Qt Mobility Reference Documentation

QML DetailFilter Element

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

  • List of all members, including inherited members
  • Properties

    Detailed Description

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

    See also QOrganizerItemDetailFilter.

    Property Documentation

    detail : variant

    This property holds the detail type of which details will be matched to. The property value could be either the enumeration value of Detail::type or detail names.

    See also Detail::type.


    field : variant

    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, you can also set the value to be detail field names.

    See also EventTime, JournalTime, TodoTime, TodoProgress, Reminder, AudibleReminder, VisualReminder, EmailReminder, Comment, Description, DisplayLabel, Guid, Location, Parent, Priority, Recurrence, Timestamp, Type, and Tag.


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

    value : variant

    This property holds the value criterion of the detail filter.


    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.