TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

Add MainWindow class #34

Open lauramurgatroyd opened 2 years ago

lauramurgatroyd commented 2 years ago

In the iDVC and EPAC app, the MainWindow has common methods. We could add a main window class to eqt with methods including:

lauramurgatroyd commented 2 years ago

We could also have the windows for saving sessions upon close, although we may not want this in all apps, perhaps this can be optional

lauramurgatroyd commented 2 years ago

Work in progress on this branch: https://github.com/paskino/qt-elements/tree/main-window

lauramurgatroyd commented 1 year ago

Most of this will be covered by the SessionMainWindow Base class https://github.com/paskino/qt-elements/pull/67 Except it does not cover QProcesses