Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 3 | -3/+3 |
| | | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 3 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Largely rewrite the Using QML in C++ Applications documentation. It | Bea Lam | 2010-11-04 | 4 | -0/+174 |
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 |