#include <ui_operate.h>
Inherited by Ui::Operation.
Public Member Functions | |
void | setupUi (QDialog *Operation) |
void | retranslateUi (QDialog *Operation) |
Public Attributes | |
QDialogButtonBox * | buttonBox |
QWidget * | layoutWidget |
QVBoxLayout * | vboxLayout |
QLabel * | lblDataSource1 |
QComboBox * | cbxDataSource1 |
QWidget * | layoutWidget1 |
QVBoxLayout * | vboxLayout1 |
QLabel * | lblDataSource2 |
QComboBox * | cbxDataSource2 |
QWidget * | layoutWidget2 |
QVBoxLayout * | vboxLayout2 |
QLabel * | lblOperation |
QComboBox * | cbxOperation |
QCheckBox * | cbxOperationType |
Definition at line 28 of file ui_operate.h.
void Ui_Operation::retranslateUi | ( | QDialog * | Operation | ) | [inline] |
Definition at line 123 of file ui_operate.h.
void Ui_Operation::setupUi | ( | QDialog * | Operation | ) | [inline] |
Definition at line 46 of file ui_operate.h.
QDialogButtonBox* Ui_Operation::buttonBox |
Definition at line 31 of file ui_operate.h.
QComboBox* Ui_Operation::cbxDataSource1 |
Definition at line 35 of file ui_operate.h.
QComboBox* Ui_Operation::cbxDataSource2 |
Definition at line 39 of file ui_operate.h.
QComboBox* Ui_Operation::cbxOperation |
Definition at line 43 of file ui_operate.h.
QCheckBox* Ui_Operation::cbxOperationType |
Definition at line 44 of file ui_operate.h.
QWidget* Ui_Operation::layoutWidget |
Definition at line 32 of file ui_operate.h.
QWidget* Ui_Operation::layoutWidget1 |
Definition at line 36 of file ui_operate.h.
QWidget* Ui_Operation::layoutWidget2 |
Definition at line 40 of file ui_operate.h.
QLabel* Ui_Operation::lblDataSource1 |
Definition at line 34 of file ui_operate.h.
QLabel* Ui_Operation::lblDataSource2 |
Definition at line 38 of file ui_operate.h.
QLabel* Ui_Operation::lblOperation |
Definition at line 42 of file ui_operate.h.
QVBoxLayout* Ui_Operation::vboxLayout |
Definition at line 33 of file ui_operate.h.
QVBoxLayout* Ui_Operation::vboxLayout1 |
Definition at line 37 of file ui_operate.h.
QVBoxLayout* Ui_Operation::vboxLayout2 |
Definition at line 41 of file ui_operate.h.