pyanno4rt.visualization._visualizer
Visualizer.
Overview
Visualizer class. |
|
Main window for the application. |
Classes
- class pyanno4rt.visualization._visualizer.Visualizer(parent=None)[source]
Visualizer class.
This class provides methods to build and launch the visual analysis tool, i.e., it initializes the application, creates the main window, provides the window configuration, and runs the application.
- application
Instance of the class SpyderQApplication for managing control flow and main settings of the visual analysis tool.
- Type:
object of class SpyderQApplication
Overview
Methods launch()Launch the visual analysis tool.
Members
- class pyanno4rt.visualization._visualizer.MainWindow(application, standalone=True)[source]
Bases:
PyQt5.QtWidgets.QMainWindowMain window for the application.
This class creates the main window for the visual analysis tool, including logo, labels, and event buttons.
- Parameters:
application (object of class SpyderQApplication) – Instance of the class SpyderQApplication for managing control flow and main settings of the visual analysis tool.
Overview
Methods closeEvent(event)Close the application.
Members