##// END OF EJS Templates
Fix mouse event handling with RubberBand...
Fix mouse event handling with RubberBand The mousePressEvent handles the event differently for rubber band only if the mouse press occurs on the plot area. This way pressing the mouse outside plot area will handle the event according to the pressed item (like legend marker). For the same reason the mouseRelease event handles the event differently for rubber band only if the rubber band is displayed. Task-number: QTRD-2260 Change-Id: Ibedcd2d13a7c2229352074a4df326cd73e9cf80f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2442:7fe25bf61dfb
r2609:cff0f629c1c4
Show More
examples-scatterinteractions.qdoc
9 lines | 246 B | text/plain | TextLexer
/ doc / src / examples-scatterinteractions.qdoc
Jani Honkonen
Add all examples to docs
r919 /*!
\example examples/scatterinteractions
Miikka Heikkinen
Fix trivial problems with examples and docs
r2442 \title ScatterInteractions Example
Jani Honkonen
Add all examples to docs
r919 \subtitle
The example shows how to create simple scatter chart and how to interact with the chart.
Tero Ahola
Tuned scatterinteractions example
r1026
\image examples_scatterinteractions.png
Jani Honkonen
Add all examples to docs
r919 */