Quote Originally Posted by Caius Aérobus View Post
I just would like to force an immediate execution of paintEvent(), I mean I would like that the paintEvent() be effective immediatement after update().
You can use QWidget::repaint() instead.