From 90aff7026205d71efde65f1783a06af82e528287 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 2 Nov 2016 12:41:36 +0100 Subject: Doc: Use capitalization in section titles Change-Id: I3ea9dde5f98813716d754d292af1f005d33ba98e Reviewed-by: Leena Miettinen --- examples/datavisualization/itemmodel/doc/src/itemmodel.qdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/datavisualization/itemmodel') 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 */ -- cgit v1.2.3