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
Qt Code:
QPixmap: It is not safe to use pixmaps outside the GUI threadTo copy to clipboard, switch view to plain text mode
Any suggestions ?
Thanks
Bookmarks