# Qt 5 Windows Taskbar Progress Indicator


Qt 5.2 has built in support for indicating progress and other states in
Windows Taskbar icon.

I followed Qt Doc on `QWinTaskbarButton` and `QWinTaskbarProgress` given [here](http://doc.qt.io/qt-5/qtwinextras-overview.html)

Seems like their example is not working for me. So I created a demo program which demonstrates on how to show progress and states using Taskbar.

Here is the preview of my demo app.

![image](https://cdn.hashnode.com/res/hashnode/image/upload/v1660247216940/L8uG2op71.gif)

You can browse and download the complete project from [Github/mdminhazulhaque](https://github.com/mdminhazulhaque/WinTaskbarExample).
