diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-21 16:36:25 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-21 16:36:25 (GMT) |
commit | 84232c88aa9b05d91016b66963d68b8096099f9c (patch) | |
tree | b5593a584649fde6a9b8b88cb3fc99db6dd233fb /doc/src/getting-started/gettingstartedqml.qdoc | |
parent | fa4526a79112baccf9b00adca7f360ac8588a22d (diff) | |
download | Qt-84232c88aa9b05d91016b66963d68b8096099f9c.zip Qt-84232c88aa9b05d91016b66963d68b8096099f9c.tar.gz Qt-84232c88aa9b05d91016b66963d68b8096099f9c.tar.bz2 |
Doc: Changed a page title.
Diffstat (limited to 'doc/src/getting-started/gettingstartedqml.qdoc')
-rw-r--r-- | doc/src/getting-started/gettingstartedqml.qdoc | 2 |
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 |