Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added autotest for Component.createObject() without Qt.createComponent() | Alan Alpert | 2010-05-24 | 1 | -0/+2 |
| | | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926 | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 1 | -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() to | Bea Lam | 2010-04-28 | 1 | -0/+3 |
Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification. |