使用 Qt 制作 Firefox 插件
我想问是否可以使用 Qt 制作一个 Firefox 插件。如果可以的话我该怎么做?
I wanted to ask whether it is possible to make an firefox addon using Qt.If possible how can I do that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 Nokia/Digia/etc 的 Qt 浏览器插件示例。是 Qt 解决方案的一部分(现已停产,但在 BSD 许可下,并且由于它在支持时使用 Qt 4.x,应该仍然可用,只是有点脏。不过,首先需要一些工作来编译它)。
它支持创建 NPAPI 插件。您可以在 http://qt 找到自述文件.gitorious.org/qt-solutions/qt-solutions/blobs/master/qtbrowserplugin/README.TXT - 所有其他文件都是在同一目录中。
该文档也可用: http://doc.qt.digia.com/solutions/ 4/qtbrowserplugin/
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/