You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2022. It is now read-only.
Hi,
You did static setting in QCefViewBrowserApp::OnBeforeCommandLineProcessing(), and CCefManager::initializeCef(), so is there any plan to open all settings to user layer?
Another question is: do you have plan to refactor QCefSetting class?
we like this style better:
auto webView = new CustomCefWebView(this);
auto setting = new QCefSetting();
setting->setCacheMode(NoCache);
setting->setBridgeObjectName("OurChannel");
....
webView::applySetting(setting);
webView->load("http://.....");
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Hi,
You did static setting in QCefViewBrowserApp::OnBeforeCommandLineProcessing(), and CCefManager::initializeCef(), so is there any plan to open all settings to user layer?
Another question is: do you have plan to refactor QCefSetting class?
we like this style better:
The text was updated successfully, but these errors were encountered: