On 2/10-2009 14:01 Thomas Olsen <tang...@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

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to