From 2886d10c0c61040c4d0a06b8f021678065109a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Wed, 26 Feb 2014 11:40:57 +0200 Subject: Example doc update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTRD-2635 Change-Id: I7f4b373d6c56fa40a8bfd82b2f03356b25227e40 Change-Id: I7f4b373d6c56fa40a8bfd82b2f03356b25227e40 Reviewed-by: Tomi Korpipää --- .../datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc | 6 +++--- 1 file 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. -- cgit v1.2.3