TypeError: pyqtSignal must be bound to a QObject

super(MyQObject, self).__init__()     
#如果写了__init__()函数,这一行一定要有,否则会出现
#TypeError: pyqtSignal must be bound to a QObject, not 'MyQObject'
posted @ 2017-06-09 12:55  HexOxZhw  阅读(245)  评论(0)    收藏  举报