summaryrefslogtreecommitdiffstats
path: root/examples/itemmodel
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-10-16 12:49:19 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-18 07:51:37 +0300
commitd7b9b0d216f594ce9964ee3c8253f1c8ba2a920a (patch)
treeb379c8261b2abaf7dbca02b95f524c050cefa582 /examples/itemmodel
parent790a1797eb43aa063240de829f5a34b4a7c86753 (diff)
Doc: language/style review datavisualization doc
Task-number: QTBUG-33360 Change-Id: Ib6918dcc4c0ee213dddb118616940306a10001fa Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/itemmodel')
-rw-r--r--examples/itemmodel/doc/src/itemmodel.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/itemmodel/doc/src/itemmodel.qdoc b/examples/itemmodel/doc/src/itemmodel.qdoc
index 35e72cf9..682ebb1f 100644
--- a/examples/itemmodel/doc/src/itemmodel.qdoc
+++ b/examples/itemmodel/doc/src/itemmodel.qdoc
@@ -57,7 +57,7 @@
\snippet ../examples/itemmodel/main.cpp 2
- Here we tell the mapping object to directly map model's rows and columns into proxy's rows and
+ Here we tell the mapping object to directly map the model's rows and columns into the proxy's rows and
columns instead of defining row and column roles to map for them. Then we give the model from
the table widget and the mapping object to the proxy. Finally we set the proxy as the active
data proxy for the graph.
@@ -65,7 +65,7 @@
Next, let's create another class to handle the data addition and other interaction with the
graph. Let's call it GraphDataGenerator (See \l {Setting up the graph} and
\l {Adding data to the graph} for details) and connect some signals between Q3DBars,
- GraphDataGenerator and QTableWidget (See \l {Interacting with the data} for a closer look):
+ GraphDataGenerator, and QTableWidget (See \l {Interacting with the data} for a closer look):
\snippet ../examples/itemmodel/main.cpp 3
@@ -92,7 +92,7 @@
displayed separately.
Next line sets the font to \c Impact. If your system doesn't have it, it will be replaced by
- system default.
+ the system default.
And finally, we set theme to \c Digia and camera position to \c {Preset Front}. Now the initial
graph settings are done.