Currently the Window class in src/gui/window/window.py abstracts away the process of creating a window to host graphs using PyQt5. However it does not handle the setup code needed to run it. At the moment the user of the window needs to create a QApplication and run exec() on it. This dependency should be pulled into Window
Currently the
Windowclass in src/gui/window/window.py abstracts away the process of creating a window to host graphs using PyQt5. However it does not handle the setup code needed to run it. At the moment the user of the window needs to create aQApplicationand runexec()on it. This dependency should be pulled intoWindow