summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlspectrogram/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/qmlspectrogram/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/qmlspectrogram/doc')
-rw-r--r--examples/datavisualization/qmlspectrogram/doc/src/qmlspectrogram.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/datavisualization/qmlspectrogram/doc/src/qmlspectrogram.qdoc b/examples/datavisualization/qmlspectrogram/doc/src/qmlspectrogram.qdoc
index 895bc6b6..1e075bf2 100644
--- a/examples/datavisualization/qmlspectrogram/doc/src/qmlspectrogram.qdoc
+++ b/examples/datavisualization/qmlspectrogram/doc/src/qmlspectrogram.qdoc
@@ -47,7 +47,7 @@
functionality is not explained. For more detailed QML example documentation,
see \l{Qt Quick 2 Scatter Example}.
- \section1 Creating a spectrogram
+ \section1 Creating a Spectrogram
To create a 2D spectrogram, we define a Surface3D item:
@@ -66,7 +66,7 @@
\snippet qmlspectrogram/qml/qmlspectrogram/main.qml 2
- \section1 Polar spectrogram
+ \section1 Polar Spectrogram
Depending on the data, it is sometimes more natural to use a polar graph instead of a cartesian
one. Qt Data Visualization supports this via \l{AbstractGraph3D::polar}{polar} property.
@@ -96,5 +96,5 @@
\l{InputHandler3D::rotationEnabled}{rotationEnabled} property of the \c{customInputHandler}
to control the rotation.
- \section1 Example contents
+ \section1 Example Contents
*/