#include <qbinputbox.h>
Definition at line 28 of file qbinputbox.h.
Public Slots | |
void | returnPressedOn1 () |
void | returnPressedOn2 () |
void | accept () |
void | textChanged (const QString &) |
Public Member Functions | |
QBInputBox (const QString &title, const QString &text, GWEN_TYPE_UINT32 flags, int minLen, int maxLen, QWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0) | |
~QBInputBox () | |
bool | acceptableInput () |
QString | getInput () |
Data Structures | |
class | Validator |
QBInputBox::QBInputBox | ( | const QString & | title, | |
const QString & | text, | |||
GWEN_TYPE_UINT32 | flags, | |||
int | minLen, | |||
int | maxLen, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 , |
|||
bool | modal = false , |
|||
WFlags | fl = 0 | |||
) |
QBInputBox::~QBInputBox | ( | ) |
void QBInputBox::accept | ( | ) | [slot] |
bool QBInputBox::acceptableInput | ( | ) |
QString QBInputBox::getInput | ( | ) |
void QBInputBox::returnPressedOn1 | ( | ) | [slot] |
void QBInputBox::returnPressedOn2 | ( | ) | [slot] |
void QBInputBox::textChanged | ( | const QString & | ) | [slot] |