We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the class:
eqt/ui/MainWindowWithSessionManagement.py
some issues related to this: #34 #143
The class class MainWindowWithSessionManagement is inheriting from MainWindowWithProgressDialogs. It looks like we want to detach them.
MainWindowWithSessionManagement
MainWindowWithProgressDialogs
The goal is to be able to substitute a generic QMainWindow, e.g. such as the one in iDVC, with a new class where the session management is handled.
QMainWindow
The text was updated successfully, but these errors were encountered:
jcornall
No branches or pull requests
Improve the class:
eqt/ui/MainWindowWithSessionManagement.py
Note:
some issues related to this:
#34
#143
The class class
MainWindowWithSessionManagement
is inheriting fromMainWindowWithProgressDialogs
. It looks like we want to detach them.The goal is to be able to substitute a generic
QMainWindow
, e.g. such as the one in iDVC, with a new class where the session management is handled.The text was updated successfully, but these errors were encountered: