Hi, how can i print to non default printer in Qt, or multiple printer devices?
Thanks for help
Hi, how can i print to non default printer in Qt, or multiple printer devices?
Thanks for help
QPrintDialog should allow the users to pick the printer they want to print to.
Cheers,
_
Thanks for fast replay.
But i have two printer installed on computer. I want to print in same time to both printer without pop up dialog ?
How can i set target printer in code ?
Thanks a lot!
Cheers
// I finally found solution. I use printer->setPrinterName("String"); and now everything is work fine.
Thanks.
Last edited by Sashabn; 15th January 2016 at 18:21.
Bookmarks