diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-11-26 05:47:44 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-11-26 05:47:44 (GMT) |
commit | bf8eb1f56fc2945e3d10e22e259fe80115c0c22f (patch) | |
tree | bce3a150c603bc2c35497c9932871c37df496dc7 /doc/src/declarative/anchor-layout.qdoc | |
parent | 674fb96b9e0ba14765039dab21aa99032bd2e82f (diff) | |
parent | 33a6e1e08b0a542fc631f28ddc269cec2fec97ce (diff) | |
download | Qt-bf8eb1f56fc2945e3d10e22e259fe80115c0c22f.zip Qt-bf8eb1f56fc2945e3d10e22e259fe80115c0c22f.tar.gz Qt-bf8eb1f56fc2945e3d10e22e259fe80115c0c22f.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src/declarative/anchor-layout.qdoc')
-rw-r--r-- | doc/src/declarative/anchor-layout.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/anchor-layout.qdoc b/doc/src/declarative/anchor-layout.qdoc index 503b881..4766236 100644 --- a/doc/src/declarative/anchor-layout.qdoc +++ b/doc/src/declarative/anchor-layout.qdoc @@ -44,7 +44,7 @@ \target anchor-layout \title Anchor-based Layout in QML -In addition to the more traditional \l Grid, \l Row, and \l Column, QML also provides a way to layout items using the concept of anchors. Each item can be thought of as having a set of 6 invisible "anchor lines": \e left, \e horizontalCenter, \e right, \e top, \e verticalCenter, and \e bottom. +In addition to the more traditional \l Grid, \l Row, and \l Column, QML also provides a way to layout items using the concept of \e anchors. Each item can be thought of as having a set of 6 invisible "anchor lines": \e left, \e horizontalCenter, \e right, \e top, \e verticalCenter, and \e bottom. \image edges_qml.png |