 |
Bitcoin Core
22.99.0
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_QVALIDATEDLINEEDIT_H
6 #define BITCOIN_QT_QVALIDATEDLINEEDIT_H
44 #endif // BITCOIN_QT_QVALIDATEDLINEEDIT_H
void setCheckValidator(const QValidator *v)
void focusInEvent(QFocusEvent *evt) override
void setText(const QString &)
void setEnabled(bool enabled)
Line edit that can be marked as "invalid" to show input validation feedback.
void validationDidChange(QValidatedLineEdit *validatedLineEdit)
void setValid(bool valid)
const QValidator * checkValidator
QValidatedLineEdit(QWidget *parent)
void focusOutEvent(QFocusEvent *evt) override