How do I enable Java applets in Qt's QWebView widget?
        Posted  
        
            by Jake Petroules
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jake Petroules
        
        
        
        Published on 2010-05-22T21:42:54Z
        Indexed on 
            2010/05/22
            21:50 UTC
        
        
        Read the original article
        Hit count: 1341
        
Whenever I load a page in a QWebView with a Java applet it will not load at all and display whatever text is between the <applet> or <object> tags.
And I did set the enable Java applets option.
© Stack Overflow or respective owner