summaryrefslogtreecommitdiff
path: root/doc/src/snippets/declarative/qtbinding/functions-cpp/functions-qml.pro
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-11-04 15:18:52 +1000
committerBea Lam <bea.lam@nokia.com>2010-11-04 15:19:51 +1000
commitb5588ded342ed9dbc9f00fc8a4091e447880eccc (patch)
treeec80f35e2eb242fa2896aa7af2fdef127293bd35 /doc/src/snippets/declarative/qtbinding/functions-cpp/functions-qml.pro
parentb628a6dc1373fcfbc71a7668d39111c699396674 (diff)
downloadqt4-tools-b5588ded342ed9dbc9f00fc8a4091e447880eccc.tar.gz
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 'doc/src/snippets/declarative/qtbinding/functions-cpp/functions-qml.pro')
-rw-r--r--doc/src/snippets/declarative/qtbinding/functions-cpp/functions-qml.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/snippets/declarative/qtbinding/functions-cpp/functions-qml.pro b/doc/src/snippets/declarative/qtbinding/functions-cpp/functions-qml.pro
new file mode 100644
index 0000000000..01066c1bc4
--- /dev/null
+++ b/doc/src/snippets/declarative/qtbinding/functions-cpp/functions-qml.pro
@@ -0,0 +1,3 @@
+QT += declarative
+SOURCES += main.cpp
+HEADERS += myclass.h