diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-11-04 05:18:52 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-11-04 05:19:51 (GMT) |
commit | b5588ded342ed9dbc9f00fc8a4091e447880eccc (patch) | |
tree | ec80f35e2eb242fa2896aa7af2fdef127293bd35 /tests/auto/declarative | |
parent | b628a6dc1373fcfbc71a7668d39111c699396674 (diff) | |
download | Qt-b5588ded342ed9dbc9f00fc8a4091e447880eccc.zip Qt-b5588ded342ed9dbc9f00fc8a4091e447880eccc.tar.gz Qt-b5588ded342ed9dbc9f00fc8a4091e447880eccc.tar.bz2 |
Largely rewrite the Using QML in C++ Applications documentation. It
now has an overview of different approaches to QML/C++ integration
and demonstrates how to pass data between QML and C++ through
properties/functions/signals. The part in the old docs that focused
on QDeclarativeContext has been merged into the QDeclarativeContext
class docs (although most of the info was largely covered in there
already) and the part that covered Network Components has been
moved to the QDeclarativeComponent class docs. The custom enum
types example previously in extending-tutorial.qdoc has been
moved to these new docs.
Task-number: QTBUG-14923
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r-- | tests/auto/declarative/examples/tst_examples.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp index cff0b46..0c7f8fb 100644 --- a/tests/auto/declarative/examples/tst_examples.cpp +++ b/tests/auto/declarative/examples/tst_examples.cpp @@ -86,6 +86,7 @@ tst_examples::tst_examples() // Add directories you want excluded here excludedDirs << "doc/src/snippets/declarative/visualdatamodel_rootindex"; + excludedDirs << "doc/src/snippets/declarative/qtbinding"; #ifdef QT_NO_WEBKIT excludedDirs << "examples/declarative/modelviews/webview"; |