PDA

View Full Version : Spellchecker?



derick
27th September 2006, 18:27
Has anybody successfully implemented a spellchecker into/with Qt3/Qt4?

I was thinking in the lines of http://aspell.net/man-html/Through-A-Pipe.html#Through-A-Pipe

Just wondering if I should do like a [Check Spelling] button or try and get fancy with the red squiggly underline like MS Word. I basically have a QTextEdit and perhaps QLineEdit.

krawek
27th September 2006, 19:14
yes: http://svn.berlios.de/wsvn/ktoon/branches/ktoon/0.8/src/dlib/dcore/aspelliface.cpp?op=file&rev=0&sc=0

highlighter:
http://svn.berlios.de/wsvn/ktoon/branches/ktoon/0.8/src/dlib/dcore/spellhighlighter.cpp?op=file&rev=0&sc=0