@@ -77,7 +77,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
77 | 77 | This signal is emitted when the series name changes. |
|
78 | 78 | */ |
|
79 | 79 | /*! |
|
80 | \qmlsignal AbstractSeries::nameChanged() | |
|
80 | \qmlsignal AbstractSeries::onNameChanged() | |
|
81 | 81 | This signal is emitted when the series name changes. |
|
82 | 82 | */ |
|
83 | 83 | |
@@ -85,12 +85,19 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
85 | 85 | \property QAbstractSeries::visible |
|
86 | 86 | \brief whether the series is visible or not; true by default. |
|
87 | 87 | */ |
|
88 | /*! | |
|
89 | \qmlproperty void AbstractSeries::visible | |
|
90 | Visibility of the series. True by default. | |
|
91 | */ | |
|
88 | 92 | |
|
89 | 93 | /*! |
|
90 | 94 | \fn void QAbstractSeries::visibleChanged() |
|
91 | 95 | Emitted when the series visibility changes. |
|
92 | 96 | */ |
|
93 | ||
|
97 | /*! | |
|
98 | \qmlsignal AbstractSeries::onVisibleChanged() | |
|
99 | Emitted when the series visibility changes. | |
|
100 | */ | |
|
94 | 101 | /*! |
|
95 | 102 | \internal |
|
96 | 103 | \brief Constructs ChartSeries object with \a parent. |
General Comments 0
You need to be logged in to leave comments.
Login now