Data Structures | Public Slots | Public Member Functions

QGuiInputBox Class Reference

#include <qguiinputbox.h>

Data Structures

class  Validator

Public Slots

void returnPressedOn1 ()
void returnPressedOn2 ()
void accept ()
void textChanged (const QString &)
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, Qt::WFlags fl=0)
 ~QGuiInputBox ()
bool acceptableInput ()
QString getInput ()
 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 ()

Detailed Description

Definition at line 27 of file q4banking/qguiinputbox.h.


Constructor & Destructor Documentation

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,
Qt::WFlags  fl = 0 
)
QGuiInputBox::~QGuiInputBox (  ) 
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 (  ) 

Member Function Documentation

void QGuiInputBox::accept (  )  [slot]
void QGuiInputBox::accept (  )  [slot]
bool QGuiInputBox::acceptableInput (  ) 
bool QGuiInputBox::acceptableInput (  ) 
QString QGuiInputBox::getInput (  ) 
QString QGuiInputBox::getInput (  ) 
void QGuiInputBox::returnPressedOn1 (  )  [slot]
void QGuiInputBox::returnPressedOn1 (  )  [slot]
void QGuiInputBox::returnPressedOn2 (  )  [slot]
void QGuiInputBox::returnPressedOn2 (  )  [slot]
void QGuiInputBox::textChanged ( const QString &   )  [slot]
void QGuiInputBox::textChanged ( const QString &   )  [slot]

The documentation for this class was generated from the following files: