summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/scatter/doc/src/scatter.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/scatter/doc/src/scatter.qdoc')
-rw-r--r--examples/datavisualization/scatter/doc/src/scatter.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/datavisualization/scatter/doc/src/scatter.qdoc b/examples/datavisualization/scatter/doc/src/scatter.qdoc
index f364010c..1b574ef6 100644
--- a/examples/datavisualization/scatter/doc/src/scatter.qdoc
+++ b/examples/datavisualization/scatter/doc/src/scatter.qdoc
@@ -49,7 +49,7 @@
\include examples-run.qdocinc
- \section1 Creating the application
+ \section1 Creating the Application
First, in main.cpp, we create a QApplication, instantiate Q3DScatter, and a window container
for it:
@@ -78,7 +78,7 @@
\snippet scatter/main.cpp 3
- \section1 Setting up the graph
+ \section1 Setting up the Graph
Let's set up some visual qualities for the graph in the constructor of the \c ScatterDataModifier
class we instantiated in the application main:
@@ -95,7 +95,7 @@
That concludes setting up the graph.
- \section1 Adding data to the graph
+ \section1 Adding Data to the Graph
The last thing we do in the \c ScatterDataModifier constructor is to add data to the graph:
@@ -123,7 +123,7 @@
Now our graph has the data and is ready to be used. There isn't much interaction yet, though,
so let's continue by adding some widgets to play with.
- \section1 Using widgets to control the graph
+ \section1 Using Widgets to Control the Graph
First, back in the application main, we'll create some widgets:
@@ -155,5 +155,5 @@
\li Label font
\endlist
- \section1 Example contents
+ \section1 Example Contents
*/