@@ -75,9 +75,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
75 | */ |
|
75 | */ | |
76 | /*! |
|
76 | /*! | |
77 | \qmlproperty SomeModel VBarModelMapper::model |
|
77 | \qmlproperty SomeModel VBarModelMapper::model | |
78 |
The QAbstractItemModel based model that is used by the mapper. You need to implement the model |
|
78 | The QAbstractItemModel based model that is used by the mapper. You need to implement the model | |
79 |
|
|
79 | and expose it to QML. Note: the model has to support adding/removing rows/columns and modifying | |
80 |
|
|
80 | the data of the cells. | |
81 | */ |
|
81 | */ | |
82 |
|
82 | |||
83 | /*! |
|
83 | /*! |
General Comments 0
You need to be logged in to leave comments.
Login now