On 2/10-2009 14:01 Thomas Olsen <[email protected]> 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 [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
