TupleEdit#
Available in backends:
Signals#
changed(object)
- Emitted withself
when any sub-widget in the container changes.label_changed(str)
- Emitted when the widget label changes.native_parent_changed(object)
- Emitted with the backend widget when the widget parent changes.
TupleEdit
#
Bases: Container[ValueWidget]
A widget to represent a tuple of values.
A TupleEdit container has several child widgets of different type. Their value is represented as a Python tuple object. If a tuple is given as the initial value, types of child widgets are determined one by one. Unlike ListEdit, number of contents is not editable.
Parameters: