In Qt5.11.1
, can QWebEngineView
call the ActiveX plugin?
If so, how can I call it?
I am working on a browser and want to call the ActiveX plugin with QWebEngineView. I searched online and found no information.
In Qt5.11.1
, can QWebEngineView
call the ActiveX plugin?
If so, how can I call it?
I am working on a browser and want to call the ActiveX plugin with QWebEngineView. I searched online and found no information.
QWebEngine is essentially Chrome/Webkit. ActiveX was a technology limited to Internet Explorer. If you need an ActiveX control, you'll likely need to host the Trident control in Windows.