summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/createQmlObject.qml
Commit message (Collapse)AuthorAgeFilesLines
* Doc: More work on the QML documentation.David Boddie2010-09-141-1/+1
|
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-291-0/+4
| | | | | | this page from other documentation. Task-number: QTBUG-12446
* fixes for dynamic object creation docsBea Lam2010-07-201-2/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-161-2/+2
|\
| * Move some example code into snippets/ and add other doc fixesBea Lam2010-06-091-2/+2
| |
* | 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
* 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/+18
Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification.