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 应用程序,它使用 QtWebkit 和 QWebPage 来呈现网页。问题是它似乎不支持弹出窗口。例如,在 google.com 中,当我单击“Gmail”时,Javascript 警报说我的浏览器已禁用弹出窗口...
还有一个带有以下“a”标签的html文件:<a href = "index.html" target = "_blank">Link</a>两者都不起作用。
<a href = "index.html" target = "_blank">Link</a>
有谁能够帮我?
谢谢。
您需要重新定义或者QWebPage::createWindow创建QWebView::createWindow一个新的QWebPage和/或QWebView。
QWebPage::createWindow
QWebView::createWindow
QWebPage
QWebView