Skip to content

Screen reader support for QML UI #245

@ctoth

Description

@ctoth

Screen readers (NVDA, Narrator, etc.) can't read control labels in the current UI because the QML components don't expose Accessible properties.

This affects:

  • Screen reader users
  • Keyboard-only navigation

I've been working on a fix that adds the necessary Accessible.name, Accessible.role, and focus handling to the main components.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions