summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/Sprite.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: More work on the QML documentation.David Boddie2010-09-141-1/+1
|
* Doc: Updated example license to three clause BSD license.David Boddie2010-06-101-29/+28
| | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-241-0/+2
| | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Fix references to createComponent() and createQmlObject() toBea Lam2010-04-281-0/+3
Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification.