winsoft666 / QCefWidget

A Qt widget that can render and interact with webpage.
GNU Lesser General Public License v3.0
263 stars 62 forks source link

Hyperlinks not work under the QCefWidgetTest program #28

Closed ghost closed 3 years ago

ghost commented 3 years ago

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 3 years ago

bing.com默认使用popup打开搜索结果,需要响应void popupWindow(const QString& url)信号,创建新的QCefWidget去打开该url

winsoft666 commented 3 years ago

Has added sample to QCefWidgetTest project