The EntryRenderer class provides a QLineEdit that can be embedded in an HTML form.
Publicly inherits FormObjectRenderer.
EntryRenderer | ( int maxLength, int size, bool password, const QString* value, Canvas* canvas, int clipWidth=???, QObject* parent=???, const char* name=??? ); | |
bool | redraw | ( ); |
void | reset | ( ); |
QString | value | ( ); |
void | endOfData | ( ); |
void | submit | ( ); |
QLineEdit* | _entry; |
QString | _value; |
Do nothing.
A value is returned only if the line edit has a name. Otherwise, an empty string is returned.
Do nothing.
Ask the FormRenderer to submit the form. The form will be submitted only if this is the only EntryRenderer within the form. This slot is activated when the RETURN key is pressed.