使用 Qt 制作 Firefox 插件

发布于 2024-12-06 17:13:35 字数 48 浏览 0 评论 0原文

我想问是否可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泛泛之交 2024-12-13 17:13:35

请参阅 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文