diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-04-12 01:25:06 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-04-12 01:26:07 (GMT) |
commit | bb491c3b9ee2034e14d05a74f3ff926ffd2cd39b (patch) | |
tree | d94ee22a1958c2fa3fade2e3e2ddb079188b0a14 /doc/src/declarative/declarativeui.qdoc | |
parent | 2096a93fffa4b8986ea0bd6d93aa1457b8f359e2 (diff) | |
download | Qt-bb491c3b9ee2034e14d05a74f3ff926ffd2cd39b.zip Qt-bb491c3b9ee2034e14d05a74f3ff926ffd2cd39b.tar.gz Qt-bb491c3b9ee2034e14d05a74f3ff926ffd2cd39b.tar.bz2 |
Start documenting coding conventions
Task-number: QT-2845
Diffstat (limited to 'doc/src/declarative/declarativeui.qdoc')
-rw-r--r-- | doc/src/declarative/declarativeui.qdoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc index f310484..a4f4bc7 100644 --- a/doc/src/declarative/declarativeui.qdoc +++ b/doc/src/declarative/declarativeui.qdoc @@ -47,10 +47,10 @@ highly dynamic, custom user interfaces. Qt Declarative UI provides a declarative framework for building highly dynamic, custom -user interfaces. Declarative UI helps programmers and designers collaborate to build -the animation rich, fluid user interfaces that are becoming common in portable -consumer devices, such as mobile phones, media players, set-top boxes and netbooks. -The Qt Declarative module provides an engine for interpreting the declarative QML +user interfaces. Declarative UI helps programmers and designers collaborate to build +the animation rich, fluid user interfaces that are becoming common in portable +consumer devices, such as mobile phones, media players, set-top boxes and netbooks. +The Qt Declarative module provides an engine for interpreting the declarative QML language, and a rich set of \l {QML Elements}{QML elements} that can be used from QML. @@ -106,5 +106,6 @@ completely new applications. QML is fully \l {Extending QML in C++}{extensible \o \l {QML Security} \o \l {QtDeclarative Module} \o \l {Debugging QML} +\o \l {QML Coding Conventions} \endlist */ |