SorterContainer QML Type

Abstract interface for types containing Sorters. More...

Import Statement: import SortFilterProxyModel .

Attached Properties

Detailed Description

Types implementing this interface:

SortFilterProxyModel

Filters and sorts data coming from a source QAbstractItemModel

Attached Property Documentation

SorterContainer.container : bool

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