summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-10-18 17:01:51 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-10-19 07:53:19 +0000
commit62ef0a1e74fc1e04fb260cfdc62f6df338689f25 (patch)
treea443117c362220e0328ef5d8e2c5b3fc93ff4343
parent4a3c2008312e72aa6519b27aefc3963bf9fdb534 (diff)
downloadqt-creator-62ef0a1e74fc1e04fb260cfdc62f6df338689f25.tar.gz
Doc: Add a step to add connections and bindings in Connections tab
...in Qt Quick Designer. Change-Id: Ifedb43e73eb868292d31941f432731c27320ca5e Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-rw-r--r--doc/src/qtquick/qtquick-connection-editor.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/qtquick/qtquick-connection-editor.qdoc b/doc/src/qtquick/qtquick-connection-editor.qdoc
index a9ff30855b..886359d03b 100644
--- a/doc/src/qtquick/qtquick-connection-editor.qdoc
+++ b/doc/src/qtquick/qtquick-connection-editor.qdoc
@@ -58,6 +58,9 @@
\li Select the \uicontrol {Connections} tab.
+ \li Select the \inlineimage plus.png
+ (\uicontrol Add) button to add a connection.
+
\li Select \uicontrol Target to add the object to connect to a signal.
\li Select \uicontrol {Signal Handler} to select the signal that the connection
@@ -105,6 +108,9 @@
\li Select the \uicontrol {Bindings} tab.
+ \li Select the \inlineimage plus.png
+ (\uicontrol Add) button to add a binding.
+
\li Select \uicontrol Item to select the target object whose property you want
to change dynamically.