Hello, I am trying to set up a QValidator on a QLineEdit. The Assistant says that the validate() member should return something from the Enum QValidator::State. My validator's validate() member currently has only the one statement,<br>

<br>   return QValidator.Acceptable<br><br>Whenever an edit is made in the LineEdit, the error appears:<br><br>  TypeError: invalid result type from findRepValidator.validate()<br><br>What is the correct type of return, if not the enum, or am I coding it wrong?<br>

<br>Thanks for your attention,<br><br>Dave Cortesi<br>