[Interest] QListView accessibility issue
Jean-Francois Dockes
jf at dockes.org
Sun Jun 18 16:30:42 CEST 2023
Hi,
I am trying to improve the accessibility of a Qt application (under MS Windows at the
moment).
The app uses a QListView to display a list of track titles.
With both MS Narrator and NVDA, the titles are properly read when the mouse hovers the
list entries (the model returns text with Qt::AccessibleTextRole).
However, nothing is read when I move across the list by using the keyboard up/down arrows.
How can I trigger text-to-speech for the entry data when entering a row through a keyboard action ?
Cheers,
jf
More information about the Interest
mailing list