summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/qtbinding/newelements/newelements.pro
Commit message (Collapse)AuthorAgeFilesLines
* Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-041-0/+3
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