Qucs-GUI
0.0.18
|
#include <filldialog.h>
Public Slots | |
void | slotCheckFilled (bool on) |
Public Member Functions | |
FillDialog (const QString &_Caption, bool show=true, QWidget *parent=0) | |
~FillDialog () | |
Data Fields | |
QLabel * | FillLabel1 |
QLabel * | FillLabel2 |
QCheckBox * | CheckFilled |
QLineEdit * | LineWidth |
QPushButton * | ColorButt |
QPushButton * | FillColorButt |
QComboBox * | StyleBox |
QComboBox * | FillStyleBox |
QVBoxLayout * | all |
QIntValidator * | val100 |
Private Slots | |
void | slotSetColor () |
void | slotSetFillColor () |
Definition at line 37 of file filldialog.h.
FillDialog::FillDialog | ( | const QString & | _Caption, |
bool | show = true , |
||
QWidget * | parent = 0 |
||
) |
Definition at line 33 of file filldialog.cpp.
FillDialog::~FillDialog | ( | ) |
Definition at line 134 of file filldialog.cpp.
|
slot |
Definition at line 156 of file filldialog.cpp.
|
privateslot |
Definition at line 141 of file filldialog.cpp.
|
privateslot |
Definition at line 148 of file filldialog.cpp.
QVBoxLayout* FillDialog::all |
Definition at line 57 of file filldialog.h.
QCheckBox* FillDialog::CheckFilled |
Definition at line 52 of file filldialog.h.
QPushButton* FillDialog::ColorButt |
Definition at line 54 of file filldialog.h.
QPushButton * FillDialog::FillColorButt |
Definition at line 54 of file filldialog.h.
QLabel* FillDialog::FillLabel1 |
Definition at line 51 of file filldialog.h.
QLabel * FillDialog::FillLabel2 |
Definition at line 51 of file filldialog.h.
QComboBox * FillDialog::FillStyleBox |
Definition at line 55 of file filldialog.h.
QLineEdit* FillDialog::LineWidth |
Definition at line 53 of file filldialog.h.
QComboBox* FillDialog::StyleBox |
Definition at line 55 of file filldialog.h.
QIntValidator* FillDialog::val100 |
Definition at line 58 of file filldialog.h.