if i repaint widget so ...

Qt Code:
  1. void Compose_Fak::RepainterWindowNow()
  2. {
  3. int xh = height();
  4. int xw = width();
  5. resize(xw + 5,xh);
  6. resize(xw,xh);
  7. }
To copy to clipboard, switch view to plain text mode 

works ok....

but exist other solution?