Skip to content

applets/taskmanager: create value interface to work around QTBUG-105155

Fushan Wen requested to merge work/fuf/tm/better-progress-acc into master

The progress bar does not have a value interface, so valueChanged events are not sent to the screen reader.

See: https://bugreports.qt.io/browse/QTBUG-105155

This allows a screen reader to read the changed value.

2022-07-24_12-50-52

Ref: #41 (closed)

Merge request reports