SourceModel QML Type

Wraps arbitrary QAbstractItemModel to be concatenated with other models within a ConcatModel. More...

Import Statement: import QtModelsToolkit .

Properties

Detailed Description

It allows assigning a value of a special marker role in ConcatModel for the given model.

Property Documentation

markerRoleValue : any

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.


model : any

The model that will be concatenated with other models within ConcatModel.