[PyQt] PyQt5 emitting signal bug

MOHAMED BLACK bl3a3ck at gmail.com
Tue Mar 25 08:10:53 GMT 2014


hi,

i have this strange issue when try to emit signal commitData
in QStyledItemDelegate class

it's working with PyQt4-4.10.4-gpl-Py3.3-Qt5.2.0-x32-2.exe downloaded
yesterday
but not with PyQt5-5.2.1-gpl-Py3.3-Qt5.2.0-x32.exe

and both use the same Qt5.2.0 so i think it's not Qt issue.

Error is:
AttributeError: signal was not defined in the first super-class of class
'PlainTextColumnDelegate'

sample code attached

tested on
windows xp sp3
python 3.3.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140325/7f267f7c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MyTableWidget.py
Type: text/x-python
Size: 2051 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140325/7f267f7c/attachment.py>


More information about the PyQt mailing list