summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlaxisdrag/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/qmlaxisdrag/doc/src')
-rw-r--r--examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc b/examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc
index 3b0c96ed..c6ddfad7 100644
--- a/examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc
+++ b/examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc
@@ -40,7 +40,7 @@
\image qmlaxisdrag-example.png
- \section1 Overriding default input handling
+ \section1 Overriding Default Input Handling
First we deactivate the default input handling mechanism by setting the active input handler
of Scatter3D graph to \c{null}:
@@ -71,7 +71,7 @@
\dots 0
\snippet qmlaxisdrag/qml/qmlaxisdrag/main.qml 4
- \section1 Translating mouse movement to axis range change
+ \section1 Translating Mouse Movement to Axis Range Change
in \c scatterGraph we will need to listen to \c onSelectedElementChanged signal. The signal
is emitted after the selection query has been made in the \c{onPressed} of \c{inputArea}. We
@@ -97,7 +97,7 @@
For a more sophisticated conversion from mouse movement to axis range update, see
\l{Axis Range Dragging With Labels Example}{this example}.
- \section1 Other features
+ \section1 Other Features
The example also demonstrates how to use orthographic projection and how to update properties
of a custom item on the fly.
@@ -117,5 +117,5 @@
\snippet qmlaxisdrag/qml/qmlaxisdrag/main.qml 10
\dots
- \section1 Example contents
+ \section1 Example Contents
*/