Skip to content
  • Qt5 C++ Printing status

    Unsolved General and Desktop hello
    3
    0 Votes
    3 Posts
    304 Views
    artwawA
    @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.