SumAggregator QML Type

Single role aggregator calculating sum of values for a given role. More...

Import Statement: import QtModelsToolkit .
Inherits:

SingleRoleAggregator

Properties

Detailed Description

Internally this aggregator uses double type to accumulate the value.

Property Documentation

model : any

The source model used for aggregation.


roleName : any

Name of the role used for aggregation.


value : any

The value computed from the model.