summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/qtbinding
Commit message (Collapse)AuthorAgeFilesLines
* Document support for QVariantList and QVariantMap type conversionBea Lam2010-12-063-0/+123
|
* Document which header to include for qmlRegister functions.Martin Jones2010-11-301-1/+1
| | | | | Task-number: QTBUG-15630 Reviewed-by: Bea Lam
* Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-0445-199/+1433
| | | | | | | | | | | | | | 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
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-294-4/+4
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: More work on the QML documentation.David Boddie2010-09-144-4/+4
|
* Doc: Updated example license to three clause BSD license.David Boddie2010-06-1011-315/+304
| | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Add license headers for .qml files.Jason McDonald2010-05-214-0/+164
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Move snippets to correct locationBea Lam2010-04-2817-0/+551