From 90aff7026205d71efde65f1783a06af82e528287 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 2 Nov 2016 12:41:36 +0100 Subject: Doc: Use capitalization in section titles Change-Id: I3ea9dde5f98813716d754d292af1f005d33ba98e Reviewed-by: Leena Miettinen --- .../datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc') diff --git a/examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc b/examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc index 933053e9..d57aa7e9 100644 --- a/examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc +++ b/examples/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc @@ -40,7 +40,7 @@ \image qmlcustominput-example.png - \section1 Removing default input handling + \section1 Removing Default Input Handling The default input handling mechanism is disabled by setting the inputHandler property to null. @@ -49,7 +49,7 @@ \snippet qmlcustominput/qml/qmlcustominput/main.qml 1 \dots 0 - \section1 Implementing custom selection handling + \section1 Implementing Custom Selection Handling The on mouseover selection handling is implemented using standard MouseArea to capture the mouse events. The mouse area is configured to capture hover events and has two custom properties for \c mouseX and \c mouseY @@ -66,7 +66,7 @@ \snippet qmlcustominput/qml/qmlcustominput/main.qml 4 - \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 angleDelta is scaled to different amount of zoom change @@ -76,7 +76,7 @@ \snippet qmlcustominput/qml/qmlcustominput/main.qml 5 \dots - \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 NumberAnimation that just increments during 20 seconds from 0 degrees to 360 degrees and sets the \l Q3DCamera::xRotation property. -- cgit v1.2.3