qt5base-lts/tests/manual/widgets/itemviews/itemviews.pro
David Faure c82ab86cea New proxy model: QConcatenateTablesProxyModel
It takes multiple source models and concatenates their rows into a single model.

With full unit tests.

[ChangeLog][QtCore] New class QConcatenateTablesProxyModel, to
concatenate the rows from multiple source models.

Change-Id: Iaf4f325473adef106f423677fdc5ee0e35e87d35
Reviewed-by: Luca Beldi <v.ronin@yahoo.it>
Reviewed-by: Sérgio Martins <sergio.martins@kdab.com>
2018-09-09 10:13:06 +00:00

9 lines
150 B
Prolog

TEMPLATE = subdirs
SUBDIRS = delegate \
qconcatenatetablesproxymodel \
qheaderview \
qtreeview \
qtreewidget \
tableview-span-navigation \