##// END OF EJS Templates
Fix for hiding overloaded virtual functions...
Fix for hiding overloaded virtual functions ChartAxisElement::setGeometry(QRectF, QRectF) hided virtual function with the same name from QGraphicsLayoutItem. Causes around 400 warnings. Change-Id: I4474e4879058e2b785e72897ed47dea0f2b24cd1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r1909:bb12647edbe2
r2572:fd6a3d4befc5
Show More
examples-donutchart.qdoc
8 lines | 219 B | text/plain | TextLexer
/ doc / src / examples-donutchart.qdoc
/*!
\example examples/donutchart
\title Donutchart Example
\subtitle
The example shows how to create simple donut chart and do some customizations to a slice.
\image examples_donutchart.png
*/