Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.3
-
None
Description
QLineEdit's inputmask does not work when a semicolon is used as a separator, even if it is properly escaped.
Example:
pLineEdit->setInputMask("\\(xxxx\\;xxxx\\;xxxx
)"; ... inputmask is incorrect
pLineEdit->setInputMask("\\(xxxx\\#xxxx\\#xxxx
)"; ... works as expected