##// END OF EJS Templates
Documented couple of missing parameters in QPieSeries
Tero Ahola -
r347:7cfd1fcf5481
parent child
Show More
@@ -353,7 +353,8 void QPieSeries::setLabelsVisible(bool visible)
353 }
353 }
354
354
355 /*!
355 /*!
356 Convenience method for exploding a slice when user clicks the pie.
356 Convenience method for exploding a slice when user clicks the pie. Set \a enable to true to
357 explode slices by clicking.
357
358
358 \sa QPieSlice::isExploded(), QPieSlice::setExploded(), QPieSlice::setExplodeDistance()
359 \sa QPieSlice::isExploded(), QPieSlice::setExploded(), QPieSlice::setExplodeDistance()
359 */
360 */
@@ -368,6 +369,7 void QPieSeries::enableClickExplodes(bool enable)
368 /*!
369 /*!
369 Convenience method for highlighting a slice when user hovers over the slice.
370 Convenience method for highlighting a slice when user hovers over the slice.
370 It changes the slice color to be lighter and shows the label of the slice.
371 It changes the slice color to be lighter and shows the label of the slice.
372 Set \a enable to true to highlight a slice when user hovers on top of it.
371
373
372 \sa QPieSlice::isExploded(), QPieSlice::setExploded()
374 \sa QPieSlice::isExploded(), QPieSlice::setExploded()
373 */
375 */
General Comments 0
You need to be logged in to leave comments. Login now