summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-09-09 13:19:45 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-09-20 07:53:16 +0000
commit37d03fb2dbeb1dcc4793bc735abb742ef481dd3e (patch)
tree01fd4eb32f9ff5073b73c665f0dae835402b5641 /src/webenginewidgets
parent6106d6b0b3833e63aeb568f37a47fc6adca8fdb9 (diff)
Doc: Describe spellchecking feature in overviews
Change-Id: I1164a505752d37a31006175dd6a3e6555b973e20 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/webenginewidgets')
-rw-r--r--src/webenginewidgets/api/qwebengineprofile.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webenginewidgets/api/qwebengineprofile.cpp b/src/webenginewidgets/api/qwebengineprofile.cpp
index b35fb0cc1..a400b5792 100644
--- a/src/webenginewidgets/api/qwebengineprofile.cpp
+++ b/src/webenginewidgets/api/qwebengineprofile.cpp
@@ -96,6 +96,11 @@ using QtWebEngineCore::BrowserContextAdapter;
A QWebEngineUrlSchemeHandler can be registered for a profile by installUrlSchemeHandler()
to add support for custom URL schemes. Requests for the scheme are then issued to
QWebEngineUrlSchemeHandler::requestStarted() as QWebEngineUrlRequestJob objects.
+
+ Spellchecking HTML form fields can be enabled per profile by using the setSpellCheckEnabled()
+ method and the current language used for spellchecking can be set by using the
+ setSpellCheckLanguage() method.
+
*/
/*!