QPrinter
-
Hi all,
I am currently working on QPrinter to print labels on Linux. I am trying to get the status of the printer using QPrinter::printerState().
I know there are four printer states available
- QPrinter::Idle
- QPrinter::Active
- QPrinter::Aborted
- QPrinter::error
But I want to know whether QPrinter can return the current printer status like whether printer is connected or disconnected ?
Any help is highly appreciated.
Thanks,
Narayanan K