Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎无法在 QtWebkit 中播放 html 视频标签。它显示为带有问号的蓝色方块,就像不受支持的插件一样。Flash 视频播放良好,HTML5 画布效果很好。
眼镜:
操作系统:Windows 7
Qt:4.6.3(从诺基亚网站的 qt creator 2.0.1 安装)
PySide:0.4(最新)
QtWebit配置(各种组合都试过了,现在有了):PluginsEnabled、LocalContentCanAccessRemoteUrls、JavascriptEnabled
那么问题似乎是默认的 Qt + PySide 安装被破坏了。它找不到 Qt 插件或声子后端。当我转而使用 PyQt 时,它起作用了。它可以与诺基亚和 PySide 的 Qt 一起使用,但它需要更多的工作和使用路径。要查看错误,只需使用 Process Monitor 并查看 Qt 如何找不到后端和插件。