qt_set_property
Modify Qt widget properties by specifying a widget reference, property name, and new value to update UI elements in PySide6 applications.
Instructions
Set a Qt property on a widget.
Args:
ref: Widget ref from qt_snapshot.
property_name: Qt property name.
value: New value for the property.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| property_name | Yes | ||
| value | Yes |