PDA

View Full Version : Qwt print 3 graphs to pdf



kiduxituh
27th August 2010, 12:03
The title actually explains what I'm trying to do. I just want to print 3 graphs in the same page of a pdf, side by side.
I used Qwt Bode example to start the printing, but i just can't find a way to do the same with my 3 graphs.
Any ideas?

Thanks!

Uwe
30th August 2010, 19:23
Define your layout ( = rectangles where you want to have your plots ) and use QwtPlot::print(QPainter *, const QRect &, ...);

Uwe