##// 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.
Tero Ahola -
r1783:86f3ac473a35
Show More
Name Size Modified Last Commit Author
/ demos / chartviewer
charts
charts.cpp Loading ...
charts.h Loading ...
chartviewer.pro Loading ...
main.cpp Loading ...
model.h Loading ...
view.cpp Loading ...
view.h Loading ...
window.cpp Loading ...
window.h Loading ...