Adding image_display widget

This commit is contained in:
2025-12-08 17:33:32 +02:00
parent 4b5d2a7c45
commit bb26d43dd7
4 changed files with 366 additions and 79 deletions

View File

@@ -0,0 +1,5 @@
"""GUI widgets for the microscopy object detection application."""
from src.gui.widgets.image_display_widget import ImageDisplayWidget
__all__ = ["ImageDisplayWidget"]