Below is a few lines of code from a QMessageBox message. I want ONLY the word FREE to appear in red. Possible?
I tried: <font color = red> just before FREE and then </font> just after the word FREE, but it did not work (it just printed the words <font color = red> and </font>
box.setText("*************************************************"
"\n A FREE update is available."
"\n*************************************************"
box.setText("*************************************************"
"\n A FREE update is available."
"\n*************************************************"
To copy to clipboard, switch view to plain text mode
Thanks
Bookmarks