Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to trigger screen reader output independent of the focused QML item?
Qt 6.11 is out! See what's new in the release blog

How to trigger screen reader output independent of the focused QML item?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 192 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JulianW
    wrote on last edited by
    #1

    Hi,

    (in a QML-based application) is there a way to make an attached accessibility tool (screen reader) output a text, independent of the current active focus item? E.g. for general state or context changes or upon external events, some "alert message" should be conveyed to the user, independent of the active focus item.
    It appears that the Qt Accessibility facilities only allow for accessibility information to be attached to objects. If so, there could be a "dummy" item in the QML scene somewhere which is for these general alert messages. But that item should not have to steal the active focus to trigger the screen reader.

    We're wondering if general announcements to the screen reader are possible using Qt since other applications seem to do just that and it is vital for proper application accessibility.

    We're grateful for any help or insights here.

    Thanks in advance and kind regards

    1 Reply Last reply
    1

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved