summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-02-24 14:00:49 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-02-26 23:26:44 +0100
commitc6dd2e2367885d348e02440f23fd0bd54644c6f4 (patch)
tree5a8807fa92ecb56eae95661cf46c84875ecd93b0 /src/sql
parent8b9a02537300507d21d58ac7d3db4fe1a2f2fe62 (diff)
Document the behavior of QLineEdit::inputMask correctly
QLineEdit is unicode, and uses QChar::isLetter and QChar::isNumber to evaluate whether an input character is valid. There is no test for ASCII ranges, or converting of input characters to ASCII, so the documentation was wrong. [ChangeLog][QtWidgets][QLineEdit] the inputMask property has allowed any Letter or Number category character for the respective mask characters, not just ASCII. The documentation has been updated accordingly. Change-Id: Ied93cf6ddd334ac91bfbc275107a8eb83d231d80 Fixes: QTBUG-82291 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/sql')
0 files changed, 0 insertions, 0 deletions