Actually I set an image on a QProgressBar
and want to change the color of image according to selected part of QProgressBar
.
I tried covering my image with QProgressBar
color but that fills the image, but as my image is not a rectangle it color the whole QProgressBar
and not just the image.
Is it possible to change color of image only using qt (with C++)