Skip to content

MainFunctionGui#

Available in backends:

Signals#

  • called(object) - Emitted with the result after the function is called.
  • changed(object) - Emitted with self 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.

MainFunctionGui #

Bases: FunctionGui[_P, _R], MainWindow

Container of widgets as a Main Application Window.