PDA

View Full Version : Printing with QwtPolar



grymhild
1st September 2010, 02:39
I'm investigating using QwtPolar for a project at work and want to know if QwtPolar supports printing.

I've used Qwt and know that QwtPlot has a print method, but I don't see that in QwtPolar.

So, can (and how would) you print QwtPolarPlots or would I need to extend the class and write my own methods?

Thanks ^_^

~shannon

Uwe
1st September 2010, 06:41
Use QwtPolarPlot::renderTo with a QPrinter.

Uwe