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?
Create GUI Applications with Python & Qt6 by Martin Fitzpatrick — (PyQt6 Edition) The hands-on guide to making apps with Python — Over 15,000 copies sold!