From 4d6eece86e10f312c738b09df9a1d6ca4cde4ca1 Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Thu, 18 Aug 2016 16:35:25 +0200 Subject: gettingstartedqml.qdoc: fix typos in documentation tutorial Change-Id: Id3f43a04d24a353bf26e63b6757bf3ea7ff64c93 Reviewed-by: Leena Miettinen --- doc/src/getting-started/gettingstartedqml.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc index e70c8b6e7..51c823b10 100644 --- a/doc/src/getting-started/gettingstartedqml.qdoc +++ b/doc/src/getting-started/gettingstartedqml.qdoc @@ -367,14 +367,14 @@ Additionally, \c ListView inherits from \l Flickable, making the list respond to mouse drags and other gestures. The last portion of the code above sets \c Flickable properties to create the desired flicking movement to our view. - In particular,the property \c highlightMoveDuration changes the duration of + In particular, the property \c highlightMoveDuration changes the duration of the flick transition. A higher \c highlightMoveDuration value results in slower menu switching. The \c ListView maintains the model items through an \c index and each visual item in the model is accessible through the \c index, in the order of the declaration. Changing the \c currentIndex effectively changes the highlighted - item in the \c ListView. The header of our menu bar exemplify this effect. + item in the \c ListView. The header of our menu bar exemplifies this effect. There are two buttons in a row, both changing the current menu when clicked. The \c fileButton changes the current menu to the file menu when clicked, the \c index being \c 0 because \c FileMenu is declared first in the -- cgit v1.2.3