MetaView¶
class MetaView()
Bases: QWidget
Abstract base class designed to provide a unified interface for different analysis tabs.
This class includes a blank plot canvas for visualizing data, a dedicated space for control elements, and an interface for dynamically updating the plot based on user interactions or analysis results.
Public Methods¶
Abstract Methods¶
These methods must be implemented by subclasses.
Concrete Methods¶
Private Methods¶
Abstract Methods¶
These methods must be implemented by subclasses.