PDA

View Full Version : Circle Progress Bar



moutasdimitris
22nd April 2021, 16:07
Hi, guys any idea how I can do the circle progress bar like the image?
I'm using the QT version 5.
13630

peppermg
22nd April 2021, 16:14
If using QtWidgets you will need to subclass QProgressBar/QWidget and do some custom painting. A quick google search turned up this, https://store.kde.org/p/1132147/

moutasdimitris
23rd April 2021, 16:02
I tried this but when i set transparent background to every bar I insert in my UI file then something strange happens.
13631