c++ - QT写浏览器插件

标签 c++ qt documentation browser-plugin

<分区>

我想尝试用QT写一个浏览器插件。

它将支持哪些浏览器?

我找不到更新的文档(针对 QT 4.7.0)如何操作。

有人可以提供指向文档\教程\示例的链接吗?

谢谢!

最佳答案

Qt 没有对浏览器插件的原生支持。有一套叫做 Qt Solutions,here is git repo for it , 你需要 qtbrowserplugin 解决方案。它提供了一些文档,说它支持

FireFox, Safari, Opera, Google Chrome, QtWebKit and any other web browser that supports the "Netscape Plugin API"

关于c++ - QT写浏览器插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6369874/

相关文章:

haskell 阴谋 : Generate latex haddock documentation

C++ GetProcAddress 64 位返回 32 位地址

c++ - QMutableStringListIterator 的 QStringList "not a type"?

c++ - Qt 5 迁移 - 无法打开包含文件 : 'ui_mainwindow.h'

documentation - 我应该如何记录继承的成员?

redis - Redis 2.2.x 文档在某处可用吗? (具体LRU策略)

c++ - getline(cin, name) 导致看似永无止境的输入提示

c++ - C 状态机设计

c++ - 将 QML 场景渲染成纹理并保存

c++ - QT中如何将变量从一个线程共享到多个线程