diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2010-03-01 15:30:33 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2010-03-01 15:31:18 (GMT) |
commit | 45d91603e65f78cb749bcc2c8949ef24048761df (patch) | |
tree | 7fe1b5a4f310539480cabee1ea2f8384c6e20589 /doc/src/qt4-intro.qdoc | |
parent | e24247b07c6450881094200e729390b676f911aa (diff) | |
download | Qt-45d91603e65f78cb749bcc2c8949ef24048761df.zip Qt-45d91603e65f78cb749bcc2c8949ef24048761df.tar.gz Qt-45d91603e65f78cb749bcc2c8949ef24048761df.tar.bz2 |
Doc: brief Qt Quick introduction on "What's New" page.
Diffstat (limited to 'doc/src/qt4-intro.qdoc')
-rw-r--r-- | doc/src/qt4-intro.qdoc | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc index cf53df0..c670c51 100644 --- a/doc/src/qt4-intro.qdoc +++ b/doc/src/qt4-intro.qdoc @@ -473,6 +473,29 @@ \section1 Declarative UI development with Qt Quick + Qt 4.7 introduces Quick, the Qt UI Creation Kit. that enables the creation + of dynamic user interfaces, easier and more effective than possible + with existing UI technologies. This UI Creation Kit consist of three + technologies: + + \list + \i QML is a declarative language oriented on JavaScript that utilizes + Qt's Meta-Object capabilities to enable designers and developers to + collaborate tightly and create animated and fluid user experiences, + using existing knowledge in script language and design. + + \i QtDeclarative is a C++ library that provides the underlying engine, + which translates the declarative description of the UI in QML into + items on a QGraphicsScene. The library also provides APIs to bind + custom C++ types and elements to QML, and to connect the QML UI with + the underlying application logic written in C++. + + \i Qt Creator has been improved to support interactive editing of + QML UIs through drag-and-drop. The text editor supports the QML + syntax and provides authoring assistance such as auto-completion, + error lookup, help lookup and easy preview of QML UI's. + \endlist + \section1 Network Bearer Management Bearer Management controls the connectivity state of the system. @@ -494,7 +517,7 @@ \section1 New Classes, Functions, Macros, etc. - Links to new classes, functions, macros, and other items + Links to new classes, elements, functions, macros, and other items introduced in Qt 4.7. \sincelist 4.7 |