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

r1632:68973f65be55
r1791:877b494897a0
Show More
lineandbar.pro
6 lines | 123 B | text/idl | PrologLexer
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
TARGET = lineandbar
SOURCES += main.cpp