diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-13 00:30:24 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-13 04:49:31 (GMT) |
commit | 24163ea3fee49649ce0ef44bd7b25de78c618e27 (patch) | |
tree | 791a801e96b3d4d06f5b836153b129ac9df357be /doc | |
parent | 573a5f2a0b07d094c7fdf1c1a1bddb4261f2ede6 (diff) | |
download | Qt-24163ea3fee49649ce0ef44bd7b25de78c618e27.zip Qt-24163ea3fee49649ce0ef44bd7b25de78c618e27.tar.gz Qt-24163ea3fee49649ce0ef44bd7b25de78c618e27.tar.bz2 |
Doc improvements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/advtutorial.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/declarative/advtutorial.qdoc b/doc/src/declarative/advtutorial.qdoc index 4807fd2..3a70eee 100644 --- a/doc/src/declarative/advtutorial.qdoc +++ b/doc/src/declarative/advtutorial.qdoc @@ -101,6 +101,9 @@ One item you may not recognize here is the \l SystemPalette item. This provides access to the Qt system palette and is used to give the button a more native look-and-feel. +Notice the anchors for the \c Item, \c Button and \c Text elements are set using +\l {Grouped Properties}{group notation} for readability. + \section2 Adding \c Button and \c Block components The \c Button item in the code above is defined in a separate file named \c Button.qml. |