class KCategorizedSortFilterProxyModel


Module kdeui
Namespace
Class KCategorizedSortFilterProxyModel
Inherits QSortFilterProxyModel
This class lets you categorize a view. It is meant to be used along with KCategorizedView class.

In general terms all you need to do is to reimplement subSortLessThan() and compareCategories() methods. In order to make categorization work, you need to also call setCategorizedModel() class to enable it, since the categorization is disabled by default.

See also KCategorizedView

Author Rafael Fernández López



enums

enum details

methods