#include <ui_runpihm.h>
Inherited by Ui::runPIHM.
Inheritance diagram for Ui_runPIHM:
Public Member Functions | |
void | setupUi (QDialog *runPIHM) |
void | retranslateUi (QDialog *runPIHM) |
Public Attributes | |
QProgressBar * | progressBar |
QTextBrowser * | textBrowser |
QWidget * | widget |
QGridLayout * | gridLayout |
QPushButton * | cancelButton |
QPushButton * | runButton |
QPushButton * | helpButton |
QSpacerItem * | spacerItem |
QGroupBox * | groupBox |
QWidget * | layoutWidget |
QHBoxLayout * | hboxLayout |
QPushButton * | browseButton |
QLabel * | label |
QLabel * | label_2 |
QLineEdit * | lineEdit |
QLineEdit * | lineEditFile |
Definition at line 20 of file ui_runpihm.h.
void Ui_runPIHM::setupUi | ( | QDialog * | runPIHM | ) | [inline] |
Definition at line 40 of file ui_runpihm.h.
References browseButton, cancelButton, gridLayout, groupBox, hboxLayout, helpButton, label, label_2, layoutWidget, lineEdit, lineEditFile, progressBar, retranslateUi(), runButton, spacerItem, textBrowser, and widget.
Referenced by runPIHMDlg::runPIHMDlg().
Here is the call graph for this function:
void Ui_runPIHM::retranslateUi | ( | QDialog * | runPIHM | ) | [inline] |
Definition at line 111 of file ui_runpihm.h.
References browseButton, cancelButton, groupBox, helpButton, label, label_2, and runButton.
Referenced by setupUi().
QProgressBar* Ui_runPIHM::progressBar |
QTextBrowser* Ui_runPIHM::textBrowser |
QWidget* Ui_runPIHM::widget |
QGridLayout* Ui_runPIHM::gridLayout |
QPushButton* Ui_runPIHM::cancelButton |
QPushButton* Ui_runPIHM::runButton |
Definition at line 28 of file ui_runpihm.h.
Referenced by retranslateUi(), runPIHMDlg::runPIHMDlg(), and setupUi().
QPushButton* Ui_runPIHM::helpButton |
Definition at line 29 of file ui_runpihm.h.
Referenced by retranslateUi(), runPIHMDlg::runPIHMDlg(), and setupUi().
QSpacerItem* Ui_runPIHM::spacerItem |
QGroupBox* Ui_runPIHM::groupBox |
QWidget* Ui_runPIHM::layoutWidget |
QHBoxLayout* Ui_runPIHM::hboxLayout |
QPushButton* Ui_runPIHM::browseButton |
Definition at line 34 of file ui_runpihm.h.
Referenced by retranslateUi(), runPIHMDlg::runPIHMDlg(), and setupUi().
QLabel* Ui_runPIHM::label |
QLabel* Ui_runPIHM::label_2 |
QLineEdit* Ui_runPIHM::lineEdit |
Definition at line 37 of file ui_runpihm.h.
Referenced by runPIHMDlg::folderBrowse(), runPIHMDlg::run(), and setupUi().
QLineEdit* Ui_runPIHM::lineEditFile |