##// END OF EJS Templates
Added a new QXYSeries::replace override for performance reasons....
Added a new QXYSeries::replace override for performance reasons. Also added a QML demo application for oscilloscope use case. Oscilloscope use case was selected, because it involves a lot of data and has a strict requirements for performance. It revealed performance issues in data handling in QXYSeries, painting of QLineSeries and updating data in a model.

File last commit:

r853:9dc445f7b1fb
r1783:86f3ac473a35
Show More
themes.pri
12 lines | 331 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
THEMES += \
$$PWD/chartthemesystem_p.h \
$$PWD/chartthemelight_p.h \
$$PWD/chartthemebluecerulean_p.h \
$$PWD/chartthemedark_p.h \
$$PWD/chartthemebrownsand_p.h \
$$PWD/chartthemebluencs_p.h \
$$PWD/chartthemehighcontrast_p.h \
$$PWD/chartthemeblueicy_p.h