From ed1aeda6284c4d8e592d5261c4d361ea88a14176 Mon Sep 17 00:00:00 2001
From: s224361 <s224361@dtu.dk>
Date: Mon, 20 Jan 2025 12:26:16 +0100
Subject: [PATCH] Cleaned up modules

---
 modules/mainWindow.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/mainWindow.py b/modules/mainWindow.py
index 3f4a30c..cf5039e 100644
--- a/modules/mainWindow.py
+++ b/modules/mainWindow.py
@@ -14,6 +14,12 @@ from circleEditorWidget import CircleEditorWidget
 
 class MainWindow(QMainWindow):
     def __init__(self):
+        """
+        Initialize the main window for the application.
+
+        This method sets up the main window, including the layout, widgets, and initial state.
+        It initializes various attributes related to the image processing and user interface.
+        """
         super().__init__()
         self.setWindowTitle("Test GUI")
 
-- 
GitLab