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 <safiyyah.moosa@qt.io> Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
This commit is contained in:
parent
351800ace2
commit
8e36dcf4c8
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user