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 & Qt5 by Martin Fitzpatrick — (PyQt5 Edition) The hands-on guide to making apps with Python — Over 10,000 copies sold!
PyQt6 Crash Course — a new tutorial in your Inbox every day
Beginner-focused crash course explaining the basics with hands-on examples.