Replies: 1 comment 1 reply
-
|
试试前端项目内禁用呢 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
尝试过的方法:QCefView-v2025.5.0,cef126
1、QCefConfig.addCommandLineSwitchWithValue("disable-features", "WinUseBrowserSpellChecker");
2、QCefConfig.addCommandSwitch("disable-spell-checking");
3、QCefView.setPreference("browser.enable_spellchecking", false, "");
4、QCefView.setPreference("spellcheck.dictionaries", QStringList(), "");
5、QCefView.setPreference("spellcheck.use_spelling_service", false, "");
以上方法都不行,还是会出现某些单词下面有小红色的情况。使用的是osr模式。有没有大神帮帮忙?
Beta Was this translation helpful? Give feedback.
All reactions