[Solved] Printer configuration

0 votes
asked Feb 17, 2017 in How To & Manuals by Roche (240 points)
edited Mar 17, 2017 by ludek.vodicka

Hello,
I would have liked to set up printing so that I could print a schema on one page and not on more than one page.
Thank you for your help.

1 Answer

+1 vote
answered Feb 17, 2017 by ludek.vodicka Skipper developer (140,450 points)
selected Feb 17, 2017 by Roche
 
Best answer

Hi,
unfortunately universal printing framework offered by Qt is pretty limited and there are no such options.

The best way how you can do it is to export schema to PDF and than use print it from PDF.

PDF is exported like vector so there is no issues with zooming.

...