Michael, The Qt Webkit port does support NPAPI, but you will have to switch on the support for plugins:
QWebSettings *defaultSettings = QWebSettings::globalSettings(); defaultSettings->setAttribute(QWebSettings::PluginsEnabled, true); I dont know about Mozilla test plugin, but you can see flash & others working with the Qt demo browser application Luc On Sun, Feb 7, 2010 at 4:00 PM, <[email protected]> wrote: > Send webkit-qt mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of webkit-qt digest..." > > > Today's Topics: > > 1. is the QtWebkit really support NPAPI?? (michael young) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 7 Feb 2010 13:22:00 +0800 > From: michael young <[email protected]> > To: [email protected] > Subject: [webkit-qt] is the QtWebkit really support NPAPI?? > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Dear all > > Is there anyone has the NPAPI plugin work in QtWebkit?? If you > have , can you send me your test case? thank you so much. > I got some test case of NPAPI from Mozilla developer site, they > can work well with firefox and chrome, even with GtkWebkit, but they > can not > work with QtWebkit!! I doubt that the QtWebkit is really support NPAPI?? > > BR > > > ------------------------------ > > _______________________________________________ > webkit-qt mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt > > > End of webkit-qt Digest, Vol 5, Issue 5 > *************************************** > -- Luc Devallonné _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
