summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/surface
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/surface
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/surface')
-rw-r--r--examples/datavisualization/surface/doc/src/surface.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/datavisualization/surface/doc/src/surface.qdoc b/examples/datavisualization/surface/doc/src/surface.qdoc
index 66879b91..86f6b54e 100644
--- a/examples/datavisualization/surface/doc/src/surface.qdoc
+++ b/examples/datavisualization/surface/doc/src/surface.qdoc
@@ -50,7 +50,7 @@
\image surface-example.png
- \section1 Creating the application
+ \section1 Creating the Application
First, in \c main.cpp, we create a QApplication, instantiate Q3DSurface, and a window container
for it:
@@ -71,7 +71,7 @@
signals from widgets into methods in \c surfacegraph.cpp. Next chapter explains more
about using Q3DSurface.
- \section1 Setting up proxies and data
+ \section1 Setting up Proxies and Data
First we instantiate a new QSurfaceDataProxy and attach it to a new QSurface3DSeries:
@@ -107,7 +107,7 @@
\snippet surface/surfacegraph.cpp 4
- \section1 Selection modes
+ \section1 Selection Modes
Q3Dsurface supports three different selection modes. These are demonstrated in the
example with radio buttons, which the user can use to activate a suitable selection mode.
@@ -115,7 +115,7 @@
\snippet surface/surfacegraph.h 0
- \section1 Axis ranges for studying the graph
+ \section1 Axis Ranges for Studying the Graph
The example has four slider controls for adjusting the min and max values for X and Z
axis. When selecting the proxy these sliders are adjusted so that one step on the slider
@@ -136,7 +136,7 @@
\snippet surface/surfacegraph.cpp 6
- \section1 Custom surface gradients
+ \section1 Custom Surface Gradients
The example demonstrates the custom surface gradients with two push buttons. The gradient
can be defined with QLinearGradient where the desired colors are set to positions. The following