Is there an easy way to customize a QProgressBar?
I would like to have a QProgressBar that ends with a dot ( that has a bigger width than the width of the line ). What do I have to override, or what property/attribute would I have to set to achieve this effect ? EDIT : here is a pic of how I would like it to look like : Where would I have to start? What should I do? ...