Re: problem with QtSignals "object has no attribute 'emit'"

2010-02-14 Thread Phil Thompson
On Sun, 14 Feb 2010 13:17:40 +0100, News123 wrote: > Hi, > > I'm having a rather small code snippet, where I create pyQT signals. > I manage creating a signal as class attribute, > but I can't create a list of signals or a signal > as object.member. > > >> from PyQt4.QtGui import * >> from PyQt

problem with QtSignals "object has no attribute 'emit'"

2010-02-14 Thread News123
Hi, I'm having a rather small code snippet, where I create pyQT signals. I manage creating a signal as class attribute, but I can't create a list of signals or a signal as object.member. > from PyQt4.QtGui import * > from PyQt4.QtCore import * > > class MyWin(QMainWindow): > clssig = py