PyTracerLab.gui package

Submodules

Module contents

PyTracerLab GUI subpackage.

Contains the main PyQt5 application window, tabs, and controller/state logic.

class PyTracerLab.gui.MainWindow(*args: Any, **kwargs: Any)[source]

Bases: PyQt5.QtWidgets.QWidget

Top-level application window hosting the main tabs.

PyTracerLab.gui.main()[source]

Launch the Qt application and show the main window.