SetStyleSheet function doesn't work in QWidget
1. Preface
we found that the subclasses that inherit from QWidget look fine in Qt Designer when we used the setStyleSheet() function, but when we actually run the application, we find that it doesn't work.
2. Solutions
2.1. solution 1
If you are not ...
kangaroolove.hashnode.dev1 min read