aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/whatsnew.qdoc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-07-23 11:08:06 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-23 06:38:18 +0200
commit2a4bb9608498876c3c2229eef91b8723a7fd8e47 (patch)
tree0c54b33736537633a5ab73cc4ee1a5777bf4323e /src/quick/doc/src/whatsnew.qdoc
parent773d722ff2f503c3805e802022cbc487d5bb4126 (diff)
Add methods to PathView: positionViewAtIndex(), indexAt(), itemAt()
These methods are already present in ListView and GridView. Change-Id: I3777fccdecd77c8ab756a0062c71c6e1bfb749ef Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'src/quick/doc/src/whatsnew.qdoc')
-rw-r--r--src/quick/doc/src/whatsnew.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/quick/doc/src/whatsnew.qdoc b/src/quick/doc/src/whatsnew.qdoc
index 813656c10b..954506c358 100644
--- a/src/quick/doc/src/whatsnew.qdoc
+++ b/src/quick/doc/src/whatsnew.qdoc
@@ -321,6 +321,10 @@ the window loses focus.
\li New \l{PathView::}{snapMode} property controls the snap model when flicking between items
\li If the model is changed after the component is completed, the offset and currentIndex are
reset to 0.
+ \li New \l{PathView::}{positionViewAtIndex()} function allows the view to be moved to display
+ the specified index.
+ \li New \l{PathView::}{indexAt()} and \l{PathView::}{itemAt()} functions return the index or
+ item at a specified point in the view.
\endlist
\endlist