Skip to content

ToolBar#

ToolBar widget

Available in backends: qt, ipynb

Signals#

  • label_changed(str) - Emitted when the widget label changes.
  • native_parent_changed(object) - Emitted with the backend widget when the widget parent changes.

ToolBar #

Bases: ToolBarWidget

Toolbar that contains a set of controls.

Parameters:

  • **base_widget_kwargs (Any, default: {} ) –

    All additional keyword arguments are passed to the base magicgui.widgets.Widget constructor.