QQuickWidget and Accessibility
-
wrote on 13 Jan 2018, 09:40 last edited by
Hi,
I was wondering, if QQuickWidget could support Accessibility? I've read the docs and found that QML has an Accessibility support, widgets also support it, but what about QQuickWidget with QML inside?
I've tried playing with standard QQuickWidget example and unable to make it work with voice-over on mac. It simply considers this window to be whole, without separating it into elements.
-
Hi and welcome to devnet,
That's a question I'd recommend to ask on the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.
-
wrote on 14 Jan 2018, 06:35 last edited by
Thank you, I'll try to contact developers there.
-
wrote on 23 Mar 2018, 19:36 last edited by
Created a bug for this; https://bugreports.qt.io/browse/QTBUG-67290
-
Hi @Morten,
Thanks for the report ! Could you add a minimal compilable example to it ? That would allow developers to more easily reproduce the problem and search for a solution.