This is a demo application for the qt_style_sheet_inspector, a lib that enables qt application to modify style sheet in runtime.
In order to use the inspector widget on your application, it's necessary to initialize the class style_sheet_inspector_class
passing the instance of the QMainWindow
from the application.
See the demo in action:
The inspector only checks for style sheets that was applied to the QApplication, it's the topmost and any change here can be propagated to all child's.
Style sheets that applied to an individual widget will not appers on the inspector.
It need PyQt5 to work but it doesn't have it as a dependency.
- Free software: MIT license