Thanks mate! It helps!

Quote Originally Posted by Lykurg View Post
Oh, I had this problem time ago myself, but I can't remember exactly the solution (and even find it now...) But you must either set autofillbackground or even provide a paintEvent() in your subclassed widget...

Qt Code:
  1. MyWidget::paintEvent(QPaintEvent *e)
  2. {
  3. QWidget::paintEvent(e);
  4. }
To copy to clipboard, switch view to plain text mode