Quote Originally Posted by Uwe View Post
Concerning the lines you should try to assign non-cosmetic pens ( QPen::setCosmetic(bool) ), where you want to have them scaled like the fonts.
I've tried to find an easy way to set the pen that is used for drawing the scales, but unfortunately I did not succeed. For the curve and grid it was quite easy (because of the setPen() member function), but I couldn't find something similar for the scales.

Is there an "easy" way, or do I have to subclass QwtScaleDraw and reimplement the drawing functions?