qt_object_tree
Retrieve the complete QObject parent-child hierarchy for PySide6 applications to inspect and debug UI structure beyond visible widgets.
Instructions
Get the full QObject parent-child tree (not just visible widgets).
Args:
root_ref: Starting ref. Defaults to QApplication root.
max_depth: Maximum traversal depth.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_ref | No | ||
| max_depth | No |