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. Disable to print from Qt

Disable to print from Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.0k Views 2 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.
  • N Offline
    N Offline
    nikit
    wrote on last edited by
    #1

    Hi,
    I want to disable printing option from Qt app.
    How can I make it?

    1 Reply Last reply
    0
    • Chris KawaC Online
      Chris KawaC Online
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Umm, remove the button that does it?

      Sorry, you need to post (a lot) more details.

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nikit
        wrote on last edited by
        #3

        Hi,
        I mean I want to disable print when I get print event from windows. i.e (from Ctrl+p or when we right click our mouse and give print)

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          hi
          Do you have access to the source code of this app, where u want to disable printing ?

          Why not just remove the actual print function ? or disable shortcut key and menu item.

          1 Reply Last reply
          0
          • N Offline
            N Offline
            nikit
            wrote on last edited by
            #5

            Guess you didn't understood my question.
            I have my Qt app running. Whenever a user presses Ctrl+P or gives print option by right click of mouse, I want to disable that print through Qt

            1 Reply Last reply
            0
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Well, if its your own app,
              In that case simply disable the action that enabled the user to press ctrl+P ?

              1 Reply Last reply
              1

              • Login

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