Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt5 C++ Printing status
Forum Updated to NodeBB v4.3 + New Features

Qt5 C++ Printing status

Scheduled Pinned Locked Moved Unsolved General and Desktop
hello
3 Posts 3 Posters 304 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    devman
    wrote on last edited by
    #1

    Hello,
    I would like to know the status of the print job (if the print went well or not) Qt5 c ++

    eyllanescE artwawA 2 Replies Last reply
    0
    • D devman

      Hello,
      I would like to know the status of the print job (if the print went well or not) Qt5 c ++

      eyllanescE Offline
      eyllanescE Offline
      eyllanesc
      wrote on last edited by
      #2

      @devman your question is unclear.

      If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

      1 Reply Last reply
      0
      • D devman

        Hello,
        I would like to know the status of the print job (if the print went well or not) Qt5 c ++

        artwawA Offline
        artwawA Offline
        artwaw
        wrote on last edited by
        #3

        @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.

        For more information please re-read.

        Kind Regards,
        Artur

        1 Reply Last reply
        2

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved