[PyQt] Re: Those bl**dy signals again

Wolfgang Rohdewald wolfgang at rohdewald.de
Sat Oct 3 11:51:39 BST 2009


On Saturday 03 October 2009, Thomas Olsen wrote:
>     def amount_editing_finished()

that should return a syntax error, missing ":"

should that not be
     def amount_editing_finished(self):


-- 
Wolfgang


More information about the PyQt mailing list