diff options
author | Topi Reinio <[email protected]> | 2025-04-03 07:56:25 +0000 |
---|---|---|
committer | Topi Reinio <[email protected]> | 2025-04-09 13:15:35 +0000 |
commit | 8e36dcf4c861033f4675e37383c847b2ae03d23d (patch) | |
tree | 1b207bb1fb72ea346d316e82bed5ff0d40141ab3 | |
parent | 351800ace2bbd47e3c1540a934b22c6f46ca59ea (diff) |
Doc: Qt D-Bus: Add image alt texts
To increase accessibility for the documentation, provide altenative
descriptions for the images.
Pick-to: 6.9 6.8
Fixes: QTBUG-135116
Change-Id: Id2d97251af9af0d4222f0dc15aa5b8e266ca36f4
Reviewed-by: Safiyyah Moosa <[email protected]>
Reviewed-by: Andreas Eliasson <[email protected]>
-rw-r--r-- | examples/dbus/doc/src/chat.qdoc | 3 | ||||
-rw-r--r-- | examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc | 3 | ||||
-rw-r--r-- | 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 |