applets/taskmanager: create value interface to work around QTBUG-105155
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.
Ref: #41 (closed)