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

r1261:25c0d92e6e49
r1783:86f3ac473a35
Show More
resources.qrc
6 lines | 163 B | text/plain | TextLexer
<RCC>
<qresource prefix="/">
<file>qml/qmlcustomizations/loader.qml</file>
<file>qml/qmlcustomizations/main.qml</file>
</qresource>
</RCC>