PDA

View Full Version : Add Spellchecking to QTextEdit with QT3 & Hunspell



pleopep
18th August 2011, 09:55
Hi,

i am new to qt and i have to add a spellchecking feature to a QTextEdit field.

I thought of using hunspell to solve this, but all the help i found was for qt4.
Has anyone seen a solution for qt3 yet?

I am using qt 3.3.6

Thanks in advance.

high_flyer
19th August 2011, 09:41
Why can't you use Qt4?

pleopep
19th August 2011, 09:43
Because i want to integrate this feature in a bigger project that is written in qt3.

high_flyer
19th August 2011, 09:54
Well, what actually is the problem?
hunspell is an external lib, so it really makes no difference with which Qt version your are working...