Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在Qt5.11.1,可以QWebEngineView调用ActiveX插件吗?
Qt5.11.1
QWebEngineView
如果是这样,我该如何称呼它?
我正在使用浏览器并想使用 QWebEngineView 调用 ActiveX 插件。我在网上搜索并没有找到任何信息。
QWebEngine 本质上是 Chrome/Webkit。ActiveX 是一种仅限于 Internet Explorer 的技术。如果您需要 ActiveX 控件,您可能需要在 Windows 中托管 Trident 控件。
https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa752038(v=vs.85)