Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.4.0
-
None
Description
QLineEdit: The order of calling setInputMask() and setValidator() has an effect on how input is accepted in the QLineEdit, if the validator is specified before the input mask then it will accept even invalid input. If its the other way round then it does not.