@@ -56,14 +56,6 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
56 | */ |
|
56 | */ | |
57 |
|
57 | |||
58 | /*! |
|
58 | /*! | |
59 | \fn bool QAbstractSeries::setModel(QAbstractItemModel *model) |
|
|||
60 | \brief Use the \a model to provide data for the series. The model overrides possible user data |
|
|||
61 | set with QChartSeries type specific data setters. For example if you call both |
|
|||
62 | QScatterSeries::addData() and QScatterSeries::setModel, only the data provided by the model is |
|
|||
63 | used by the series. Returns true if the model is valid for the series. |
|
|||
64 | */ |
|
|||
65 |
|
||||
66 | /*! |
|
|||
67 | \property QAbstractSeries::name |
|
59 | \property QAbstractSeries::name | |
68 | \brief name of the series property |
|
60 | \brief name of the series property | |
69 | */ |
|
61 | */ |
General Comments 0
You need to be logged in to leave comments.
Login now