Quote Originally Posted by mattc View Post
so, what is setRenderHint*s*() supposed to do? Also, no "renderHint()" in QPainter.
Yeah, I was mixing up some things. It's:
Qt Code:
  1. QPainter::setRenderHint ( RenderHint hint, bool on = true );
To copy to clipboard, switch view to plain text mode 
or
Qt Code:
  1. QPainter::setRenderHints ( RenderHints hints, bool on = true );
To copy to clipboard, switch view to plain text mode 
with hints g.e. "QPainter::Antialiasing|QPainter::TextAntialiasing ".