Hyperlinks not work under the QCefWidgetTest program
Opened this issue · 2 comments
Deleted user commented
Hi there, I was compiling the project and the test program QCefWidgetTest was generated. If I set the url to "https://www.bing.com", and open it in a separate window, search with some keyword and I was not able to open any Hyperlink. What could be the cause?
winsoft666 commented
bing.com默认使用popup打开搜索结果,需要响应void popupWindow(const QString& url)
信号,创建新的QCefWidget去打开该url
winsoft666 commented
Has added sample to QCefWidgetTest project