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

feature request: convert old style signals to new style signals ONLY #23

Open
thorade opened this issue May 17, 2018 · 0 comments
Open

Comments

@thorade
Copy link

thorade commented May 17, 2018

pyQt4 supports old style signals and new style signals,
pyQt5 supports new stylesignals only,
according to
http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html

This script converts from old to new style, but it also does a lot of other things.
Would it be possible to do the conversion in two steps, first convert only the signals to the new style, resulting in code that still works in pyQt4 (but not yet in pyQt5)?
Then, the second step would change the imports, thus breaking pyQt4 support.

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

No branches or pull requests

1 participant