Qt accessibility
Qt accessibility
Posted Jul 24, 2020 17:01 UTC (Fri) by ebassi (subscriber, #54855)In reply to: Qt accessibility by swilmet
Parent article: The archaeology of GNOME accessibility
Qt uses AT-SPI directly, on Linux, and exposes a descriptive API like the one I wrote for GTK.
The problem is not to decide whether it's a portable API—it's pretty trivial, and since it's implemented by web browsers, it's fairly obvious it's going to be implementable on top of different platforms. The issue is, as usual, whether or not somebody will show up to help on non-Linux platforms.