Hi,

For some reason I can't set the programs taskbar progress indicator red as documented here and here. Setting paused to true
works fine by turning the color yellow.

Qt Code:
  1. import QtWinExtras 1.0
  2.  
  3. ApplicationWindow{
  4. ...
  5. TaskbarButton{
  6. id: taskbar
  7. progress.visible: true
  8. progress.stopped: true // should turn it red
  9. progress.value: 95
  10. }
  11. ...
  12. }
To copy to clipboard, switch view to plain text mode 

The runtime output is: qrc:/main.qml:8 Invalid property assignment: "stopped" is a read-only property

How can I see inside the QtWinExtras module to make sure how it is defined?

The Qt version I am using is: 5.4.1