Skip to content

implement a11y pressing of qquickabstractbutton

this adds a pressAction default implementation that simply calls trigger (which in turn either triggers the action or emits a click), allowing accessibility tools to issue a button press via a11y api.

Change-Id: I75b4fb8680835093b1135fdbf4329aaa85dc3243 Reviewed-by: Arjen Hiemstra ahiemstra@heimr.nl Reviewed-by: Aleix Pol Gonzalez aleixpol@kde.org Reviewed-by: Jan Arve Sæther jan-arve.saether@qt.io (cherry picked from commit 705659eaaf47af72eeb5f5c742e18a5c665a76eb in qtdeclarative)

Merge request reports