I found this:
class GItem(QtGui.QGraphicsRectItem):
event = QtCore.pyqtSignal()
gitem = GItem()
gitem.event.emit()
throws TypeError: pyqtSignal must be bound to a QObject, not 'GItem'.
Fresh PyQt 4.5 SIP 4.8, Python 2.5, mingw.
Thanks.
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
