#include <ui_helpdialog.h>
Inherited by Ui::helpDialog.
Inheritance diagram for Ui_helpDialog:

Public Member Functions | |
| void | setupUi (QDialog *helpDialog) |
| void | retranslateUi (QDialog *helpDialog) |
Public Attributes | |
| QWidget * | layout1 |
| QGridLayout * | gridLayout |
| Q3TextBrowser * | helpTextBrowser |
| QPushButton * | helpDialogCloseButton |
Definition at line 15 of file ui_helpdialog.h.
| void Ui_helpDialog::setupUi | ( | QDialog * | helpDialog | ) | [inline] |
Definition at line 23 of file ui_helpdialog.h.
References gridLayout, helpDialogCloseButton, helpTextBrowser, layout1, and retranslateUi().
Referenced by helpDialog::helpDialog().
Here is the call graph for this function:

| void Ui_helpDialog::retranslateUi | ( | QDialog * | helpDialog | ) | [inline] |
Definition at line 49 of file ui_helpdialog.h.
References helpDialogCloseButton.
Referenced by setupUi().
| QWidget* Ui_helpDialog::layout1 |
| QGridLayout* Ui_helpDialog::gridLayout |
| Q3TextBrowser* Ui_helpDialog::helpTextBrowser |
Definition at line 20 of file ui_helpdialog.h.
Referenced by helpDialog::helpDialog(), and setupUi().
| QPushButton* Ui_helpDialog::helpDialogCloseButton |
Definition at line 21 of file ui_helpdialog.h.
Referenced by helpDialog::helpDialog(), retranslateUi(), and setupUi().
1.5.2