CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
533 stars 139 forks source link

[BUG]: QCefView-v1.1.0 无法运行 #350

Open gl2summer opened 10 months ago

gl2summer commented 10 months ago

Describe the bug 【Bug描述】 新建一个空白的qwidget工程,添加在main.c中QCefConfig config;运行直接异常退出。

image

Environment 【BUG产生的环境】

image

Additional context 【更多额外信息】

...

ChenKe404 commented 8 months ago

请看官网例程,需要进行初始化并且只能初始化一次,并且保证QCefConfig和QCefContext对象在你创建QCefView之前不被销毁。