PDA

View Full Version : Calling paintevent inside a timer.



sudhansu
23rd April 2010, 12:07
Hi All
If Is there any problem,if i call repaint event of a dialog (QDialog::update()) inside a timer?

Lykurg
23rd April 2010, 12:28
No, but make sure to use update() not repaint()!