PDA

View Full Version : QLabel Customization Via Stylesheet



ConfusedGiraffe
11th November 2016, 06:21
I'm attempting to skin teamspeak but am getting hung up on how to change the text color of a link that is displayed within a QLabel. I don't seem to be able to set the color using the method below and haven't been able to find an alternative way of doing it either. Any help would be greatly appreciated.


QLabel {
color: somecolor;
}