FilterContainer QML Type

Abstract interface for types containing Filters. More...

Import Statement: import SortFilterProxyModel .

Attached Properties

Detailed Description

Types implementing this interface:

AllOf

Filter container accepting rows accepted by all its child filters

AnyOf

Filter container accepting rows accepted by at least one of its child filters

FilterRole

A role resolving to true for rows matching all its filters

FilterSorter

Sorts rows based on if they match filters

SortFilterProxyModel

Filters and sorts data coming from a source QAbstractItemModel

SwitchRole

A role using Filter to conditionnaly compute its data

Attached Property Documentation

FilterContainer.container : bool

This attached property allows you to include in a FilterContainer a Filter that has been instantiated outside of the FilterContainer, for example in an Instantiator.