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

r2582:8fe6fadece73
r2609:cff0f629c1c4
Show More
demos-quick2chart.qdoc
15 lines | 407 B | text/plain | TextLexer
/ doc / src / demos-quick2chart.qdoc
/*!
\example demos/quick2chart
\title Qt Quick 2 charts demo
\subtitle
\image demos_qmlchart1.png
This is a reimplementation of \l{Qml charts demo} in Qt Quick 2.
The main difference in qml files is importing the correct version of Qt Quick:
\snippet ../demos/quick2chart/qml/quick2chart/View1.qml 2
Additionally, antialiasing is set with qml property in Qt Quick 2.
*/