I have a QLabel with a Qt stylesheet that sets a dark background:
QLabel
QLabel { background: black; color: white; }
This works fine unt
Short answer is no. Recently I had to do this.
QLabel!visited
QLabel { color: ... }
QPallete