#include <alineedit.h>
Public Member Functions | |
ALineEdit (const QString &defaultValue, const QString &text="", QWidget *parent=0) | |
ALineEdit (const QString &defaultValue, QWidget *parent=0) | |
ALineEdit (QWidget *parent=0) | |
QString | hintText () const |
void | setText (const QString &newText, bool created=false) |
void | setHintText (const QString &text) |
void | showHintText () |
void | hideHintText () |
void | focusInEvent (QFocusEvent *e) |
void | focusOutEvent (QFocusEvent *e) |
void | setWrong () |
void | resetStyle () |
Definition at line 12 of file alineedit.h.
ALineEdit::ALineEdit | ( | const QString & | defaultValue, | |
const QString & | text = "" , |
|||
QWidget * | parent = 0 | |||
) |
ALineEdit::ALineEdit | ( | const QString & | defaultValue, | |
QWidget * | parent = 0 | |||
) |
ALineEdit::ALineEdit | ( | QWidget * | parent = 0 |
) |
void ALineEdit::focusInEvent | ( | QFocusEvent * | e | ) |
void ALineEdit::focusOutEvent | ( | QFocusEvent * | e | ) |
void ALineEdit::hideHintText | ( | ) |
Definition at line 77 of file alineedit.cpp.
QString ALineEdit::hintText | ( | ) | const |
Definition at line 28 of file alineedit.cpp.
void ALineEdit::resetStyle | ( | ) |
Definition at line 140 of file alineedit.cpp.
void ALineEdit::setHintText | ( | const QString & | text | ) |
void ALineEdit::setText | ( | const QString & | newText, | |
bool | created = false | |||
) |
void ALineEdit::setWrong | ( | ) |
Definition at line 119 of file alineedit.cpp.
void ALineEdit::showHintText | ( | ) |
Definition at line 68 of file alineedit.cpp.