mottosso / Qt5.py

Minimal Python 2 & 3 shim around PySide2 and PyQt5
MIT License
33 stars 5 forks source link

pyqtSignal and friends available on PyQt5 #4

Open mottosso opened 6 years ago

mottosso commented 6 years ago

A current limitation of the way Qt5.py has been implemented is that, even though QtCore.Signal is consistent across both PySide2 and PyQt5, it doesn't successfully prohibit the use of pyqtSignal.