How QtWebEngine support applet
-
Hi there,
I have some trouble about QtWebEngine. I want to run some applet using QtWebEngine, but I don't know how to let QtWebEngine support applet. The QWebEngineSettings has many attribute, but I don't find any works. Hope somebody can help.Thanks
-
Do you mean Java applets?
Aren't Java applets last century technology? -
@jsulm Yes,I mean Java Applets. Java Applets are last century technology, but the project needs. So if you have any idea about it, please tell me. Thanks.
-
@Charles-Cai said:
QtWebEngine
Is that not build on Chromium and they dropped Java applets ?
https://java.com/en/download/faq/chrome.xml -
@mrjj Thanks. I knows that. But I want know is there any approach to solve this in qtwebengine. Such as adding some plugins?
-
@Charles-Cai I know this thread is very old but do you got any solution? I am stuck in same problem. I want to load HTML page containing java applet using QWebEngineView. Can't find any way out. Your input can help me. Thanks