summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/custominput/doc
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/custominput/doc
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/custominput/doc')
-rw-r--r--examples/datavisualization/custominput/doc/src/custominput.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/datavisualization/custominput/doc/src/custominput.qdoc b/examples/datavisualization/custominput/doc/src/custominput.qdoc
index 49e21a69..8c931df4 100644
--- a/examples/datavisualization/custominput/doc/src/custominput.qdoc
+++ b/examples/datavisualization/custominput/doc/src/custominput.qdoc
@@ -42,14 +42,14 @@
\image custominput-example.png
- \section1 Replacing default input handling
+ \section1 Replacing Default Input Handling
The default input handling mechanism is replaced by setting the active input handler of
Q3DScatter to \c CustomInputHandler that implements the custom behavior.
\snippet custominput/scatterdatamodifier.cpp 0
- \section1 Implementing custom selection handling
+ \section1 Implementing Custom Selection Handling
The on mouseover selection handling is implemented in the \c CustomInputHandler that captures
the mouse events. It then stores the last known coordinates to the
@@ -63,7 +63,7 @@
\snippet custominput/scatterdatamodifier.cpp 1
- \section1 Implementing custom zoom handling
+ \section1 Implementing Custom Zoom Handling
The camera has a zoom factor that represents amount of zoom in percentages. In this example the
zoom range is limited between 10% and 500%. This range is then divided to four subranges where
@@ -71,7 +71,7 @@
\snippet custominput/custominputhandler.cpp 1
- \section1 Implementing custom camera handling
+ \section1 Implementing Custom Camera Handling
The camera is animated to constantly rotate around the graph with two animations. The rotation
around the graph is done with a simple QPropertyAnimation that just increments during 20