diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-26 23:46:38 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-26 23:46:38 (GMT) |
commit | 70e80c18f6deda35fabd55d5147cf3d949821c28 (patch) | |
tree | a7a7f3bdda2d06ee4609127dc1f1515f6ecbc9a6 /src/declarative/util/qdeclarativepropertychanges.cpp | |
parent | bb9de7e6ebf7b465fb3982c1af8185096fa6193f (diff) | |
download | Qt-70e80c18f6deda35fabd55d5147cf3d949821c28.zip Qt-70e80c18f6deda35fabd55d5147cf3d949821c28.tar.gz Qt-70e80c18f6deda35fabd55d5147cf3d949821c28.tar.bz2 |
doc anchor margins vs. anchor (line) state/animation.
Diffstat (limited to 'src/declarative/util/qdeclarativepropertychanges.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativepropertychanges.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativepropertychanges.cpp b/src/declarative/util/qdeclarativepropertychanges.cpp index 2641dcf..8afa2f0 100644 --- a/src/declarative/util/qdeclarativepropertychanges.cpp +++ b/src/declarative/util/qdeclarativepropertychanges.cpp @@ -125,8 +125,9 @@ QT_BEGIN_NAMESPACE } \endqml - Changes to an Item's parent or anchors should be done using the associated change elements - (ParentChange and AnchorChanges, respectively) rather than PropertyChanges. + Anchor margins should be changed with PropertyChanges, but other anchor changes or changes to + an Item's parent should be done using the associated change elements + (ParentChange and AnchorChanges, respectively). \sa {qmlstate}{States} */ |