You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: