Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspect signal/slot connection graph #20

Open
stefanseefeld opened this issue Jun 15, 2019 · 1 comment
Open

Inspect signal/slot connection graph #20

stefanseefeld opened this issue Jun 15, 2019 · 1 comment

Comments

@stefanseefeld
Copy link

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 ?

@robertknight
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants