summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/qtbinding/contextproperties/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-041-78/+0
| | | | | | | | | | | | | | 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
* Doc: Updated example license to three clause BSD license.David Boddie2010-06-101-27/+26
| | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Move snippets to correct locationBea Lam2010-04-281-0/+79