Skip to content

williamjamir/demo_qt_inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for Qt Style Sheet Inspector

This is a demo application for the qt_style_sheet_inspector, a lib that enables qt application to modify style sheet in runtime.

Usage

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:

image

Features

view current style sheet of application during runtime

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.

Style sheet can be changed in runtime (Pressing CTRL+S)

image

Search bar to help find specific types or names (Pressing F3)

image

Can undo/redo changes (Pressing CTRL+ALT+Z or CTRL+ALT+Y)

image

Observation

It need PyQt5 to work but it doesn't have it as a dependency.

  • Free software: MIT license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages