summaryrefslogtreecommitdiff
path: root/doc/src/examples/maze.qdoc
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-06-13 14:14:30 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-19 03:40:14 +0200
commit3aebcb96b72c8e2dbfeff078e67af55489c2bac8 (patch)
treeef1adbb87daf4f9ddd8ce1ec095f87cb8c6017f7 /doc/src/examples/maze.qdoc
parenta42fd9d05a8f8db8a79fc8da920fa917188b8e9b (diff)
downloadqtsensors-3aebcb96b72c8e2dbfeff078e67af55489c2bac8.tar.gz
Docs: change QML elements to QML types in docs.
Change-Id: I54a9a1972978f1d989d262f137b5890d1feb35e0 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'doc/src/examples/maze.qdoc')
-rw-r--r--doc/src/examples/maze.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/maze.qdoc b/doc/src/examples/maze.qdoc
index d9f561e..edd7e65 100644
--- a/doc/src/examples/maze.qdoc
+++ b/doc/src/examples/maze.qdoc
@@ -32,16 +32,16 @@
\image maze.png
\section2 Maze in QML
- \brief The Maze example demonstrates the TiltSensor QML element.
+ \brief The Maze example demonstrates the TiltSensor QML type.
- To write a QML application that will use the TiltSensor QML sensors element you need to do the following steps:
+ To write a QML application that will use the TiltSensor QML sensors type you need to do the following steps:
Import the QtSensors 5.x declarative plugin:
\snippet ../examples/QtSensors/QtSensors_maze/QtSensors_maze.qml 0
- Add the Sensor QML elements into your qml file.
+ Add the Sensor QML types into your qml file.
In this example we use the TiltSensor with values based in degrees and an accuracy of 5 degree: