From b2e97817684f40ab9353fa279a4c02ef9c12e13d Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 19 Jun 2012 15:47:09 +1000 Subject: Remove the 'special' naming of examples. Just go back to the naming convention we had before. Change-Id: Iefecb7a5e0ab3aa4d22267b4f475a8e9c1c96058 Reviewed-by: Lorn Potter --- doc/src/examples/maze.qdoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/src/examples/maze.qdoc') diff --git a/doc/src/examples/maze.qdoc b/doc/src/examples/maze.qdoc index edd7e65e..0a278a53 100644 --- a/doc/src/examples/maze.qdoc +++ b/doc/src/examples/maze.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example QtSensors/QtSensors_maze + \example sensors/maze \title Qt Sensors - Maze QML Example \ingroup qtsensors-examples \image maze.png @@ -39,29 +39,29 @@ Import the QtSensors 5.x declarative plugin: - \snippet ../examples/QtSensors/QtSensors_maze/QtSensors_maze.qml 0 + \snippet ../examples/sensors/maze/maze.qml 0 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: - \snippet ../examples/QtSensors/QtSensors_maze/QtSensors_maze.qml 1 + \snippet ../examples/sensors/maze/maze.qml 1 Starting the sensor can be done by setting the 'enabled' property to true: - \snippet ../examples/QtSensors/QtSensors_maze/QtSensors_maze.qml 2 + \snippet ../examples/sensors/maze/maze.qml 2 The mouse should move by a factor of the tilt value: - \snippet ../examples/QtSensors/QtSensors_maze/QtSensors_maze.qml 3 + \snippet ../examples/sensors/maze/maze.qml 3 The walk direction of the mouse takes into account some collision detection: - \snippet ../examples/QtSensors/QtSensors_maze/QtSensors_maze.qml 4 + \snippet ../examples/sensors/maze/maze.qml 4 The rotation of the mouse image is determined according to the angle that the mouse is moving. - \snippet ../examples/QtSensors/QtSensors_maze/Mouse.qml 0 + \snippet ../examples/sensors/maze/Mouse.qml 0 */ -- cgit v1.2.3