summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/itemmodel/doc/src/itemmodel.qdoc
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/itemmodel/doc/src/itemmodel.qdoc
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/itemmodel/doc/src/itemmodel.qdoc')
-rw-r--r--examples/datavisualization/itemmodel/doc/src/itemmodel.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/datavisualization/itemmodel/doc/src/itemmodel.qdoc b/examples/datavisualization/itemmodel/doc/src/itemmodel.qdoc
index 942a17fc..73db14ae 100644
--- a/examples/datavisualization/itemmodel/doc/src/itemmodel.qdoc
+++ b/examples/datavisualization/itemmodel/doc/src/itemmodel.qdoc
@@ -46,7 +46,7 @@
\image itemmodel-example-2.png
- \section1 Creating the application
+ \section1 Creating the Application
First, in main.cpp, we create a QApplication, instantiate Q3DBars and a window container for it:
@@ -85,7 +85,7 @@
\snippet itemmodel/main.cpp 4
- \section1 Setting up the graph
+ \section1 Setting up the Graph
Let's set up the visual attributes for the graph in the constructor of \c GraphDataGenerator:
@@ -113,7 +113,7 @@
\note You do not need to set any of these in case you're happy with the defaults. You can
easily try them by commenting out the contents of the constructor.
- \section1 Adding data to the graph
+ \section1 Adding Data to the Graph
We created the data generator in the application main and gave it the graph and the table
widget as parameters:
@@ -163,7 +163,7 @@
rows and columns for itself directly, as we set the QItemModelBarDataProxy::useModelCategories
property to true, and the graph gets the data to be displayed via the series that owns the proxy.
- \section1 Interacting with the data
+ \section1 Interacting with the Data
We made a couple of signal connections in the application main earlier:
@@ -188,5 +188,5 @@
\image itemmodel-example.png
- \section1 Example contents
+ \section1 Example Contents
*/