[PyQt] TypeError: type 'str' is not supported as a pyqtSignal() type argument type

Leo Spalteholz leos at uvic.ca
Sat Jul 31 00:08:08 BST 2010


> I believe the single quotes would return a python str object. 

Not according to the docs: 
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#defining-new-signals-with-qtcore-pyqtsignal

Qt types should be in strings, not python types.



More information about the PyQt mailing list