[PyQt] accessing variables of class

Wolfgang Rohdewald wolfgang at rohdewald.de
Fri May 11 17:45:04 BST 2012


Am Freitag, 11. Mai 2012, 18:18:18 schrieb Enes Albay:
> self.clicked.connect(A.handleLetter)
> AttributeError: 'function' object has no attribute '__pyqtSignature__'

is A a class or an instance? It should be an instance.

conventionally instance names should not start uppercase


-- 
Wolfgang


More information about the PyQt mailing list