This will trigger paint event.Qt Code:
connect( timer, SIGNAL( timeout() ), widget, SLOT( update() ) );To copy to clipboard, switch view to plain text mode
Btw I hope that you're not moving your ellipse in the paint event...
This will trigger paint event.Qt Code:
connect( timer, SIGNAL( timeout() ), widget, SLOT( update() ) );To copy to clipboard, switch view to plain text mode
Btw I hope that you're not moving your ellipse in the paint event...
Bookmarks