##// 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:

r938:43d9ec405aa3
r1783:86f3ac473a35
Show More
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
$$PWD/splinechartitem.cpp
PRIVATE_HEADERS += \
$$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h