qtbase/examples
Topi Reinio e4eed41f6a 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 <safiyyah.moosa@qt.io>
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
(cherry picked from commit 8e36dcf4c8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit f4c1d51cae)
2025-04-15 03:16:01 +00:00
..
aggregate
corelib Examples: fix UB calls into QElapsedTimer 2025-03-30 17:43:26 +00:00
dbus Doc: Qt D-Bus: Add image alt texts 2025-04-15 03:16:01 +00:00
gui rhiwindow: Set DPR on image texture to ensure DPR-agnostic drawing 2024-04-18 23:15:25 +02:00
network Examples: fix UB calls into QElapsedTimer 2025-03-30 17:43:26 +00:00
opengl Doc: Remove usage of defunct QDoc command 2024-08-28 11:39:51 +00:00
qmake
qtconcurrent Examples: include what you use (QElapsedTimer) 2025-03-30 17:43:00 +00:00
qtestlib CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
sql Doc: Add Alt-text to the Qt SQL examples 2025-04-12 03:57:07 +00:00
vulkan Examples: Disable QtC junction points for examples using 'shared' directory 2024-12-20 07:21:19 +00:00
widgets DropSite example: handle application/x-color 2025-03-21 22:56:07 +00:00
xml CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt CMake: Allow building all examples as standalone just like tests 2024-03-14 11:44:16 +01:00
README
examples.pro Remove undocumented embedded examples 2023-11-17 19:39:33 +01:00

README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.