Wraps arbitrary QAbstractItemModel to be concatenated with other models within a ConcatModel. More...
Import Statement: | import QtModelsToolkit . |
It allows assigning a value of a special marker role in ConcatModel for the given model.
The value that will be exposed from the ConcatModel through the role named according to ConcatModel::markerRoleName for the entries coming from the model defined in SourceModel::model.
The model that will be concatenated with other models within ConcatModel.