gSAFE  1.3.8
Public Slots | Public Member Functions | Public Attributes | Protected Attributes | List of all members
HGetTextBox Class Reference

#include <dialib.h>

Inherits QDialog.

Public Slots

int clickOk (void)
 

Public Member Functions

 HGetTextBox (QWidget *parent, QString cap, QString text, QList< QString > exptexts, bool largetexts=false)
 

Public Attributes

QList< QString > results
 

Protected Attributes

bool large
 
QList< QLineEdit * > ledits
 
QList< QTextEdit * > mledits
 

Detailed Description

Gui helper class to easily get a one line data

Definition at line 231 of file dialib.h.

Constructor & Destructor Documentation

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.

Member Data Documentation

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: