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