My Project
0.0.16
QUCS Mapping
|
#include <arrowdialog.h>
Public Member Functions | |
ArrowDialog (QWidget *parent=0, const char *name=0) | |
~ArrowDialog () | |
void | SetComboBox (Qt::PenStyle) |
Public Attributes | |
QLineEdit * | LineWidth |
QLineEdit * | HeadWidth |
QLineEdit * | HeadLength |
QPushButton * | ColorButt |
QComboBox * | StyleBox |
QComboBox * | ArrowStyleBox |
Qt::PenStyle | LineStyle |
QGridLayout * | all |
QIntValidator * | val100 |
Definition at line 30 of file arrowdialog.h.
ArrowDialog::ArrowDialog | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Definition at line 30 of file arrowdialog.cpp.
ArrowDialog::~ArrowDialog | ( | ) |
Definition at line 96 of file arrowdialog.cpp.
void ArrowDialog::SetComboBox | ( | Qt::PenStyle | _Style | ) |
QGridLayout* ArrowDialog::all |
Definition at line 48 of file arrowdialog.h.
QComboBox * ArrowDialog::ArrowStyleBox |
Definition at line 45 of file arrowdialog.h.
QPushButton* ArrowDialog::ColorButt |
Definition at line 44 of file arrowdialog.h.
QLineEdit * ArrowDialog::HeadLength |
Definition at line 43 of file arrowdialog.h.
QLineEdit * ArrowDialog::HeadWidth |
Definition at line 43 of file arrowdialog.h.
Qt::PenStyle ArrowDialog::LineStyle |
Definition at line 46 of file arrowdialog.h.
QLineEdit* ArrowDialog::LineWidth |
Definition at line 43 of file arrowdialog.h.
QComboBox* ArrowDialog::StyleBox |
Definition at line 45 of file arrowdialog.h.
QIntValidator* ArrowDialog::val100 |
Definition at line 49 of file arrowdialog.h.