##// END OF EJS Templates
Remove QML Custom Model from documentation...
Titta Heikkala -
r2633:f1cc99933181
parent child
Show More
@@ -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 and expose it to
78 The QAbstractItemModel based model that is used by the mapper. You need to implement the model
79 QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
79 and expose it to QML. Note: the model has to support adding/removing rows/columns and modifying
80 and modifying the data of the cells.
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