We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QLineEdit.setValidator should accept None since, since the default value of QLineEdit.validator is None.
Also mentioned here https://doc.qt.io/qt-5/qlineedit.html#setValidator
"If v == 0, setValidator() removes the current input validator."
The text was updated successfully, but these errors were encountered:
Make the QLineEdit.setValidator() parameter optional
ac9e4a9
#209
Fixing in #210. Thanks.
Sorry, something went wrong.
Make the QLineEdit.setValidator() parameter optional (#210)
d671620
No branches or pull requests
QLineEdit.setValidator should accept None since, since the default value of QLineEdit.validator is None.
Also mentioned here
https://doc.qt.io/qt-5/qlineedit.html#setValidator
"If v == 0, setValidator() removes the current input validator."
The text was updated successfully, but these errors were encountered: