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>
This commit is contained in:
Leena Miettinen
2016-10-18 17:01:51 +02:00
parent 4a3c200831
commit 62ef0a1e74

View File

@@ -58,6 +58,9 @@
\li Select the \uicontrol {Connections} tab. \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 Target to add the object to connect to a signal.
\li Select \uicontrol {Signal Handler} to select the signal that the connection \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 \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 \li Select \uicontrol Item to select the target object whose property you want
to change dynamically. to change dynamically.