neuralbertatech / natKit

A utility for connecting to and processing data from BCI devices
MIT License
2 stars 0 forks source link

Add a better abstraction to Window #6

Open zacharyselk opened 1 year ago

zacharyselk commented 1 year ago

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