How to open Acrobat Reader in Full screen mode
Unsolved
General and Desktop
-
wrote on 28 Feb 2018, 18:05 last edited by
Hello,
is there a way to send CTRL + L to a QAxWidget?
I tried this way, but it does not workQAxWidget *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
-
wrote on 28 Feb 2018, 19:54 last edited by
@blackout69 maybe you need to look at QAxWidget::translateKeyEvent method
-
wrote on 28 Feb 2018, 23:06 last edited by
@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
-
wrote on 2 Mar 2018, 12:58 last edited by
I'm sorry I just work on Linux
1/4