Line edit that can be marked as "invalid" to show input validation feedback.
More...
#include <qvalidatedlineedit.h>
Line edit that can be marked as "invalid" to show input validation feedback.
When marked as invalid, it will get a red background until it is focused.
Definition at line 13 of file qvalidatedlineedit.h.
QValidatedLineEdit::QValidatedLineEdit |
( |
QWidget * |
parent | ) |
|
|
explicit |
void QValidatedLineEdit::checkValidity |
( |
| ) |
|
|
slot |
void QValidatedLineEdit::clear |
( |
| ) |
|
void QValidatedLineEdit::focusInEvent |
( |
QFocusEvent * |
evt | ) |
|
|
protected |
void QValidatedLineEdit::focusOutEvent |
( |
QFocusEvent * |
evt | ) |
|
|
protected |
bool QValidatedLineEdit::getEmptyIsValid |
( |
| ) |
const |
bool QValidatedLineEdit::isValid |
( |
| ) |
|
void QValidatedLineEdit::markValid |
( |
| ) |
|
|
privateslot |
void QValidatedLineEdit::setCheckValidator |
( |
const QValidator * |
v | ) |
|
void QValidatedLineEdit::setEmptyIsValid |
( |
bool |
value | ) |
|
void QValidatedLineEdit::setEnabled |
( |
bool |
enabled | ) |
|
|
slot |
void QValidatedLineEdit::setValid |
( |
bool |
valid | ) |
|
|
slot |
const QValidator* QValidatedLineEdit::checkValidator |
|
private |
bool QValidatedLineEdit::emptyIsValid |
|
private |
bool QValidatedLineEdit::valid |
|
private |
The documentation for this class was generated from the following files: