On Fri, 28 Sep 2012 16:27:52 -0700, David Cortesi <davecort...@gmail.com>
wrote:
> 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.

The API is different for different versions of the QString API.

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to