Skip to content
Snippets Groups Projects
Commit ed1aeda6 authored by s224361's avatar s224361
Browse files

Cleaned up modules

parent 6bcc3a83
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,12 @@ from circleEditorWidget import CircleEditorWidget ...@@ -14,6 +14,12 @@ from circleEditorWidget import CircleEditorWidget
class MainWindow(QMainWindow): class MainWindow(QMainWindow):
def __init__(self): 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__() super().__init__()
self.setWindowTitle("Test GUI") self.setWindowTitle("Test GUI")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment