##// END OF EJS Templates
Revert previous change to LineChartItem...
Revert previous change to LineChartItem The m_points private member in LineChartItem is needed after all. If the points from XYChart are used, the old line is not properly cleared with animations. The variable is now renamed to reduce confusion. Change-Id: I35fcb708017d1a423a6e42eb1721c0b332a3a995 Task-number: QTRD-3489 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2818:d27e6a35ae04
Show More
resources.qrc
8 lines | 277 B | text/plain | TextLexer
Tero Ahola
Added a new QXYSeries::replace override for performance reasons....
r1783 <RCC>
<qresource prefix="/">
<file>qml/qmloscilloscope/main.qml</file>
Tero Ahola
Improved oscilloscope demo functionality
r1785 <file>qml/qmloscilloscope/ControlPanel.qml</file>
<file>qml/qmloscilloscope/ScopeView.qml</file>
<file>qml/qmloscilloscope/MultiButton.qml</file>
Tero Ahola
Added a new QXYSeries::replace override for performance reasons....
r1783 </qresource>
</RCC>