diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-03-26 08:37:14 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-03-26 08:37:14 (GMT) |
commit | 8217da65cbe44261a83418017be311bb1a62725d (patch) | |
tree | 7a9d06f8a010223a71605c1dd6475de905d24da5 /src | |
parent | 43381162eac93f0fbe10e06944c59158dccb3d8c (diff) | |
download | Qt-8217da65cbe44261a83418017be311bb1a62725d.zip Qt-8217da65cbe44261a83418017be311bb1a62725d.tar.gz Qt-8217da65cbe44261a83418017be311bb1a62725d.tar.bz2 |
Doc Augmentation
Task-number: QTBUG-9396
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativepositioners.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepositioners.cpp b/src/declarative/graphicsitems/qdeclarativepositioners.cpp index 7a0d33a..5e91224 100644 --- a/src/declarative/graphicsitems/qdeclarativepositioners.cpp +++ b/src/declarative/graphicsitems/qdeclarativepositioners.cpp @@ -602,7 +602,9 @@ Grid { \qmlproperty Transition Grid::add This property holds the transition to apply when adding an item to the positioner. The transition is only applied to the added item(s). - Positioner transitions will only affect the position (x,y) of items. + Positioner transitions will only affect the position (x,y) of items, + as that is all the positioners affect. To animate other property change + you will have to do so based on how you have changed those properties. Added can mean that either the object has been created or reparented, and thus is now a child or the positioner, or that the |