@@ -72,12 +72,12 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
72 | */ |
|
72 | */ | |
73 |
|
73 | |||
74 | /*! |
|
74 | /*! | |
75 |
\property QAbstractAxis:: |
|
75 | \property QAbstractAxis::lineVisible | |
76 |
The visibility of the axis |
|
76 | The visibility of the axis line | |
77 | */ |
|
77 | */ | |
78 | /*! |
|
78 | /*! | |
79 |
\qmlproperty bool AbstractAxis:: |
|
79 | \qmlproperty bool AbstractAxis::lineVisible | |
80 |
The visibility of the axis |
|
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:: |
|
186 | \fn void QAbstractAxis::lineVisibleChanged(bool visible) | |
187 |
Visiblity of the axis |
|
187 | Visiblity of the axis line has changed to \a visible. | |
188 | */ |
|
188 | */ | |
189 | /*! |
|
189 | /*! | |
190 |
\qmlsignal AbstractAxis::on |
|
190 | \qmlsignal AbstractAxis::onLineVisibleChanged(bool visible) | |
191 |
Visiblity of the axis |
|
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