qtdeclarative/tests/auto/quickcontrols/accessibility
Aleix Pol 7bdeea2c30 QQuickAbstractButton: setAction will share its Accessible object
In cases where a button acts as a view for an action, provide the
Action's accessibility information into the visual component so that it
can convey the action's information into the accessibility
infrastructure.
This is done by creating a Accessibility proxy object in the button
that will communicate the information from the action's accessibility
as part of the button. If the properties of the Accessibility object in
the button are modified, these values will prevail.

Fixes: QTBUG-123123
Change-Id: Ibeddcc918616d717bb1704177d482ff88bfe99ef
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2024-05-24 20:21:59 +00:00
..
data QQuickAbstractButton: setAction will share its Accessible object 2024-05-24 20:21:59 +00:00
BLACKLIST Remove "2" from Qt Quick Controls directories 2022-12-01 10:26:20 +08:00
CMakeLists.txt CMake: Make quickcontrols tests standalone projects 2023-07-05 12:34:12 +02:00
tst_accessibility.cpp QQuickAbstractButton: setAction will share its Accessible object 2024-05-24 20:21:59 +00:00