aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/sprites.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/src/sprites.qdoc')
-rw-r--r--src/quick/doc/src/sprites.qdoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/quick/doc/src/sprites.qdoc b/src/quick/doc/src/sprites.qdoc
index e59b30855e..377abe86c0 100644
--- a/src/quick/doc/src/sprites.qdoc
+++ b/src/quick/doc/src/sprites.qdoc
@@ -26,11 +26,15 @@
****************************************************************************/
/*!
-\page qtquick-spriteengine.html
+\group qtquick-images-sprites
\ingroup qml-features
\title Sprite Animations
\brief Sprite-based animations with flexible transitioning
+\section1 Related Types
+
+\generatelist{related}
+
\section1 Sprite Engine
The QtQuick sprite engine is a stochastic state machine combined with the ability
@@ -151,7 +155,7 @@ Cmd-line tool:
http://www.imagemagick.org/script/montage.php
-\section2 Elements Using the Sprite Engine
+\section2 QML Types Using the Sprite Engine
Sprites for the sprite engine can be defined using the \l Sprite element. This element includes the input parameters
as well as the length of the animation and weighted transitions to other animations. It is purely a data class, and