aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-05-27 16:55:30 +1000
committerMartin Jones <martin.jones@nokia.com>2011-05-27 16:55:30 +1000
commita47c1fd17bead5a89a512b684a54a83f9a21a8ff (patch)
treecb053d718b32e8c8a75f4e7b6de7c48aeb2004c4 /doc
parent285d89eed4801f6e5f78057e7b082cab6b3fa03e (diff)
Mention that positioners may conflict with anchors.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/anchor-layout.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/declarative/anchor-layout.qdoc b/doc/src/declarative/anchor-layout.qdoc
index 4dd5eb988a..e732b4c5ba 100644
--- a/doc/src/declarative/anchor-layout.qdoc
+++ b/doc/src/declarative/anchor-layout.qdoc
@@ -136,7 +136,9 @@ or anchors its left and right edges but additionally sets a \l {Item::}{width},
result is undefined, as it would not be clear whether the item should use anchoring or absolute
positioning. The same can be said for setting an item's \l {Item::}{y} and \l {Item::}{height}
with \l {Item::}{anchors.top} and \l {Item::}{anchors.bottom}, or setting \l {Item::}{anchors.fill}
-as well as \l {Item::}{width} or \l {Item::}{height}. If you wish to change from using
+as well as \l {Item::}{width} or \l {Item::}{height}. The same apples when using positioners
+such as Row and Grid, which may set the item's \l {Item::}{x} and \l {Item::}{y} properties.
+If you wish to change from using
anchor-based to absolute positioning, you can clear an anchor value by setting it to \c undefined.
*/