summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-03-26 08:37:14 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-03-26 08:37:14 (GMT)
commit8217da65cbe44261a83418017be311bb1a62725d (patch)
tree7a9d06f8a010223a71605c1dd6475de905d24da5 /src/declarative
parent43381162eac93f0fbe10e06944c59158dccb3d8c (diff)
downloadQt-8217da65cbe44261a83418017be311bb1a62725d.zip
Qt-8217da65cbe44261a83418017be311bb1a62725d.tar.gz
Qt-8217da65cbe44261a83418017be311bb1a62725d.tar.bz2
Doc Augmentation
Task-number: QTBUG-9396
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/graphicsitems/qdeclarativepositioners.cpp4
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