##// END OF EJS Templates
Fix crash with boxplottertester brush...
Fix crash with boxplottertester brush The test sets the brush for the second set in the first series. It is checked that the set exists before setting the brush for it. Change-Id: Id677ab781953bf7cc789f316d92c137873d4f624 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2610:66fa88d10640
r2635:d3155254bba4
Show More
examples-piechart.qdoc
8 lines | 217 B | text/plain | TextLexer
/ doc / src / examples-piechart.qdoc
Michal Klocek
Refactor documentation...
r330 /*!
Tero Ahola
Fixing example documentation
r500 \example examples/piechart
Jani Honkonen
Pie doc updates
r880 \title Piechart Example
Michal Klocek
Refactor documentation...
r330 \subtitle
Nico Vertriest
Doc: language review of Qt Charts doc...
r2610 The example shows how to create a simple pie chart and do some customizations to a pie slice.
Tero Ahola
Documentation front page
r979 \image examples_piechart.png
Jani Honkonen
Pie doc updates
r880 */