Hi, I'm using a QPrinter to print my docs.
QPrinter printer;
Qt Code:
printer.setFullPage(true);To copy to clipboard, switch view to plain text mode
I'ld like to make a preview?
The only idea as I have is print to PDF, but it is not elegant
Hi, I'm using a QPrinter to print my docs.
QPrinter printer;
Qt Code:
printer.setFullPage(true);To copy to clipboard, switch view to plain text mode
I'ld like to make a preview?
The only idea as I have is print to PDF, but it is not elegant
Bookmarks