From 1484cb76315984d4833b510bf9b4e65af4ca696e Mon Sep 17 00:00:00 2001 From: Venu Date: Mon, 1 Jul 2013 15:14:00 +0200 Subject: Updated the example to use SVG content and Qt Quick controls. Using sensors module and svg content in a Qt Quick app has been tricky so far as the C++ plug-in dependencies are not detected automatically by creator. This change is intended to make the app suitable for a tutorial explaining how to create a Qt Quick app for Android. Change-Id: I05b7413b1224e009ae739cf7a16181519cab7619 Reviewed-by: Eskil Abrahamsen Blomfeldt --- examples/sensors/accelbubble/doc/src/accelbubble.qdoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'examples/sensors/accelbubble/doc/src/accelbubble.qdoc') diff --git a/examples/sensors/accelbubble/doc/src/accelbubble.qdoc b/examples/sensors/accelbubble/doc/src/accelbubble.qdoc index 83c5d3dc..0249dd41 100644 --- a/examples/sensors/accelbubble/doc/src/accelbubble.qdoc +++ b/examples/sensors/accelbubble/doc/src/accelbubble.qdoc @@ -28,13 +28,15 @@ /*! \example accelbubble \title Qt Sensors - Accel Bubble - \brief The AccelBubble example demonstrates the Legacy Accelerometer QML type. + \brief The AccelBubble example demonstrates the Accelerometer QML type. \ingroup qtsensors-examples + \image accelbubble.png + \section1 Overview - Writing a QML application that uses the Legacy Accelerometer QML sensors type requires the following steps: + Writing a QML application that uses the Accelerometer QML sensors type requires the following steps: - Import the Legacy Sensors Declarative module. + Import the Sensors Declarative module. \snippet accelbubble/accelbubble.qml 0 -- cgit v1.2.3