[Interest] Spell checking.

Diego Iastrubni diegoiast at gmail.com
Tue Nov 6 10:55:28 CET 2012


On Wed, Oct 31, 2012 at 7:07 PM, Bill Crocker <william.crocker at analog.com>wrote:

> I am adding spell checking to my application.
>
> I have the spell checking engine.
>
> I can see how to use the QSyntaxHighlighter to
> to underline words that are spelled incorrectly
> in a QTextEdit.
>
> http://lists.qt-project.org/mailman/listinfo/interest
>

How about using QTextEdit::setExtraSelections instead of using a syntax
highlighter?

http://qt-project.org/doc/qt-4.8/qtextedit.html#setExtraSelections
http://qt-project.org/doc/qt-4.8/qtextcharformat.html#setUnderlineStyle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20121106/8b479f28/attachment.html>


More information about the Interest mailing list