Skip to content
Snippets Groups Projects
Commit 173c8ef5 authored by s224389's avatar s224389
Browse files

Changed GUI window name

parent d9a34b31
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ class MainWindow(QMainWindow): ...@@ -20,7 +20,7 @@ class MainWindow(QMainWindow):
It initializes various attributes related to the image processing and user interface. It initializes various attributes related to the image processing and user interface.
""" """
super().__init__() super().__init__()
self.setWindowTitle("Test GUI") self.setWindowTitle("Path Tracing in 2D images")
self._last_loaded_pixmap = None self._last_loaded_pixmap = None
self._circle_calibrated_radius = 6 self._circle_calibrated_radius = 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment