summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/integrating-javascript/connectjs.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Add 'Writing New Components' docs, and document the connect() function.Bea Lam2010-12-031-0/+57
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