Hello to all,
I want to check if there are any jobs left in printer queue. I cannot find a Qt function that would do that. Am I missing something? If it is not possible with Qt functions - which other approaches do you recommend?
Thank you
Hello to all,
I want to check if there are any jobs left in printer queue. I cannot find a Qt function that would do that. Am I missing something? If it is not possible with Qt functions - which other approaches do you recommend?
Thank you
Hello!
I think, you can use QPrinter:rinterState method for that. Please see description of enum QPrinter::PrinterState for more details.
Hmm, does not seem to work. I always get Idle, even if the printer is printing. If I print out printerName I get a name of default printer, so I am observing the correct printer.
Bookmarks