summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2017-02-15 11:03:34 +0100
committerFrederik Schwarzer <frederik.schwarzer@basyskom.com>2017-02-15 10:22:04 +0000
commit375bfce2b0f8ee93578ee3fd31cd0cc801c00c08 (patch)
tree46dab2f5a980fbbb46d53eda55544380619fdcb0
parent339a602fd96b88f9df5ddbb8e0e778bc570c4e53 (diff)
downloadqtdoc-375bfce2b0f8ee93578ee3fd31cd0cc801c00c08.tar.gz
Mention seventh anchor line 'baseline' in the documentation
Change-Id: I5b3487d0f56980d057c34438a877a6626fe535a3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/src/qmlapp/usecases/layouts.qdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/qmlapp/usecases/layouts.qdoc b/doc/src/qmlapp/usecases/layouts.qdoc
index 40e8f685..297600e9 100644
--- a/doc/src/qmlapp/usecases/layouts.qdoc
+++ b/doc/src/qmlapp/usecases/layouts.qdoc
@@ -50,9 +50,11 @@ accomplished by setting the x and y coordinates to the appropriate bindings.
\section1 Anchors
-The \c Item type provides the abilitiy to anchor to other \l Item types. There are six anchor lines for each item: \e left,
-\e right, \e{vertical center}, \e top, \e bottom and \e{horizontal center}. The three vertical anchor lines can be anchored to any of
-the three vertical anchor lines of another item, and the three horizontal anchor lines can be anchored to the
+The \c Item type provides the abilitiy to anchor to other \l Item types. There
+are seven anchor lines for each item: \e left, \e right, \e{vertical center},
+\e top, \e bottom, \e baseline and \e{horizontal center}. The three vertical
+anchor lines can be anchored to any of the three vertical anchor lines of
+another item, and the four horizontal anchor lines can be anchored to the
horizontal anchor lines of another item.
For full details, see \l {Positioning with Anchors} and the documentation of the \l{Item::anchors.top}{anchors property}.