summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/integrating-javascript
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-115-5/+5
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Qt.include() docs weren't being picked up by qdocBea Lam2010-12-063-0/+153
| | | | | | | This moves the Qt.include() docs to qdeclarativeengine.cpp and also documents it in the "Integrating JavaScript" page. Task-number: QTBUG-15855
* Add 'Writing New Components' docs, and document the connect() function.Bea Lam2010-12-032-0/+104
The 'Writing QML Components' is mainly a restructuring of the 'Extending types from QML' page. It also documents the signal connect() function that was previously undocumented. Task-number: QTBUG-15718, QTBUG-15138