I have set up a QValidator whose validate method consists of:<br><br>    def validate(self, qs, pos) :<br>        return (QValidator.Acceptable, qs, pos)<br><br>and this still gets TypeError: invalid result type from findRepValidator.validate()<br>

<br>Very puzzling.<br>