summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qml-extending.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
| | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Document calling QObject methods from QML in Extending QML in C++ docs.Martin Jones2010-08-251-0/+14
|
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Create overview page for examples for Extending QML in C++Bea Lam2010-05-201-0/+302
Task-number: QT-3365 QT-3366