Home > other >  Qt WebEngine how to access click on the link
Qt WebEngine how to access click on the link

Time:10-25

Its can use QWebView and QWebPage setLinkDelegationPolicy (QWebPage: : DelegateAllLinks) to click on the link, but did not find under the QWebEngineView and QWebEnginePage a similar approach, only to find QWebEnginePage: : acceptNavigationRequest and urlChanged (QUrl) signal this combination is not perfect, also in Qt WebEngine setLinkDelegationPolicy method of how to implement its similar?

CodePudding user response:

Well, I was solved

CodePudding user response:

How to solve the building Lord
  • Related