aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranta Dastider <pranta.dastider@qt.io>2023-09-25 17:26:46 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2023-09-26 09:23:02 +0000
commitd3907556bdf7c1262a0c4aca71d440b7e2e97ca4 (patch)
tree94db67081bde38d9bf6436fcc91d319143fc3908
parent9f241e682f073fa557db392937eb97d6f73b0853 (diff)
QmlDesigner: Update Screenshot of Connection overview document
This patch updates the screenshot for Connection view documentation. Changes the old "png" image to new "webp". It shows new design and elements of the Connection view. Fixes: QDS-10760 Change-Id: I2199afae5f044dc70ad4a6f51b59fd9c7f9c7f3d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--doc/qtdesignstudio/images/qmldesigner-connections.pngbin3294 -> 0 bytes
-rw-r--r--doc/qtdesignstudio/images/qmldesigner-connections.webpbin0 -> 7158 bytes
-rw-r--r--doc/qtdesignstudio/src/views/qtquick-connection-view.qdoc2
3 files changed, 1 insertions, 1 deletions
diff --git a/doc/qtdesignstudio/images/qmldesigner-connections.png b/doc/qtdesignstudio/images/qmldesigner-connections.png
deleted file mode 100644
index 605dc835784..00000000000
--- a/doc/qtdesignstudio/images/qmldesigner-connections.png
+++ /dev/null
Binary files differ
diff --git a/doc/qtdesignstudio/images/qmldesigner-connections.webp b/doc/qtdesignstudio/images/qmldesigner-connections.webp
new file mode 100644
index 00000000000..5a49a316fe6
--- /dev/null
+++ b/doc/qtdesignstudio/images/qmldesigner-connections.webp
Binary files differ
diff --git a/doc/qtdesignstudio/src/views/qtquick-connection-view.qdoc b/doc/qtdesignstudio/src/views/qtquick-connection-view.qdoc
index 93fbdc7ea7a..5cc2c4a6670 100644
--- a/doc/qtdesignstudio/src/views/qtquick-connection-view.qdoc
+++ b/doc/qtdesignstudio/src/views/qtquick-connection-view.qdoc
@@ -12,7 +12,7 @@
to create connections between components and the application, to bind
component properties together, and to add custom properties for components.
- \image qmldesigner-connections.png "The Connections view"
+ \image qmldesigner-connections.webp "The Connections view"
The \l{glossary-component}{components} of the application UI and the
application logic need to communicate with each other. For example, a