QQuickWidget and Accessibility
-
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.
-
Thank you, I'll try to contact developers there.
-
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.