summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlspectrogram/doc/src/qmlspectrogram.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/qmlspectrogram/doc/src/qmlspectrogram.qdoc')
-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
*/