One reason: if the line edit has a validator and it does not return QValidator::Acceptable, or an input mask that is not matched/complete, then editingFinished() is not emitted.
One reason: if the line edit has a validator and it does not return QValidator::Acceptable, or an input mask that is not matched/complete, then editingFinished() is not emitted.
mireiner (9th July 2016)
Bookmarks