diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-07 01:32:07 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-07 01:32:07 (GMT) |
commit | 2dd06e645cb6e1ffca1274864a62418a2ebe6504 (patch) | |
tree | 84e7be0eec3f9e069bac539e8a665456c1fe7f46 /doc | |
parent | 1ae95bbda437d6b4829cc3979b40ceffc5eb2ff2 (diff) | |
download | Qt-2dd06e645cb6e1ffca1274864a62418a2ebe6504.zip Qt-2dd06e645cb6e1ffca1274864a62418a2ebe6504.tar.gz Qt-2dd06e645cb6e1ffca1274864a62418a2ebe6504.tar.bz2 |
doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/components.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/components.qdoc b/doc/src/declarative/components.qdoc index 3b37c45..d7a4ba6 100644 --- a/doc/src/declarative/components.qdoc +++ b/doc/src/declarative/components.qdoc @@ -13,8 +13,8 @@ Writing and using components allows you to: \endlist Components are placed in \e <Name>.qml files, allowing \e <Name> to then be used as a tag -elsewhere. For example, if you have a Slider.qml file, you can then use \c {Slider \{\}} to -place a slider. +elsewhere. For example, if you have a Slider.qml file, you can then use \c {Slider { ... }} to +make a slider, just as if it was a built-in type. Components may be collected into \l {qmlmodules}{modules}. |