How do you change the color of only certain parts of text in a lineEdit, when you append something to it?
Like if I added
Qt Code:
  1. Hello World, this is my program
To copy to clipboard, switch view to plain text mode 
to a lineEdit or textEdit, how do I change the "World," to blue and keep the rest black?