summaryrefslogtreecommitdiffstats
path: root/examples/surface
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-10-16 12:49:19 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-18 07:51:37 +0300
commitd7b9b0d216f594ce9964ee3c8253f1c8ba2a920a (patch)
treeb379c8261b2abaf7dbca02b95f524c050cefa582 /examples/surface
parent790a1797eb43aa063240de829f5a34b4a7c86753 (diff)
Doc: language/style review datavisualization doc
Task-number: QTBUG-33360 Change-Id: Ib6918dcc4c0ee213dddb118616940306a10001fa Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/surface')
-rw-r--r--examples/surface/doc/src/surface.qdoc14
1 files changed, 6 insertions, 8 deletions
diff --git a/examples/surface/doc/src/surface.qdoc b/examples/surface/doc/src/surface.qdoc
index 71c6582d..e669948c 100644
--- a/examples/surface/doc/src/surface.qdoc
+++ b/examples/surface/doc/src/surface.qdoc
@@ -100,9 +100,9 @@
\section1 Selection modes
- Q3Dsurface supports three different selection modes and these are demonstrated on the
- example with radio buttons which the user can use to activate suitable selection mode.
- Following inline methods are connected to radio buttons to activate the selected mode.
+ Q3Dsurface supports three different selection modes. These are demonstrated in the
+ example with radio buttons, which the user can use to activate a suitable selection mode.
+ The following inline methods are connected to radio buttons to activate the selected mode.
\snippet ../examples/surface/surfacegraph.h 0
@@ -110,17 +110,15 @@
The example has four slider controls for adjusting the min and max values for X and Z
axis. When selecting the proxy these sliders are adjusted so that one step on the slider
- moves the range by one segment step.
-
- Finally the ranges are set for the graph like this:
+ moves the range by one segment step. Finally the ranges are set for the graph like this:
\snippet ../examples/surface/surfacegraph.cpp 5
\section1 Themes
Q3Dsurface supports all the themes QtDatavisualization has. The example has a pull
- down menu for selecting the theme and the following code snippet is connected to the menu to
- activate the selected theme.
+ down menu for selecting the theme. The following code snippet is connected to the
+ menu to activate the selected theme.
\snippet ../examples/surface/surfacegraph.cpp 6