qtbase/examples/sql
Safiyyah Moosa 7b66c906bf Doc: Add Alt-text to the Qt SQL examples
QDoc generates warnings for images that do not have alt-text associated
with them. Alt-text is used to add context to images for users who use
screen-readers.

This patch applies alt-text to images in the Qt SQL module that do not
have any alt-text associated with them.

Fixes: QTBUG-135114
Pick-to: 6.9 6.8
Change-Id: Iead375852d30219db7dfed12bb1f383eb55713e6
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2025-04-09 07:15:08 +02:00
..
books Use delegate to draw ComboBox Label 2024-10-29 15:17:52 +02:00
cachedtable CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
doc Doc: Add Alt-text to the Qt SQL examples 2025-04-09 07:15:08 +02:00
drilldown CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
masterdetail Examples/Sql/Masterdetail: Fix deleting rows 2024-09-07 23:12:43 +02:00
querymodel CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
relationaltablemodel CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
sqlbrowser Replace qdebug.h includes in public headers with forward-declarations 2025-01-15 13:28:16 +02:00
sqlwidgetmapper CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
tablemodel CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README
connection.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
sql.pro

README

Qt provides extensive database interoperability, with support for products
from both open source and proprietary vendors.

SQL support is integrated with Qt's model/view architecture, making it easier
to provide GUI integration for your database applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.