summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2016-11-02 12:41:36 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2016-11-02 12:46:21 +0000
commit90aff7026205d71efde65f1783a06af82e528287 (patch)
tree649de23cdb82919e47880bbfd1dad55f3377ff53 /examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc
parent8e59b4a63acc0d8f9f5e6d710788f3bfe5915ae3 (diff)
Doc: Use capitalization in section titles
Change-Id: I3ea9dde5f98813716d754d292af1f005d33ba98e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc')
-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
*/