summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-16 14:25:58 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-16 14:32:02 +0300
commita2807db08e5774aac3979f5cc35993712b4ba73b (patch)
treed17d30f8c40048c6c84e2268645310c9c92058a2 /examples
parent575666763aa224dd20d7680d6f9739bdec6cb9cc (diff)
Misc documentation fixes
Change-Id: Ifd7a7ceae128c6d63692459c4502a83971468a46 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/bars/doc/src/bars.qdoc2
-rw-r--r--examples/itemmodel/doc/src/itemmodel.qdoc2
-rw-r--r--examples/qmlscatter/doc/src/qmlscatter.qdoc2
-rw-r--r--examples/scatter/doc/src/scatter.qdoc2
-rw-r--r--examples/surface/doc/src/surface.qdoc3
5 files changed, 11 insertions, 0 deletions
diff --git a/examples/bars/doc/src/bars.qdoc b/examples/bars/doc/src/bars.qdoc
index 379aa871..e24b4d0f 100644
--- a/examples/bars/doc/src/bars.qdoc
+++ b/examples/bars/doc/src/bars.qdoc
@@ -33,6 +33,8 @@
It also demonstrates how having negative bar values affects the graph.
+ For instructions about how to interact with the graph, see \l{Qt Data Visualization Interacting with Data}{this page}.
+
\image bars-example.png
\section1 Creating the application
diff --git a/examples/itemmodel/doc/src/itemmodel.qdoc b/examples/itemmodel/doc/src/itemmodel.qdoc
index f014bfea..35e72cf9 100644
--- a/examples/itemmodel/doc/src/itemmodel.qdoc
+++ b/examples/itemmodel/doc/src/itemmodel.qdoc
@@ -31,6 +31,8 @@
\li How to use a table widget to modify the data in the graph
\endlist
+ For instructions about how to interact with the graph, see \l{Qt Data Visualization Interacting with Data}{this page}.
+
\image itemmodel-example-2.png
\section1 Creating the application
diff --git a/examples/qmlscatter/doc/src/qmlscatter.qdoc b/examples/qmlscatter/doc/src/qmlscatter.qdoc
index c0d207d8..91dd74b8 100644
--- a/examples/qmlscatter/doc/src/qmlscatter.qdoc
+++ b/examples/qmlscatter/doc/src/qmlscatter.qdoc
@@ -25,6 +25,8 @@
The Qt Quick 2 scatter example shows how to make a simple scatter graph visualization using
Scatter3D and Qt Quick 2.
+ For instructions about how to interact with the graph, see \l{Qt Data Visualization Interacting with Data}{this page}.
+
\image qmlscatter-example.png
\section1 Creating the application
diff --git a/examples/scatter/doc/src/scatter.qdoc b/examples/scatter/doc/src/scatter.qdoc
index 90410bc6..f1c8ddf5 100644
--- a/examples/scatter/doc/src/scatter.qdoc
+++ b/examples/scatter/doc/src/scatter.qdoc
@@ -32,6 +32,8 @@
\li Adjust some graph properties using widget controls
\endlist
+ For instructions about how to interact with the graph, see \l{Qt Data Visualization Interacting with Data}{this page}.
+
\image scatter-example.png
\section1 Creating the application
diff --git a/examples/surface/doc/src/surface.qdoc b/examples/surface/doc/src/surface.qdoc
index 12271fb8..8d72c02e 100644
--- a/examples/surface/doc/src/surface.qdoc
+++ b/examples/surface/doc/src/surface.qdoc
@@ -34,6 +34,9 @@
\li Theme usage on the surface graph.
\li How to set a custom surface gradient.
\endlist
+
+ For instructions about how to interact with the graph, see \l{Qt Data Visualization Interacting with Data}{this page}.
+
\image surface-example.png
\section1 Creating the application