Making firefox addon using Qt
I开发者_StackOverflow社区 wanted to ask whether it is possible to make an firefox addon using Qt.If possible how can I do that ?
See the Qt Browser Plugin example from Nokia/Digia/etc. Was part of Qt Solutions (now discontinued, but is under the BSD license and since it used Qt 4.x when it was supported, should still be usable, just a little dusty. Expect a bit of work to compile it at first, though).
It supports creating a NPAPI plugin. You can find the READEME at http://qt.gitorious.org/qt-solutions/qt-solutions/blobs/master/qtbrowserplugin/README.TXT - and all the other files are in the same directory.
The documentation is also available: http://doc.qt.digia.com/solutions/4/qtbrowserplugin/
精彩评论