c82ab86cea
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>
9 lines
107 B
Prolog
9 lines
107 B
Prolog
|
|
TEMPLATE = app
|
|
TARGET = qconcatenatetablesproxymodel
|
|
INCLUDEPATH += .
|
|
|
|
QT += widgets
|
|
|
|
SOURCES += main.cpp
|