QmlDesigner: Update the Concepts and Terms doc

This patch updates the Concepts and Terms document.
Removes an old image and adds new images to support
the current connection view update.

Fixes: QDS-11000
Change-Id: I7d5d1bea4287e13c2344138af7cce5b8f9f4321d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Pranta Dastider
2023-10-24 17:02:16 +02:00
committed by Pranta Ghosh Dastider
parent efab1cbab1
commit e27a8704df
4 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -57,7 +57,7 @@
component height is adjusted automatically. Similarly, the opacity of a
component can be bound to the opacity of its parent component.
\image qtquick-connection-editor-assignment.png "Binding Editor"
\image qtquick-connection-editor-assignment.webp "Binding Editor"
Property bindings are created implicitly whenever a property is assigned a
JavaScript expression.
@@ -115,7 +115,7 @@
is to create \l{glossary-binding}{bindings} between the values of their
\l{glossary-property}{properties}.
\image qmldesigner-connections.png "The Connections view"
\image qmldesigner-connections.webp "The Connections view"
Read more about connections:
@@ -211,9 +211,9 @@
the application. For example, the \l {Mouse Area} component has a \c clicked
signal that is emitted whenever the mouse is clicked within the area. Since
the signal name is \c clicked, the signal handler for receiving this signal
is named \c onClicked.
is named \c onClicked. Then it performs the defined \uicontrol {Action}.
\image washingmachineui-connections.png "Connections view, Connections tab"
\image qtquick-component-signal.webp "Component signal"
Further, a signal is automatically emitted when the value of a
\l{glossary-property}{property} changes.