QCefView
QCefView copied to clipboard
A Qt Widget encapsulated CEF view based on QWidget
[//]: # (以下所有的以"[//]: #"开始的文字都是注释,不会被markdown渲染,所以无需删除) [//]: # (All lines start "with [//]: #" below are comment lines and will not be rebdered by markdown, so there's no need to delete them)...
你好,我在windows编译了102得cef版本,试了下在网页上点击onCallBridgeQueryClicked按钮,客户端能接收到query消息,但是网页弹不出alert窗口,tutorial.html里面得query按钮也没法弹出alert窗口,请问是什么原因啊?
[//]: # (以下所有的以"[//]: #"开始的文字都是注释,不会被markdown渲染,所以无需删除) [//]: # (All lines start "with [//]: #" below are comment lines and will not be rebdered by markdown, so there's no need to delete them)...
[//]: # (以下所有的以"[//]: #"开始的文字都是注释,不会被markdown渲染,所以无需删除) [//]: # (All lines start "with [//]: #" below are comment lines and will not be rebdered by markdown, so there's no need to delete them)...
[//]: # (以下所有的以"[//]: #"开始的文字都是注释,不会被markdown渲染,所以无需删除) [//]: # (All lines start "with [//]: #" below are comment lines and will not be rebdered by markdown, so there's no need to delete them)...
  系统:openeuler 显卡:4080ti 显卡驱动与cuda均已安装
 想问下可以实现把这个页面的尺寸根据宽度自动缩放,能够完全显示网页内容,不出现底部的滚动条的功能吗,QWebEnginView有setZoomFactor方法实现这个功能,目前QCefView有这样的配置功能吗?
[//]: # (以下所有的以"[//]: #"开始的文字都是注释,不会被markdown渲染,所以无需删除) [//]: # (All lines start "with [//]: #" below are comment lines and will not be rebdered by markdown, so there's no need to delete them)...
如题 新版本为何没有onBeforeBrowse重载了, 想要阻断redirect需要怎么操作呢