Hi, On Jul 3, 2010, at 1:07 PM, ext David Xavier wrote: > I have an HTML editor implemented in Qt 4.6.2 that uses a > contenteditable QWebView. I'd like to enable webkit spell checking in > the editable webview (with a line under misspelled words), but I can't > seem to get it working. > [...] > Is this feature currently supported in QtWebkit? Is there something > else I have to do to enable it?
It is not supported. There is no API for spell checking in Qt so this feature cannot be implemented in WebKit. cheers, Benjamin _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
