#include <qcalc.h>
Public Member Functions | |
QcalcInput (QWidget *parent=0, QString name="", QString label="", QcalcTab *qTab=0) | |
void | setText (QString) |
void | setAnglePulldown () |
void | SetConstant (const QString &strConstant) |
Public Attributes | |
QLabel * | inputLabel |
QguWLinput * | slot |
QComboBox * | pulldown |
QcalcInput::QcalcInput | ( | QWidget * | parent = 0 , |
|
QString | name = "" , |
|||
QString | label = "" , |
|||
QcalcTab * | qTab = 0 | |||
) |
void QcalcInput::setAnglePulldown | ( | ) |
void QcalcInput::SetConstant | ( | const QString & | strConstant | ) |
void QcalcInput::setText | ( | QString | txt | ) |
QLabel* QcalcInput::inputLabel |
QComboBox* QcalcInput::pulldown |