[Qt-interest] anyone gotten QWebPage::createPlugin() to work?
Benjamin Meyer
ben at meyerhome.net
Fri May 8 02:02:14 CEST 2009
On May 7, 2009, at 5:59 PM, Paul Miller wrote:
> I'm trying to embed a custom widget into a web page and using the HTML
> <object> element an overridden createPlugin() method. The method is
> getting called and my widget is getting constructed, but it is not
> being
> displayed in the resulting page.
>
> The documentation is pretty sparse in this area and the few examples
> I've found don't really got into more detail.
>
> Is there some magic step I'm missing?
Checkout the current source code for Arora, I have added a framework
to add plugins to Arora and there is a plugin to disable flash plugins
until you click on a button. The source should give you some hints.
http://github.com/Arora/arora/tree/423ad2693dcee83f18e11ead6f76c81840f3fc7e/src/qwebplugins
-Benjamin Meyer
More information about the Qt-interest-old
mailing list