[PyQt] Another connect problem [SOLVED]

Thomas Olsen tanghus at gmail.com
Fri Oct 2 13:21:01 BST 2009


On 2/10-2009 14:01 Thomas Olsen <tanghus at gmail.com> wrote:

>  self.currency_from.connect(self.do_convert_from)

Replying to myself again :-)

This should of cause be:

 self.currency_from.textChanged.connect(self.do_convert_from)

Works like a charm and is much more pretty python wise.

-- 
Best Regards / Med venlig hilsen

  Thomas Olsen



More information about the PyQt mailing list