Widget
- class gpype.frontend.widgets.base.widget.Widget(widget, name='', layout=PySide6.QtWidgets.QVBoxLayout)[source]
Bases:
objectBase class for BCI visualization widgets with automatic updates.
Provides foundation for real-time visualization widgets with automatic UI updates via QTimer and standardized layout structure with grouped content. Wraps content in QGroupBox with configurable layout.
- Parameters:
Note
Subclasses must implement the _update() method.
- __init__(widget, name='', layout=PySide6.QtWidgets.QVBoxLayout)[source]
Initialize the widget with layout and timer setup.