I have a String array which contains correctly spelled words and misspelled words. I want to set all those words to a qtextbrowser
and I want to make misspelled words red color.
wordlist = ['correct1', 'correct2', 'incorrect1', 'correct3', 'incorrect2']