summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-06-03 17:47:54 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-06-03 17:47:54 (GMT)
commit01506a3b212d449d65df1131b49af0e174e45275 (patch)
treed388b72594d089caab77749d8ed5bdbea149f359 /doc
parent67666e78b2667ef6220372d2042f0477adfb09f3 (diff)
downloadQt-01506a3b212d449d65df1131b49af0e174e45275.zip
Qt-01506a3b212d449d65df1131b49af0e174e45275.tar.gz
Qt-01506a3b212d449d65df1131b49af0e174e45275.tar.bz2
Enhance docs
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/extending.qdoc3
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