atlas-framework

Creating a GUI App

Docs coming soon. Here is a teaser.

from atlas.app import App
from atlas.app.gui import Pyside2Mixin

class SampleApp(Pyside2Mixin, App):
    pass

Check out the test example in the repo under tests/sample_gui.py