I have a QTextEdit box that displays text, and I'd like to be able to set the text color for different lines of text in the same QTextEditBox. (i.e. line 1 might be red, line 2 might be black, etc.)
Is this possible in a QTextEdit box? If not, what's the easiest way to get this behavior?
Thanks