summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/elasticnodes.qdoc
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2012-11-30 16:31:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 08:14:33 +0100
commit36d12783c9f8eee133f9ab634f6b54e8a3cd75d4 (patch)
treeb3d1d198b9b11c934e4c7701845f189515401f08 /examples/widgets/doc/src/elasticnodes.qdoc
parentab97a44b6ae5cc826460f3704669383afd398594 (diff)
Fix linking of itemviews and graphicsview examples
Change-Id: I6905cc6945e2eb396108f9fb16da042e576e3afb Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'examples/widgets/doc/src/elasticnodes.qdoc')
-rw-r--r--examples/widgets/doc/src/elasticnodes.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/elasticnodes.qdoc b/examples/widgets/doc/src/elasticnodes.qdoc
index 2c081613bc..75ad496592 100644
--- a/examples/widgets/doc/src/elasticnodes.qdoc
+++ b/examples/widgets/doc/src/elasticnodes.qdoc
@@ -28,9 +28,11 @@
/*!
\example graphicsview/elasticnodes
\title Elastic Nodes Example
-
+ \ingroup examples-graphicsview
\brief The Elastic Nodes example shows how to implement edges between nodes in a
- graph, with basic interaction. You can click to drag a node around, and
+ graph, with basic interaction.
+
+ You can click to drag a node around, and
zoom in and out using the mouse wheel or the keyboard. Hitting the space
bar will randomize the nodes. The example is also resolution independent;
as you zoom in, the graphics remain crisp.