##// END OF EJS Templates
Accelerating lineseries with OpenGL...
Accelerating lineseries with OpenGL Added support for QAbstractSeries::useOpenGL property. When true, the series in question is drawn on a separate offscreen buffer using OpenGL and then superimposed on the chart. Currently this property is only supported for line and scatter series. Change-Id: I174fec541f9f3c23464270c1fe08f824af16a0fb Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2820:79a856530b69
Show More
common.pri
15 lines | 472 B | text/plain | TextLexer
Titta Heikkala
Qt Charts project file structure change...
r2712 INCLUDEPATH += $$PWD/ \
$$PWD/animations \
$$PWD/areachart \
$$PWD/axis \
$$PWD/barchart \
$$PWD/boxplotchart \
$$PWD/domain \
$$PWD/layout \
$$PWD/legend \
$$PWD/linechart \
$$PWD/piechart \
$$PWD/scatterchart \
$$PWD/splinechart \
$$PWD/themes \
$$PWD/xychart