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. How to open Acrobat Reader in Full screen mode
Forum Updated to NodeBB v4.3 + New Features

How to open Acrobat Reader in Full screen mode

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 735 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.
  • blackout69B Offline
    blackout69B Offline
    blackout69
    wrote on last edited by
    #1

    Hello,
    is there a way to send CTRL + L to a QAxWidget?
    I tried this way, but it does not work

    QAxWidget *pdf = new QAxWidget(this);
    pdf->setControl("Adobe PDF Reader");
    pdf->dynamicCall("LoadFile(const QString&)", file.pdf);
    QTest::keyClick(pdf, Qt::Key_L, Qt::ControlModifier);
    

    Thank you in advance

    1 Reply Last reply
    0
    • Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @blackout69 maybe you need to look at QAxWidget::translateKeyEvent method

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • blackout69B Offline
        blackout69B Offline
        blackout69
        wrote on last edited by
        #3

        @Pablo-J-Rogina thank you for replay,
        sorry i need a example code please.
        Can you write how to use QAxWidget::translateKeyEvent method?

        Thank you

        1 Reply Last reply
        0
        • Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          I'm sorry I just work on Linux

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0

          • Login

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