summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-28 16:22:18 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-29 07:34:25 +0000
commit7ad279e99d3e9cb7ba24739b60acc3ff1daeb226 (patch)
tree4795b6f40133b81078f597877b2d59f212bcdb96
parent55466483cb484e7364ef2e23aedd656206a0a175 (diff)
downloadqt-creator-7ad279e99d3e9cb7ba24739b60acc3ff1daeb226.tar.gz
Doc: Update Qt Quick Designer connection editor docs
- Update the screenshot - Use "select" instead of "specify", because items and properties can be selected from lists. Change-Id: I292f7900d956c682e3f4b6071bbef9a6362cc6be Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-rw-r--r--doc/images/qmldesigner-bindings.pngbin5852 -> 4919 bytes
-rw-r--r--doc/src/qtquick/qtquick-connection-editor.qdoc6
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/images/qmldesigner-bindings.png b/doc/images/qmldesigner-bindings.png
index 723fe3ea11..ebe24eb758 100644
--- a/doc/images/qmldesigner-bindings.png
+++ b/doc/images/qmldesigner-bindings.png
Binary files differ
diff --git a/doc/src/qtquick/qtquick-connection-editor.qdoc b/doc/src/qtquick/qtquick-connection-editor.qdoc
index 236d3f9bbc..a9ff30855b 100644
--- a/doc/src/qtquick/qtquick-connection-editor.qdoc
+++ b/doc/src/qtquick/qtquick-connection-editor.qdoc
@@ -108,13 +108,13 @@
\li Select \uicontrol Item to select the target object whose property you want
to change dynamically.
- \li Select \uicontrol Property to specify the property to bind to a source
+ \li Select \uicontrol Property to select the property to bind to a source
property.
- \li Select \uicontrol {Source Item} to specify the object whose property you
+ \li Select \uicontrol {Source Item} to select the object whose property you
want to use to determine the behavior of the target object.
- \li Select \uicontrol {Source Property} to specify the property to bind the
+ \li Select \uicontrol {Source Property} to select the property to bind the
target property to.
\endlist