PDA

View Full Version : QWebSettngs::JavaEnabled



budda
20th March 2011, 22:29
Hoping if anyone knows if it is possible to allow Java applets inside of a QWebView?

I set the:
<code>
defaultSettings->setAttribute(QWebSettings::JavaEnabled, 2);

</code>

But then the Nokia class reference says:

QWebSettings::JavaEnabled 2
Enables or disables Java applets. Currently Java applets are not supported.

I have tons of applets and kinda need them in QWebView. Is there some other work around to enable Java applets?