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.
我自己是 Qt 的初学者。我需要在我的 qtbrowser 中启用 webgl。那么我需要对 qt4.8 中的 webkit 代码进行哪些更改。提前致谢。
你可以试试
QWebSettings::globalSettings()->setAttribute(QWebSettings::WebGLEnabled, true);
更多信息在这里