From 62ef0a1e74fc1e04fb260cfdc62f6df338689f25 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 18 Oct 2016 17:01:51 +0200 Subject: [PATCH] Doc: Add a step to add connections and bindings in Connections tab ...in Qt Quick Designer. Change-Id: Ifedb43e73eb868292d31941f432731c27320ca5e Reviewed-by: Thomas Hartmann --- doc/src/qtquick/qtquick-connection-editor.qdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/qtquick/qtquick-connection-editor.qdoc b/doc/src/qtquick/qtquick-connection-editor.qdoc index a9ff30855b1..886359d03bf 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.