Skip to content
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

replace the qt module and update everything from Qt5 to Qt6 #1025

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

bdieterm
Copy link
Collaborator

Currently, Pyzo is still written for Qt5, and the pyzo.qt module converts the objects to their equivalents in Qt6.

In this PR I wrote a completely new pyzo.qt module that works the other way round. I converted the whole Pyzo code to directly use the newest Qt6 API, and the new pyzo.qt module converts the new API to older ones if someone wants/has to use PySide2 or PyQt5 for executing the Pyzo IDE.

@bdieterm bdieterm merged commit 64ed424 into pyzo:main Jun 17, 2024
16 checks passed
@bdieterm bdieterm deleted the toQt6 branch June 23, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant