GetPrinter() returns an instance variable created when first needed using
Qt Code:
To copy to clipboard, switch view to plain text mode
And configurated using a QPrintDialog:
Qt Code:
if (setupPrinterDialog.exec()) { [I]<<here the code mentioned earlier>>[/I] }To copy to clipboard, switch view to plain text mode
Bookmarks