diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-23 06:42:16 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-23 07:18:58 (GMT) |
commit | 3a5040ebacb177e883e2f79660194c1034fa79c2 (patch) | |
tree | cc0a943b7758052d6d2959f55b19adf8c046d32c /doc/src/declarative/declarativeui.qdoc | |
parent | 80d1bc3da3ac03deb321a307a87df1f5f331e48f (diff) | |
download | Qt-3a5040ebacb177e883e2f79660194c1034fa79c2.zip Qt-3a5040ebacb177e883e2f79660194c1034fa79c2.tar.gz Qt-3a5040ebacb177e883e2f79660194c1034fa79c2.tar.bz2 |
Add tutorial for writing QML extensions
Diffstat (limited to 'doc/src/declarative/declarativeui.qdoc')
-rw-r--r-- | doc/src/declarative/declarativeui.qdoc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc index 55945e6..8f36582 100644 --- a/doc/src/declarative/declarativeui.qdoc +++ b/doc/src/declarative/declarativeui.qdoc @@ -76,7 +76,6 @@ completely new applications. QML is fully \l {Extending QML in C++}{extensible \o \l {QML Tutorial}{Tutorial: 'Hello World'} \o \l {QML Advanced Tutorial}{Tutorial: 'Same Game'} \o \l {QML Examples and Demos} -\o \l {Using QML in C++ Applications} \o \l {QML for Qt programmers} \endlist @@ -98,12 +97,18 @@ completely new applications. QML is fully \l {Extending QML in C++}{extensible \o \l {qmlruntime.html}{The Qt Declarative Runtime} \endlist +\section1 Using QML with C++: +\list +\o \l {Tutorial: Writing QML extensions with C++} +\o \l {Extending QML in C++} +\o \l {Using QML in C++ Applications} +\o \l {Integrating QML with existing Qt UI code} +\endlist + \section1 Reference: \list \o \l {QML Elements} \o \l {QML Global Object} -\o \l {Extending QML in C++} -\o \l {Integrating QML with existing Qt UI code} \o \l {QML Internationalization} \o \l {QML Security} \o \l {QtDeclarative Module} |