 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_QVALIDATEDLINEEDIT_H
6 #define BITCOIN_QT_QVALIDATEDLINEEDIT_H
39 #endif // BITCOIN_QT_QVALIDATEDLINEEDIT_H
void setCheckValidator(const QValidator *v)
void focusInEvent(QFocusEvent *evt)
void setEnabled(bool enabled)
Line edit that can be marked as "invalid" to show input validation feedback.
void focusOutEvent(QFocusEvent *evt)
void setValid(bool valid)
const QValidator * checkValidator
QValidatedLineEdit(QWidget *parent)