ALL,
connect(this, &QLineEdit::inputRejected,
this, &this::my_handler);
Qt 5.7.1 on Gentoo Linux
error: 'inputRejected' is not a member of 'QLineEdit'
Documentation doesn't give any restrictions on that signal.
What is the problem?
TIA!
inputRejected() has been recently introduced in Qt 5.12 so you'll have to update your version of Qt.