organoid_tracker.gui.launcher module

class organoid_tracker.gui.launcher.MainWindow(q_window: QMainWindow, figure: Figure, experiment: GuiExperiment, title_text: QLabel, status_text: QLabel)

Bases: Window

set_status(text: str)

Sets the small text below the figure.

organoid_tracker.gui.launcher.launch_window(experiment: Experiment) MainWindow

Launches a window with an empty figure. Doesn’t start the main loop yet. Use and activate a visualizer to add some interactiveness.

organoid_tracker.gui.launcher.mainloop()

Starts the main loop.