##// END OF EJS Templates
QML boxplot image addition...
QML boxplot image addition Change-Id: I126eb56b2a7cc777eebc4b0985e0044dc2e60621 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2517:26c3b5c0ed1d
r2533:e27bcd66185c
Show More
examples-boxplotchart.qdoc
38 lines | 883 B | text/plain | TextLexer
/ doc / src / examples-boxplotchart.qdoc
Mika Salmela
Documentation...
r2517 /*!
\example examples/boxplotchart
\title Box and Whiskers Example
\subtitle
The example shows how to create a box-and-whiskers chart.
\image examples_barchart.png
Introduction here
\snippet ../examples/barchart/main.cpp 1
Ykk�skohta
\snippet ../examples/barchart/main.cpp 2
Kakkoskohta
\snippet ../examples/barchart/main.cpp 3
Kolmoskohta
\snippet ../examples/barchart/main.cpp 4
Neloskohta
\snippet ../examples/barchart/main.cpp 5
Tarkista numerointi. Finally we add the chart onto a view. We also turn on the antialiasing for the chartView.
\snippet ../examples/barchart/main.cpp 6
Tarkista numerointi. Chart is ready to be shown. We set the chart to be central widget of the window.
We also set the size for the chart window and show it.
\snippet ../examples/barchart/main.cpp 7
*/