summaryrefslogtreecommitdiff
path: root/doc/src/qtquick/qtquick-connection-editor-signals.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-05-15 15:23:04 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-05-15 15:05:03 +0000
commitbbfef062de6b8057875bc145d576fc926952c3a6 (patch)
tree607d9b858b3d8054737fbe2dba2b012c89b6f1e5 /doc/src/qtquick/qtquick-connection-editor-signals.qdoc
parent61340e1543e4d4dd80e4c46a778ed42eee94f6a4 (diff)
downloadqt-creator-bbfef062de6b8057875bc145d576fc926952c3a6.tar.gz
Doc: Edit docs for the Connections view
- You have to double-click the values of columns to edit them - For properties and bindings, the values are set for the currently selected item and the item column displays the item id (read-only) - Add links to examples of using the view Change-Id: I8c27dbbcbbf269f52102ca2af37f872c86e56155 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc/src/qtquick/qtquick-connection-editor-signals.qdoc')
-rw-r--r--doc/src/qtquick/qtquick-connection-editor-signals.qdoc21
1 files changed, 14 insertions, 7 deletions
diff --git a/doc/src/qtquick/qtquick-connection-editor-signals.qdoc b/doc/src/qtquick/qtquick-connection-editor-signals.qdoc
index 010ab17847..a9e221ce73 100644
--- a/doc/src/qtquick/qtquick-connection-editor-signals.qdoc
+++ b/doc/src/qtquick/qtquick-connection-editor-signals.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -61,11 +61,18 @@
\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 will listen to from a list of all signals available for
- the object.
- \li Select \uicontrol Actions to specify the action to perform when
- the signal is emitted. You use JavaScript to specify the actions.
+ \li Double-click the value in the \uicontrol Target column to add the
+ object to connect to a signal.
+ \li Double-click the value in the \uicontrol {Signal Handler} column to
+ select the signal that the connection will listen to from a list of
+ all signals available for the object.
+ \li Double-click the value in the \uicontrol Actions column to specify
+ the action to perform when the signal is emitted. You use JavaScript
+ to specify the actions.
\endlist
+
+ \if defined(qtdesignstudio)
+ For an example of connecting the \c clicked signal of a button to a
+ \l{Adding States}{state}, see \l {Log In UI - Part 3}.
+ \endif
*/