Hi,

i draw text like this:

Qt Code:
  1. drawText ( width()/2, height()/2, "a very long long text" );
To copy to clipboard, switch view to plain text mode 

How can i make a wordwrap if the text size more as the QWidget size?

Thanks in advance,

Whitefurrows