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. A11y: QLabels not read by JAWS screenreader
Qt 6.11 is out! See what's new in the release blog

A11y: QLabels not read by JAWS screenreader

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 599 Views 1 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.
  • T Offline
    T Offline
    tanuva
    wrote on last edited by
    #1

    I'm trying to make our application accessible with a screenreader. The blind colleague uses JAWS, therefore I use that for testing. Reading widgets that expect user input works quite well so far, but I'm having some trouble elsewhere:

    QLabels are not read at all. JAWS has a hotkey that should "read the whole window" (JAWS-Key + B), for our application that just reads the window title and nothing else. Everything I can focus directly via tabbing is read as well - which is of course not possible with labels.

    Probably related: We have some QWizards set up. There, the QWizardPage title and description texts are used to convey most of the information concerning the wizard page's purpose. Those texts are not read at all as well.

    I have a "minimal test case application":https://filetrain.de/a11ytest.zip that has a label (not read), a button and a QLineEdit (accessibleName read fine for both). The button opens a wizard that has title and description (not read) and no further input widgets.

    Do accessible applications usually have all necessary information in input widget descriptions (therefore not needing labels) or am I doing something wrong?

    This is Qt 5.4 on Windows 8.1 with JAWS 16.

    1 Reply Last reply
    0

    • Login

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