Hi all !
i want to repaint my widget at a signal of a button Clicked but with different picture,
initially the paintEvent should contain a progress bar and after the button is clicked another bar should move in the progress bar showing the progress,so how to repaint/update the paintEvent() but now including the small progress bar moving,should it be done in the same paintEvent function ..!!
i hope it is clear ..