


Qt Widgets by sunderme 12 comments
The standard assumption is the presence of en_GB.dic in the working path.
If a dictionary is present at different location, this can be set after starting the program in the options.
The complete path to the *.dic file has to be set! - Nov 09 2008

Qt Widgets by sunderme 12 comments
Could you give an example when the original code fails here ? - Sep 21 2008

Qt Widgets by sunderme 12 comments
The code uses .toLatin1(...) in aspell.cpp
This needs to be changed to .toLocal8Bit(...)
I am going to provide new sources hopefully soon, however i have not found out yet why the suggestion of corrected word does not work under Linux. - Sep 21 2008

Qt Widgets by sunderme 12 comments
Is it windows or Linux ? And if Linux, do you know the text coding (utf-8, latin1, etc ?)
Jan - Sep 21 2008

Qt Widgets by sunderme 12 comments
Therefore it takes the actual cursor position to determine of which word you want to get spelling suggestions.
To get them, simply place the cursor on the respective word and do a right click ... - Jul 19 2008