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>
21 lines
443 B
Prolog
21 lines
443 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS = qabstractitemmodel \
|
|
qstringlistmodel \
|
|
|
|
qtHaveModule(gui): SUBDIRS += \
|
|
qabstractproxymodel \
|
|
qconcatenatetablesproxymodel \
|
|
qidentityproxymodel \
|
|
qitemselectionmodel \
|
|
qsortfilterproxymodel_recursive \
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += \
|
|
qsortfilterproxymodel_regexp \
|
|
qsortfilterproxymodel_regularexpression
|
|
|
|
qtHaveModule(sql): SUBDIRS += \
|
|
qitemmodel
|
|
}
|