14 connect(
this, SIGNAL(textChanged(QString)),
this, SLOT(
markValid()));
19 if (
valid == this->valid) {
36 QLineEdit::focusInEvent(evt);
43 QLineEdit::focusOutEvent(evt);
68 QLineEdit::setEnabled(enabled);
73 if (text().isEmpty()) {
75 }
else if (hasAcceptableInput()) {
80 QString address = text();
82 if (
checkValidator->validate(address, pos) == QValidator::Acceptable)