|
|
This class is similar to the QInputDialog, but offers the possibility to specify a regex as input validation. More...
#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/RegExpValidatedInputDialog.h>
Inheritance diagram for RegExpValidatedInputDialog:Public Member Functions | |
| QString | getTextValue () const |
| RegExpValidatedInputDialog (const QString &windowTitle, const QString &labelName, const QRegExp ®Exp, QWidget *parent=0) | |
This class is similar to the QInputDialog, but offers the possibility to specify a regex as input validation.
Definition at line 35 of file RegExpValidatedInputDialog.h.
|
explicit |
Definition at line 35 of file RegExpValidatedInputDialog.cpp.
| QString getTextValue | ( | ) | const |
Definition at line 61 of file RegExpValidatedInputDialog.cpp.