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.
所以这是我的问题:我想在QWebView. 有信号
QWebView
void QWebView::linkClicked ( const QUrl & url )
当用户单击链接时发出,因此我可以将其用于我的目的,但这取决于 linkDelegationPolicy property默认情况下设置为不委托链接的值
linkDelegationPolicy property
但我不能改变它,因为它是一个函数,QWebPage我有一个QWebView并且QWebView不继承自QWebPage......所以我真的很困惑
QWebPage
请提供任何帮助!谢谢!
QWebView 有一个底层的 QWepPage。您可以使用QWebView::page()方法获取指向它的指针。