Abstract interface for types containing Filters. More...
| Import Statement: | import SortFilterProxyModel . | 
| Filter container accepting rows accepted by all its child filters | |
| Filter container accepting rows accepted by at least one of its child filters | |
| A role resolving to true for rows matching all its filters | |
| Sorts rows based on if they match filters | |
| Filters and sorts data coming from a source QAbstractItemModel | |
| A role using Filter to conditionnaly compute its data | 
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.