summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-02-26 11:40:57 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-02-26 11:41:42 +0200
commit2886d10c0c61040c4d0a06b8f021678065109a6d (patch)
tree720a93bbdcac0d2a14a6c24f191362a2e94ac9e4 /examples
parent4e69dbe204d90f4709960bbf4558e4038b55bcd9 (diff)
Example doc update
Task-number: QTRD-2635 Change-Id: I7f4b373d6c56fa40a8bfd82b2f03356b25227e40 Change-Id: I7f4b373d6c56fa40a8bfd82b2f03356b25227e40 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc b/examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc
index 166826c3..ac511505 100644
--- a/examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc
+++ b/examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc
@@ -18,11 +18,11 @@
/*!
\example qmlcustominput
- \title Qt Quick Custom Input Example
+ \title Qt Quick 2 Custom Input Example
\ingroup qtdatavisualization_examples
- \brief Customizing input in a Qt Quick application.
+ \brief Customizing input in a QML application.
- The Qt Quick Custom Input example shows how to customize the 3D graph controls from Qt Quick using the MouseArea to capture and process mouse events in Qt Quick.
+ The Qt Quick 2 Custom Input example shows how to customize the 3D graph controls from Qt Quick 2 using the MouseArea to capture and process mouse events in QML.
Custom input handling code in this example shows how the camera is now controlled by using NumberAnimation to animate the camera and item selection
is done on mouseover rather than clicking any mouse buttons. Also the code shows how to implement similar zoom with mouse wheel functionality as the default
input handler implements.