class KDirSortFilterProxyModel


Table of contents
Modules
kio Classes
All Classes
Module kio
Namespace global
Class KDirSortFilterProxyModel
Inherits QSortFilterProxyModel

Acts as proxy model for KDirModel to sort and filter KFileItems.

A natural sorting is done. This means that items like: - item_10.png - item_1.png - item_2.png are sorted like - item_1.png - item_2.png - item_10.png

It is assured that directories are always sorted before files. Don't use it with non-KDirModel derivatives.

Author Dominic Battre, Martin Pool and Peter Penz



methods