I am trying to make one word (filestatus) in a string a certain color. What I have below does not produce an error but it does not work. I am a beginner and am using a Qt UI.
filestatus = "MARRIED, JOINT"
self.ui.title.setText(str("My Tax Info Based on a Filing Status of: " + filestatus.format("color=blue")))