phargogh / palisades

Configurable UI chunks for PyQt user interfaces
0 stars 0 forks source link

Write an easy way to view an element's properties on demand #20

Open phargogh opened 9 years ago

phargogh commented 9 years ago

Elements have states that update all the time and based on the user's interactions. It would be massively helpful if I had an easy way (ideally without the use of gdb) to poke around any element's state in the current UI.

I guess I'm thinking of something that would allow access to all object attributes, the contents of element.config, and some (if not all) of the element's functions.