pyqt4topyqt5 icon indicating copy to clipboard operation
pyqt4topyqt5 copied to clipboard

BUG: QtCore.Signal() not renamed to QtCore.pyqtSignal()

Open jankoslavic opened this issue 8 years ago • 1 comments
trafficstars

In Qt5 there is no method QtCore.Signal() and should be renamed to QtCore.pyqtSignal().

jankoslavic avatar Mar 13 '17 07:03 jankoslavic

I ran the conversion script and had every one of my QtCore.Signal()s renamed correctly to QtCore.pyqtSignal(). Do you have more info on this?

kylemh avatar Aug 11 '17 21:08 kylemh