Skip to content

Make KDescendantsProxyModel work with incrementally populated models

Tino Lorenz requested to merge tilorenz/kitemmodels:iterModel into master

Make KDescendantsProxyModel work with incrementally populated models, that is, models that load in content when fetchMore() is called.

A concrete use case for this is to connect a KDirModel to a kirigami-extras TreeView.

Merge request reports