我正使用 QWebView 来加载有“ 闪光” (例如, Youtube 视频) 的网站, 这样 QWebView 就能与安装在我的机器中的 Adobe 闪光播放器插件进行互动, 但是如果插件中发生任何错误, 那么如何在 QWebView 中捕捉它? 这样至少我可以向我的用户显示一些错误信息, 以便采取进一步的行动 。
I created an application for Windows in C++ using QT. If I want to port it to Linux or Mac OS, will sizeof(int) or sizeof(long) change? In other words, do types in QT applications for different ...