Skip to content

qml: improve accessibility

Pierre Lamot requested to merge chub/vlc:qt/accessiblity into master

this MR aims to improve the accessibility tree of the application as seen by accessibility tools. This was mainly developed using tools like Accerciser and inspect.exe to see how the accessibility tree is seen by the system.

the main changes are:

  • better labeling (role and description) for many widgets
  • improve logical grouping of correlated widgets
  • ignore some intermediate nodes
  • act on accessible actions

Merge request reports