aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/whatsnew.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-02-09 17:59:44 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-16 08:30:27 +0100
commit2df9abf7047afbe20b19d156ac37b58d9b047575 (patch)
tree0d4e13362d12f978d8d0c7871e161fd2f0fddeaa /doc/src/whatsnew.qdoc
parent7127120b68ec08296b6e2980d1c9ae1a34e5f28d (diff)
Built-in transition support for ListView & GridView
ListView and GridView can now be assigned transitions to be run when: - Populating the view (when initially setting the model / resetting) - Adding items - Removing items - Moving items The ViewTransition attached object can be used from within a transition declaration to access various information about the items that are being transitioned. Task-number: QTBUG-21504 Change-Id: Ie5c75ea511c8b15acc3f06fccf19abe34d3677f9 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'doc/src/whatsnew.qdoc')
-rw-r--r--doc/src/whatsnew.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/whatsnew.qdoc b/doc/src/whatsnew.qdoc
index c7baa26047..34dfe21be5 100644
--- a/doc/src/whatsnew.qdoc
+++ b/doc/src/whatsnew.qdoc
@@ -134,7 +134,10 @@ a y parameter.
PathView now has a \c currentItem property
ListView and GridView:
- - now have headerItem and footerItem properties (the instantiated header and footer items).
+ - Can now apply specified transitions whenever items are added, removed or moved in a view.
+ See the documentation for ViewTransition and ListView.add, ListView.addDisplaced,
+ GridView.add, GridView.addDisplaced etc. for details.
+ - These now have headerItem and footerItem properties (the instantiated header and footer items).
- In RightToLeft layout the preferredHighlightBegin/End are now also reversed.
ListView section.labelPositioning property added to allow keeping the current section label