From 01e42c90075fcfc5a9275d5161df476797625375 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Tue, 28 Jan 2014 14:55:31 +0200 Subject: Minor tweaks to examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic7ab56bc4829fafb0b1c3352bd3cdd4c3530291d Reviewed-by: Tomi Korpipää --- examples/customproxy/doc/src/customproxy.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/customproxy/doc/src/customproxy.qdoc') 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. -- cgit v1.2.3