PDA

View Full Version : Filling QPixmap as progressbar



NoRulez
12th October 2009, 16:47
Hi @all,

i want to fill a pixmap's background while a process is loading, instead of the QProgressBar.
So i think i must overwrite the paint function, but how can i set an image as a mask, so i can fill them per percent?

Best Regards
NoRulez

caduel
12th October 2009, 17:01
when you implement paint anyway: why set a mask? just paint...