Hi,
I need to paint over an image a repeated text ( like "Demo Version" ) .
In particular, this text need to be rotated.
I think the easiest solution is to use the fillRect with a QBrush Qt::TexturePattern, but I work in a different thread ( not GUI ) and the fillRect crash cause
Any suggestions ?
Thanks