##// END OF EJS Templates
qml abstract series doc fix
sauimone -
r1658:1437aeb23566
parent child
Show More
@@ -77,7 +77,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE
77 This signal is emitted when the series name changes.
77 This signal is emitted when the series name changes.
78 */
78 */
79 /*!
79 /*!
80 \qmlsignal AbstractSeries::nameChanged()
80 \qmlsignal AbstractSeries::onNameChanged()
81 This signal is emitted when the series name changes.
81 This signal is emitted when the series name changes.
82 */
82 */
83
83
@@ -85,12 +85,19 QTCOMMERCIALCHART_BEGIN_NAMESPACE
85 \property QAbstractSeries::visible
85 \property QAbstractSeries::visible
86 \brief whether the series is visible or not; true by default.
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 \fn void QAbstractSeries::visibleChanged()
94 \fn void QAbstractSeries::visibleChanged()
91 Emitted when the series visibility changes.
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 \internal
102 \internal
96 \brief Constructs ChartSeries object with \a parent.
103 \brief Constructs ChartSeries object with \a parent.
General Comments 0
You need to be logged in to leave comments. Login now