qt_signals
Debug Qt application signal connections by inspecting which signals are connected and their receiver counts for specific widgets.
Instructions
Inspect signal connections on a QObject.
For a given widget/object, enumerates all signals and reports which are
connected and how many receivers each has. Useful for debugging "nothing
happens when I click" problems.
Args:
ref: Widget ref from qt_snapshot (e.g., 'w5').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes |