aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/images/viewtransitions-intermediatemove.gif
Commit message (Collapse)AuthorAgeFilesLines
* Built-in transition support for ListView & GridViewBea Lam2012-02-161-0/+0
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>