I would like to print two plots on 2 different pages
I tried
Qt Code:
  1. qwtVan->print(printer,filter);
  2. printer.newPage();
  3. qwtPlot->print(printer,filter);
To copy to clipboard, switch view to plain text mode 

but the outpute pdf contains only the last plot (qwtPlot).
Any suggestion?