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 [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
