#include <dialib.h>
Inherits QDialog.
|
| HGetTextBox (QWidget *parent, QString cap, QString text, QList< QString > exptexts, bool largetexts=false) |
|
|
bool | large |
|
QList< QLineEdit * > | ledits |
|
QList< QTextEdit * > | mledits |
|
Gui helper class to easily get a one line data
Definition at line 231 of file dialib.h.
HGetTextBox::HGetTextBox |
( |
QWidget * |
parent, |
|
|
QString |
cap, |
|
|
QString |
text, |
|
|
QList< QString > |
exptexts, |
|
|
bool |
largetexts = false |
|
) |
| |
Generates a dialog which gets a branch of text data. The explain texts of the values are listed in exptexts list. (Determines the number of the requested strings) If the largetexts value is true the dialog uses a multi lined text editors
Definition at line 375 of file dialib.cpp.
QList<QString> HGetTextBox::results |
You can reach the edited values through this list
Definition at line 242 of file dialib.h.
The documentation for this class was generated from the following files: