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?
PyQt6 Crash Course — a new tutorial in your Inbox every day
Beginner-focused crash course explaining the basics with hands-on examples.