organoid_tracker.gui.main_window module

class organoid_tracker.gui.main_window.MainWindow(q_window: QMainWindow, figure: Figure, experiment: GuiExperiment, title_text: QLabel, status_text: QLabel, *, progress_bar: ProgressBar)

Bases: Window

set_status(text: str)

Sets the small text below the figure.

organoid_tracker.gui.main_window.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.main_window.mainloop()

Starts the main loop.