diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-06-03 17:47:54 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-06-03 17:47:54 (GMT) |
commit | 01506a3b212d449d65df1131b49af0e174e45275 (patch) | |
tree | d388b72594d089caab77749d8ed5bdbea149f359 /doc/src | |
parent | 67666e78b2667ef6220372d2042f0477adfb09f3 (diff) | |
download | Qt-01506a3b212d449d65df1131b49af0e174e45275.zip Qt-01506a3b212d449d65df1131b49af0e174e45275.tar.gz Qt-01506a3b212d449d65df1131b49af0e174e45275.tar.bz2 |
Enhance docs
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/extending.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/declarative/extending.qdoc b/doc/src/declarative/extending.qdoc index 574b0b2..af5b437 100644 --- a/doc/src/declarative/extending.qdoc +++ b/doc/src/declarative/extending.qdoc @@ -425,6 +425,9 @@ value will not be accessible from script. \l {Extending QML - Signal Support Example} shows the complete code used to implement the onPartyStarted signal property. +If you want to use signals from items not created in QML, you can access their +signals with the \l {Connections} element. + \section1 Property Value Sources \snippet examples/declarative/cppextensions/referenceexamples/valuesource/example.qml 0 |