Hi,

I want to implement a fuzzy search in a QTextEdit, so I want to know how does it store the text, basically what I need is the list of words and the position of each word (to move the cursor there), is there a way to get that, or should I just get the plain text and do it myself?

Thanks