summaryrefslogtreecommitdiffstats
path: root/examples/itemmodel/doc/src/itemmodel.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/itemmodel/doc/src/itemmodel.qdoc')
-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.