摘要: QDesktopServices::openUrl(QUrl(QLatin1String(“http://blog.const.net.cn“))) 阅读全文
posted @ 2017-11-20 10:47 wjbooks 阅读(1140) 评论(0) 推荐(0)
摘要: QWebEngineView拦截Url请求设置 QWebEngineUrlRequestInterceptor类提供了一个拦截URL请求抽象基类,可通过实现QWebEngineUrlRequestInterceptor::interceptRequest接口拦截并修改相应的UIL请求,以达到相应需求 阅读全文
posted @ 2017-11-20 10:42 wjbooks 阅读(3026) 评论(0) 推荐(0)