-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
MaintenanceCode maintenance that needs to be madeCode maintenance that needs to be made
Description
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
Metadata
Metadata
Assignees
Labels
MaintenanceCode maintenance that needs to be madeCode maintenance that needs to be made