GUI Widgets Core¶
Provides a collection of utility functions and the BaseBox class
definition, which are core to the functioning of all GUI widgets.
-
class
prism._gui.widgets.core.BaseBox[source]¶ Defines the
BaseBoxbase class.This class is used by many custom
QWidgetclasses as their base. It defines themodifiedsignal, which is automatically connected to any widget that changes its state.-
childEvent(event)[source]¶ Special
childEvent()event that automatically connects the default modified signal of any widget that becomes a child of this widget.
-
-
prism._gui.widgets.core.get_box_value(box)[source]¶ Retrieves the value of the provided widget box and returns it.