We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 【Bug描述】 新建一个空白的qwidget工程,添加在main.c中QCefConfig config;运行直接异常退出。
Environment 【BUG产生的环境】
Additional context 【更多额外信息】
...
The text was updated successfully, but these errors were encountered:
请看官网例程,需要进行初始化并且只能初始化一次,并且保证QCefConfig和QCefContext对象在你创建QCefView之前不被销毁。
Sorry, something went wrong.
No branches or pull requests
Describe the bug 【Bug描述】
新建一个空白的qwidget工程,添加在main.c中QCefConfig config;运行直接异常退出。
Environment 【BUG产生的环境】
Additional context 【更多额外信息】
...
The text was updated successfully, but these errors were encountered: