summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-02-23 14:08:04 +0100
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-03-14 19:46:08 +0100
commit20668baa591796e916502cbd51e7ebfe23cc4ca3 (patch)
treea854c51ef39f73d6198e1de1ee1e436c4cd175f1 /examples
parent2245a8dbb057811258b6ab5da842b8f547bdd3f7 (diff)
dbus examples: Update screenshots
Use WEBP format to reduce the file size. Task-number: QTBUG-111366 Pick-to: 6.5 Change-Id: I14ff15010e7ac7e1b375eeafaa1c153b0fdd95e6 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/dbus/doc/images/dbus-chat-example.pngbin38530 -> 0 bytes
-rw-r--r--examples/dbus/doc/images/dbus-chat-example.webpbin0 -> 17556 bytes
-rw-r--r--examples/dbus/doc/src/chat.qdoc2
-rw-r--r--examples/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.pngbin8833 -> 0 bytes
-rw-r--r--examples/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.webpbin0 -> 14484 bytes
-rw-r--r--examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc2
6 files changed, 2 insertions, 2 deletions
diff --git a/examples/dbus/doc/images/dbus-chat-example.png b/examples/dbus/doc/images/dbus-chat-example.png
deleted file mode 100644
index ad66d08950..0000000000
--- a/examples/dbus/doc/images/dbus-chat-example.png
+++ /dev/null
Binary files differ
diff --git a/examples/dbus/doc/images/dbus-chat-example.webp b/examples/dbus/doc/images/dbus-chat-example.webp
new file mode 100644
index 0000000000..82f651a50c
--- /dev/null
+++ b/examples/dbus/doc/images/dbus-chat-example.webp
Binary files differ
diff --git a/examples/dbus/doc/src/chat.qdoc b/examples/dbus/doc/src/chat.qdoc
index a39cf85367..b8dd8822af 100644
--- a/examples/dbus/doc/src/chat.qdoc
+++ b/examples/dbus/doc/src/chat.qdoc
@@ -11,7 +11,7 @@
among instances of an application. Users connect and send message to
each other.
- \image dbus-chat-example.png
+ \image dbus-chat-example.webp
\include examples-run.qdocinc
*/
diff --git a/examples/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.png b/examples/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.png
deleted file mode 100644
index 7e08340c80..0000000000
--- a/examples/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.png
+++ /dev/null
Binary files differ
diff --git a/examples/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.webp b/examples/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.webp
new file mode 100644
index 0000000000..cc2f1de3dc
--- /dev/null
+++ b/examples/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.webp
Binary files differ
diff --git a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
index 073bf3e435..519d7548b7 100644
--- a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
+++ b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
@@ -10,7 +10,7 @@
The Remote Controlled Car example shows how to use \l{Qt D-Bus} to control
one application from another.
- \image remotecontrolledcar-car-example.png
+ \image remotecontrolledcar-car-example.webp
\include examples-run.qdocinc
*/