##// END OF EJS Templates
QAbstractAxis: docs fixes
Marek Rosa -
r1848:893302d52d66
parent child
Show More
@@ -72,12 +72,12 QTCOMMERCIALCHART_BEGIN_NAMESPACE
72 72 */
73 73
74 74 /*!
75 \property QAbstractAxis::arrowVisible
76 The visibility of the axis arrow
75 \property QAbstractAxis::lineVisible
76 The visibility of the axis line
77 77 */
78 78 /*!
79 \qmlproperty bool AbstractAxis::arrrowVisible
80 The visibility of the axis arrow
79 \qmlproperty bool AbstractAxis::lineVisible
80 The visibility of the axis line
81 81 */
82 82
83 83 /*!
@@ -183,12 +183,12 QTCOMMERCIALCHART_BEGIN_NAMESPACE
183 183 */
184 184
185 185 /*!
186 \fn void QAbstractAxis::arrowVisibleChanged(bool visible)
187 Visiblity of the axis arrow has changed to \a visible.
186 \fn void QAbstractAxis::lineVisibleChanged(bool visible)
187 Visiblity of the axis line has changed to \a visible.
188 188 */
189 189 /*!
190 \qmlsignal AbstractAxis::onArrowVisibleChanged(bool visible)
191 Visiblity of the axis arrow has changed to \a visible.
190 \qmlsignal AbstractAxis::onLineVisibleChanged(bool visible)
191 Visiblity of the axis line has changed to \a visible.
192 192 */
193 193
194 194 /*!
General Comments 0
You need to be logged in to leave comments. Login now