summaryrefslogtreecommitdiffstats
path: root/examples/customproxy/doc/src/customproxy.qdoc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-01-28 14:55:31 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-01-29 06:14:24 +0200
commit01e42c90075fcfc5a9275d5161df476797625375 (patch)
treef15581a7369a865074fb497ee40c0b27badc4e76 /examples/customproxy/doc/src/customproxy.qdoc
parent33e9f279770d79a9c0b57201b3e45e4061e39aaa (diff)
Minor tweaks to examples
Change-Id: Ic7ab56bc4829fafb0b1c3352bd3cdd4c3530291d Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/customproxy/doc/src/customproxy.qdoc')
-rw-r--r--examples/customproxy/doc/src/customproxy.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/customproxy/doc/src/customproxy.qdoc b/examples/customproxy/doc/src/customproxy.qdoc
index 8b506583..e666c709 100644
--- a/examples/customproxy/doc/src/customproxy.qdoc
+++ b/examples/customproxy/doc/src/customproxy.qdoc
@@ -33,8 +33,8 @@
This example defines a simple flexible data set \c VariantDataSet where each data item is a
a variant list. Each item can have multiple different values, identified by their index in
the list. In this example, the data set is storing monthly rainfall data, where the value in
- index one is the year, index two contains the month, and the third value has the amount
- of rainfall in that month.
+ index zero is the year, the value in index one is the month, and the value in index two is
+ the amount of rainfall in that month.
The custom proxy we provide here is similar to item model based proxies provided by Qt
Data Visualization in that it requires a mapping to interpret the data.