I have set up a QValidator whose validate method consists of: def validate(self, qs, pos) : return (QValidator.Acceptable, qs, pos)
and this still gets TypeError: invalid result type from findRepValidator.validate() Very puzzling.
_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt