diff options
author | Lorn Potter <lorn.potter@nokia.com> | 2012-02-10 10:50:14 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-12 23:26:15 +0100 |
commit | 3b030528fbc3d2d7681113dc6c2727d4cff7a07a (patch) | |
tree | b4988a0bed2179e905af6934b62dc73f0a0a9d07 /doc/src/qtsensors.qdoc | |
parent | 607f545c719486c4ebc1dd3ea227b268d70b8a16 (diff) |
improve the sensors docs a bit
Change-Id: I2774c8ecc5ae711b6444d0adff0697c6d278dcad
Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'doc/src/qtsensors.qdoc')
-rw-r--r-- | doc/src/qtsensors.qdoc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/src/qtsensors.qdoc b/doc/src/qtsensors.qdoc index ec7d9d2b..84187414 100644 --- a/doc/src/qtsensors.qdoc +++ b/doc/src/qtsensors.qdoc @@ -77,13 +77,15 @@ \section1 Information for QtSensorGestures API + QtSensorGestures provides a motion gesture recognition API for devices. + \table \row + \o \l {SensorGesture}{QML API} + \o Information about the QtSensorGestures QML API + \row \o \l {QtSensorGestures C++ API}{C++ API} \o Information about the QtSensorGestures C++ API - \row - \o \l {C++ Sensor Gestures Example} - \o The SensorGestures example demostrates how to use QSensorGestures \endtable \section1 Information for QtSensorGestures Recognizer Plugin Implementors. @@ -92,7 +94,9 @@ \row \o \l {QtSensorGestures Plugins}{Plugins} \o Information about the QtSensorGestures recognizer plugins. - + \row + \o \l {QtSensorGestures Emulator}{Emulator} + \o Information about QtSensorGestures use in the Emulator. \endtable */ |