Hi All, I am using "QAxWidget" for the ActiveQt with Qt 5.5.1 and we are using "setControl" to set the IWebBrowser control in QAxWidget.
I used below code for reference. m_activeX = new QAxWidget(this); // Set ActiveX WebBrowser Control to QAxWidget. m_activeX->setControl(QStringLiteral("{8856F961-340A-11D0-A96B-00C04FD705A2}")); I am using "*8856F961-340A-11D0-A96B-00C04FD705A2*" while setting it in control. As per my knowledge it uses IE version 11. Is there anything we can set it in control so that it uses latest IE Edge browser version ? Thanks in Advance.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest