This might be an easy question, but I'm trying to give a color to a specific QLabel in my application and it doesn't work.
The code I tried is the following :
nom_plan_label = QtGui.QLabel()
nom_plan_label.setText(nom_plan_vignette)
nom_plan_label.setStyleSheet("QLabel#nom_plan_label {color: yellow}")
Any hint would be appreciated