From e4eed41f6a7ea259b95950945ec2a3d9fd6b92ea Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 3 Apr 2025 07:56:25 +0000 Subject: [PATCH] Doc: Qt D-Bus: Add image alt texts To increase accessibility for the documentation, provide altenative descriptions for the images. Fixes: QTBUG-135116 Change-Id: Id2d97251af9af0d4222f0dc15aa5b8e266ca36f4 Reviewed-by: Safiyyah Moosa Reviewed-by: Andreas Eliasson (cherry picked from commit 8e36dcf4c861033f4675e37383c847b2ae03d23d) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit f4c1d51cae258559a00d4e929af1a11b6d304059) --- examples/dbus/doc/src/chat.qdoc | 3 ++- .../remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc | 3 ++- src/dbus/doc/src/qtdbus-overview.qdoc | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/dbus/doc/src/chat.qdoc b/examples/dbus/doc/src/chat.qdoc index fdbc2f30ae6..264c61dbace 100644 --- a/examples/dbus/doc/src/chat.qdoc +++ b/examples/dbus/doc/src/chat.qdoc @@ -12,7 +12,8 @@ among instances of an application. Users connect and send messages to each other. - \image dbus-chat-example.webp + \image dbus-chat-example.webp {Two instances of the D-Bus Chat example + running at the same time.} \include examples-run.qdocinc */ diff --git a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc index 94c914b642b..6ccec0cbb78 100644 --- a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc +++ b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc @@ -11,7 +11,8 @@ The Remote Controlled Car example shows how to use \l{Qt D-Bus} to control one application from another. - \image remotecontrolledcar-car-example.webp + \image remotecontrolledcar-car-example.webp {The two example applications, + `car` and `controller`, running at the same time.} \include examples-run.qdocinc */ diff --git a/src/dbus/doc/src/qtdbus-overview.qdoc b/src/dbus/doc/src/qtdbus-overview.qdoc index 6342e674fd2..c994784e315 100644 --- a/src/dbus/doc/src/qtdbus-overview.qdoc +++ b/src/dbus/doc/src/qtdbus-overview.qdoc @@ -115,7 +115,7 @@ If we continue our analogy with Web services, object paths equate to the path part of a URL: - \image qurl-ftppath.png + \image qurl-ftppath.png {Path in a URL.} Like them, object paths in D-Bus are formed resembling path names on the filesystem: they are slash-separated labels, each