summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/declarativeui.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-02-15 15:47:59 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2011-02-15 15:47:59 (GMT)
commit57e4e8b9b8ee3e489c3f0900010eb194e174f623 (patch)
tree6f86c5241cd77f99354740329e3c2b3997fc100e /doc/src/declarative/declarativeui.qdoc
parent448e5c7d787382d47efe786a5a85cce8bdcd61a4 (diff)
downloadQt-57e4e8b9b8ee3e489c3f0900010eb194e174f623.zip
Qt-57e4e8b9b8ee3e489c3f0900010eb194e174f623.tar.gz
Qt-57e4e8b9b8ee3e489c3f0900010eb194e174f623.tar.bz2
Re-wrote Qt Quick intro. Deleted unused snippets and images.
Task-number: QTBUG-16071
Diffstat (limited to 'doc/src/declarative/declarativeui.qdoc')
-rw-r--r--doc/src/declarative/declarativeui.qdoc16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc
index 53c7da3..277903f 100644
--- a/doc/src/declarative/declarativeui.qdoc
+++ b/doc/src/declarative/declarativeui.qdoc
@@ -45,22 +45,6 @@ language for describing user interfaces and a language runtime. A collection
of C++ APIs is used to integrate these high level features with classic
Qt applications.
-\section2 QML
-
-User interfaces and their behavior are described using QML, an extension to
-\l{About JavaScript}{JavaScript} that lets developers and designers
-use a declarative syntax to specify each user interface in terms of
-\l{QML Elements}{QML elements}. These elements are a sophisticated set of
-graphical and behavioral building blocks that can be combined together in
-\l{QML Documents}{QML documents} to build components ranging in complexity
-from simple buttons and sliders, to complete Internet-enabled applications.
-
-\section2 Qt Declarative Module
-
-The Qt Declarative module provides a C++ API that is for interacting with QML files from within Qt applications. The module allows the programmer to build applications' backend logic using Qt.
-
-QML and the Qt Declarative Module separate the frontend UI logic from the backend logic.
-
\section1 Getting Started
\list