##// END OF EJS Templates
Fixed paint and mouse event issues with QLineSeries...
Fixed paint and mouse event issues with QLineSeries 1. The bounding rectangle of QLineSeries item did not take line width into account; this caused paint issues if the width is bigger than 1. 2. The width of the shape of the item was always 1. This caused problems with mouse events; onClicked was not always signaled, even if you click on top (but not in the middle of) a thick line series.

File last commit:

r1785:bb11155e67e1
r1791:877b494897a0
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>