#include <ui_LineEdit_Dialog_BASE.h>
Public Member Functions | |
void | setupUi (QDialog *LineEdit_Dialog_BASE) |
void | retranslateUi (QDialog *LineEdit_Dialog_BASE) |
Public Attributes | |
QGridLayout * | gridLayout |
QLabel * | label_Question |
QLineEdit * | lineEdit |
QDialogButtonBox * | buttonBox |
Definition at line 23 of file ui_LineEdit_Dialog_BASE.h.
void Ui_LineEdit_Dialog_BASE::setupUi | ( | QDialog * | LineEdit_Dialog_BASE | ) | [inline] |
Definition at line 31 of file ui_LineEdit_Dialog_BASE.h.
References buttonBox, gridLayout, label_Question, lineEdit, and retranslateUi().
Referenced by FillCellsDialog::FillCellsDialog().
void Ui_LineEdit_Dialog_BASE::retranslateUi | ( | QDialog * | LineEdit_Dialog_BASE | ) | [inline] |
Definition at line 72 of file ui_LineEdit_Dialog_BASE.h.
References label_Question.
Referenced by setupUi().
QGridLayout* Ui_LineEdit_Dialog_BASE::gridLayout |
Definition at line 27 of file ui_LineEdit_Dialog_BASE.h.
Referenced by FillCellsDialog::FillCellsDialog(), retranslateUi(), and setupUi().
QLineEdit* Ui_LineEdit_Dialog_BASE::lineEdit |
Definition at line 28 of file ui_LineEdit_Dialog_BASE.h.
Referenced by setupUi(), FolderTableView::slotFillCells(), and FillCellsDialog::text().
QDialogButtonBox* Ui_LineEdit_Dialog_BASE::buttonBox |