Engauge Digitizer 2
|
This class sets up the introduction page. More...
#include <ChecklistGuidePageIntro.h>
Public Member Functions | |
ChecklistGuidePageIntro () | |
Single constructor. | |
Public Member Functions inherited from ChecklistGuidePage | |
ChecklistGuidePage (const QString &title) | |
Single constructor. | |
void | addHtml (const QString &html) |
Insert html for display. | |
QRadioButton * | addLabelAndRadioButton (const QString &label, const QString &whatsThis) |
Insert radio button and corresponding label. | |
void | addLineEdit (ChecklistLineEdit *edit, const QString &whatsThis) |
Insert line edit. |
This class sets up the introduction page.
Definition at line 13 of file ChecklistGuidePageIntro.h.
ChecklistGuidePageIntro::ChecklistGuidePageIntro | ( | ) |
Single constructor.
Definition at line 10 of file ChecklistGuidePageIntro.cpp.