Hi all,

I'm using QTextEdit. I want the program to change the text colour randomly with every character I type. So, I will get outputs that look like this:

abcdefgh abcdefgh abcdefgh

How to I command QTextEdit to change the "brush color" of the font when I type?

I just need the code that tells QTextEdit to change colors whenever there's a QTextEdit::textChanged () [signal]

Thanks!