Qt-Inspector
Qt-Inspector copied to clipboard
Inspect signal/slot connection graph
I would like to be able to inspect the connection graph of Qt signal connections. Is this already possible ? If not, what would it take to add support for that ?
Is this already possible ?
No, not at present.
If not, what would it take to add support for that ?
You would need to find a way to extract that information from the objects of interest, add it to the set of information that is already serialized as protocol buffer messages and passed back to the UI, and then in the process that presents the UI, display it somehow.
I'm not actively developing this tool, but I can take a look at pull requests if they have clear instructions on how to test them.