qt_widget_details
Retrieve comprehensive properties, geometry, and parent hierarchy for specific Qt widgets to support UI inspection and debugging tasks.
Instructions
Get detailed properties of a specific widget.
Args:
ref: Widget ref from qt_snapshot (e.g., 'w5').
Returns all Qt properties, geometry, parent chain, and more.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes |