Skip to content

Add a better abstraction to Window #6

@zacharyselk

Description

@zacharyselk

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

No one assigned

    Labels

    MaintenanceCode maintenance that needs to be made

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions