![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Line edit that can be marked as "invalid" to show input validation feedback. More...
#include <qvalidatedlineedit.h>
Public Slots | |
void | setValid (bool valid) |
Public Member Functions | |
QValidatedLineEdit (QWidget *parent=0) | |
void | clear () |
Protected Member Functions | |
void | focusInEvent (QFocusEvent *evt) |
Private Slots | |
void | markValid () |
Private Attributes | |
bool | valid |
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 9 of file qvalidatedlineedit.h.
|
explicit |
Definition at line 5 of file qvalidatedlineedit.cpp.
void QValidatedLineEdit::clear | ( | ) |
Definition at line 41 of file qvalidatedlineedit.cpp.
|
protected |
Definition at line 29 of file qvalidatedlineedit.cpp.
|
privateslot |
Definition at line 36 of file qvalidatedlineedit.cpp.
|
slot |
Definition at line 11 of file qvalidatedlineedit.cpp.
|
private |
Definition at line 21 of file qvalidatedlineedit.h.