From bf837e740fdbc535341e19cac2aa291a05775b3c Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Mon, 3 Oct 2011 11:35:48 +1000 Subject: update legacy QML API docs Fixes: MTMW-300 Change-Id: I7633acaa03ffa4e7413ab2a22cef463bd3e95fda Reviewed-on: http://codereview.qt-project.org/5904 Reviewed-by: Qt Sanity Bot Reviewed-by: Lincoln Ramsay --- doc/src/imports/qtmobilitysensors1.qdoc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'doc/src/imports') diff --git a/doc/src/imports/qtmobilitysensors1.qdoc b/doc/src/imports/qtmobilitysensors1.qdoc index 341eb7e2..f47c96be 100644 --- a/doc/src/imports/qtmobilitysensors1.qdoc +++ b/doc/src/imports/qtmobilitysensors1.qdoc @@ -33,18 +33,18 @@ \section1 Overview - The identifying string for this component is \e {"QtMobility.sensors"}. - Use this in the QML \e {import} statement. + This is the legacy QML import. It exists for compatibility with the QtMobiltiy 1.2 release + and is not recommended for new applications. - The Sensors QML Plugin registers the C++ Sensors classes directly to the QML environment. + The QtMobility.sensors import has the QtSensors C++ classes directly exported into the QML environment. This causes some limitations due to the use of types that do not work in the QML environment. - See \l{Sensors QML Limitations}{below} for a list of the known limitations. + See \l{QtMobility.sensors QML Limitations}{below} for a list of the known limitations. See \l QtSensors for more information about the Sensors API. - \section1 Sensors QML Limitations + \section1 QtMobility.sensors QML Limitations - The following limitations affect the Sensors QML bindings for Qt Mobility 1.1 and 1.2. + The following limitations affect all versions of the QtMobility.sensors import. \list 1 \o The QSensor::sensorid property cannot be set because QML does not support QByteArray. @@ -69,5 +69,8 @@ The data from a sensor comes through a reading class. \annotatedlist qml-sensors_reading + + \section1 Alphabetical Listing of QML Elements + */ -- cgit v1.2.3