summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started/gettingstartedqml.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-12-21 19:24:11 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-12-21 19:24:11 (GMT)
commitdfcc33409c4acfc265fdb87607862207a92c0a5c (patch)
tree47daff0e39939c521ee80cbd0b590107ec57ba51 /doc/src/getting-started/gettingstartedqml.qdoc
parent2143a50d274d36e4fe779de2c732c66f47496ace (diff)
parent026296d29c3e533a0b9b23e99b345987d470a378 (diff)
downloadQt-dfcc33409c4acfc265fdb87607862207a92c0a5c.zip
Qt-dfcc33409c4acfc265fdb87607862207a92c0a5c.tar.gz
Qt-dfcc33409c4acfc265fdb87607862207a92c0a5c.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/getting-started/gettingstartedqml.qdoc')
-rw-r--r--doc/src/getting-started/gettingstartedqml.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc
index e3977bb..11fad03 100644
--- a/doc/src/getting-started/gettingstartedqml.qdoc
+++ b/doc/src/getting-started/gettingstartedqml.qdoc
@@ -133,7 +133,7 @@
the interactive area where mouse movements are detected. For our button, we anchor the
whole MouseArea to its parent, which is \c simplebutton. The \c anchors.fill syntax is
one way of accessing a specific property called \c fill inside a group of properties
- called \c anchors. QML uses \l {Anchor-based Layout in QML}{anchor based layouts} where
+ called \c anchors. QML uses \l {Anchor-Based Layout in QML}{anchor-based layouts} where
items can anchor to another item, creating robust layouts.
The \c MouseArea has many signal handlers that are called during mouse movements within