01-06-2013 07:30 PM
I have a strange red underline in some of the translations that were made.
In the image attached, Ecrã means display. It's incorrectly spelled, with a ^ on top, but I changed it to the correct spelling and the red line still shows underneath. I also have other words with the correct spelling but it shows the red line under them. How can I remove the red lines?
Solved! Go to Solution.
02-12-2013 08:23 AM
If you don't need the spell checker function at all you can turn it off with a flag on the TextArea in your QML
input
{
flags: TextInputFlag.SpellCheckOff
}
More details here:
Jim
02-13-2013 05:52 PM
Very nice, I'll add it to the next build.
Thanks!