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