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

r2483:f494279b6366
r2609:cff0f629c1c4
Show More
demos-qmlpolarchart.qdoc
33 lines | 1.2 KiB | text/plain | TextLexer
/ doc / src / demos-qmlpolarchart.qdoc
/*!
\example demos/qmlpolarchart
\title Qml Polar Chart
\subtitle
This is a demonstration of how to use polar chart in your QML application.
\table
\row
\o \br
We begin with a chart that has a spline series and a scatter series with random
data. Both series use the same axes.
\br
\br
\snippet ../demos/qmlpolarchart/qml/qmlpolarchart/View1.qml 1
\o \inlineimage demos_qmlpolarchart1.png
\row
\o \br
The next example shows a chart with some accurate historical data that makes us to use a DateTimeAxis
and AreaSeries.
\br
\br
\snippet ../demos/qmlpolarchart/qml/qmlpolarchart/View2.qml 1
\o \inlineimage demos_qmlpolarchart2.png
\row
\o \br
And the final example with a chart that uses a CategoryAxis to make the data easier to understand.
\br
\br
\snippet ../demos/qmlpolarchart/qml/qmlpolarchart/View3.qml 1
\o \inlineimage demos_qmlpolarchart3.png
\endtable
*/