##// END OF EJS Templates
Adjust various margins and paddings....
Adjust various margins and paddings. The text items have been changed to use QGraphicsTextItem bounding rects instead of calculating dimensions using QFontMetrics. It seems that QGraphicsTextItem boundingRect involves a lot more of a margin than QFontMetrics provided. To compensate, various margins and paddings have been adjusted lower. Change-Id: Idebf939f5dd804fb96daeaea4bbf1b45f4f02908 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r979:6c4321224538
r2569:f4eaee212ddc
Show More
examples-piechart.qdoc
8 lines | 215 B | text/plain | TextLexer
/ doc / src / examples-piechart.qdoc
/*!
\example examples/piechart
\title Piechart Example
\subtitle
The example shows how to create simple pie chart and do some customizations to a pie slice.
\image examples_piechart.png
*/