Qt5 C++ Printing status
Unsolved
General and Desktop
-
@devman There is no Qt interface for that. Qt (via QPrinter) sends the job to the printer subsystem of the OS and that's it.
You can, however, query the state of the printer (see QPrinter documentation!) and thus derive some assumptions.
Any other solution would not be platform agnostic, you'll need to interface yourself with the respective printer subsystem.