From e8d1b9915a60732b764d6c18efd184b5ae73c06b Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 13 Apr 2016 16:06:23 +0200 Subject: Add widget based spellchecker example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This example demonstrates how to convert 'dic' dictionary files into 'bdict' binary format using qwebengine_convert_dict tool. It shows how to implement language selection. It adds two dummy dictionaries. Change-Id: Iffc23a0ed4e51cbc749f666c8f565fafb3739a9b Reviewed-by: Michael BrĂ¼ning --- src/webengine/doc/qtwebengine.qdocconf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/webengine/doc/qtwebengine.qdocconf') diff --git a/src/webengine/doc/qtwebengine.qdocconf b/src/webengine/doc/qtwebengine.qdocconf index 009902080..5e738f98d 100644 --- a/src/webengine/doc/qtwebengine.qdocconf +++ b/src/webengine/doc/qtwebengine.qdocconf @@ -66,6 +66,7 @@ exampledirs += . \ ../../core/doc/snippets \ ../../webenginewidgets/doc/snippets +examples.fileextensions += *.aff *.dic imagedirs += images -- cgit v1.2.1