Disable accessibility for a single widget
-
Hi
I use a QProgressBar which works as a VU-meter for real-time audio. Since it's updating in real-time it changes its value often which causes VoiceOver on Mac OS X to hang or report the application is busy. Is there some way to disable accessibility of just one QWidget in an application? The rest of the controls should still work as usual for blind users.
Kind regards
Bjoern
-
Hi,
I think you should ask this question on the interest mailing list, you'll have more chance to reach someone having experience with the QAccessible code (I haven't seen much post about it here at least recently)