-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Pyqt5 to pyqt6 migration #175
Pyqt5 to pyqt6 migration #175
Conversation
Thanks for this effort! I will be able to take a closer look in one or two weeks 👍 |
I get the below result when I run the command:
|
OK, then the culprit is somewhere inside the |
Hi Paul, changed the below line in
In this case, it is working. I can open the files and sessions. But, when I run the tests, they still fail. |
Hi @paulmueller , |
The tests still fail. I narrowed it down to the instantiation of the AnalysisView class, which probably should be implemented via promotion in QtDesigner. I will merge your changes into a separate branch and work on it from there. Thanks! |
Intro
This PR aims to migrate the codebase from pyqt5 to pyqt6
This is needed because QtCreator does not support PyQt5. It is explained in the issue #165.
To do:
pytest tests
on your computer)