How to open Acrobat Reader in Full screen mode
Unsolved
General and Desktop
-
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
-
@blackout69 maybe you need to look at QAxWidget::translateKeyEvent method
-
@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
-
I'm sorry I just work on Linux