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
QtWS25 Last Chance

How to open Acrobat Reader in Full screen mode

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 707 Views
  • 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.
  • B Offline
    B Offline
    blackout69
    wrote on 28 Feb 2018, 18:05 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
    • P Offline
      P Offline
      Pablo J. Rogina
      wrote on 28 Feb 2018, 19:54 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
      • B Offline
        B Offline
        blackout69
        wrote on 28 Feb 2018, 23:06 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
        • P Offline
          P Offline
          Pablo J. Rogina
          wrote on 2 Mar 2018, 12:58 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

          1/4

          28 Feb 2018, 18:05

          • Login

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