Emmanuel_Joshua | 2021-02-15 23:30:25 UTC | #1
I've a widget given a class shown below:
widget.setProperty("cssClass", "welcome")
To select and style this widget from my css file (style.css) failed to work. Here's the selector I tried:
QWidget[cssClass="welcome] { //styles go here
}
What I'm I doing wrong here? Is the selector correct?
PyQt/PySide 1:1 Coaching with Martin Fitzpatrick — Get one on one help with your Python GUI projects. Working together with you I'll identify issues and suggest fixes, from bugs and usability to architecture and maintainability.