-
Epic
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
-
Make the Application examples accessible
Update selected Qt application examples to demonstrate best practices for accessibility (a11y) on platforms that provide a system accessibility backend. This includes desktop platforms (e.g., Windows, macOS, Linux with a11y services) and mobile platforms (e.g., Android and iOS).
The examples should:
- Respect user appearance settings such as high contrast, theming, and font sizes
- Support proper keyboard and touch navigation
- Be fully accessible to screen readers
Platforms without a system accessibility backend (e.g., embedded Linux) are out of scope. The goal is to provide clear reference implementations that help developers create accessible Qt applications across supported platforms.
Update: Current selected examples/demos are
- Toy Customiser #QTBUG-138227
- QML Previewer
- Calqlatr
- mentioned in
-
Page Loading...