Hi Uwe, thanks for your reply,
I'm trying to apply your suggestion.
This is the code that I use in my QwtPlot class,
when I print on my printer I get ever thin lines.
pen_2.setCosmetic(false);
d_crv2->setPen(pen_2);
d_crv2->attach(this);
QPen pen_2 = QPen(Qt::red, 4.0);
pen_2.setCosmetic(false);
d_crv2->setPen(pen_2);
d_crv2->setYAxis(QwtPlot::yLeft);
d_crv2->attach(this);
To copy to clipboard, switch view to plain text mode
Thanks
maluedo
P.S.
the printpreview it's good, but when I print on the printer I get thin lines!
Bookmarks