Engauge Digitizer 2
|
This class customizes QWizardPage for ChecklistGuideWizard. More...
#include <ChecklistGuidePage.h>
Public Member Functions | |
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 customizes QWizardPage for ChecklistGuideWizard.
Definition at line 19 of file ChecklistGuidePage.h.
Single constructor.
Definition at line 16 of file ChecklistGuidePage.cpp.
Insert html for display.
Definition at line 29 of file ChecklistGuidePage.cpp.
QRadioButton * ChecklistGuidePage::addLabelAndRadioButton | ( | const QString & | label, |
const QString & | whatsThis ) |
Insert radio button and corresponding label.
Definition at line 39 of file ChecklistGuidePage.cpp.
void ChecklistGuidePage::addLineEdit | ( | ChecklistLineEdit * | edit, |
const QString & | whatsThis ) |
Insert line edit.
Definition at line 55 of file ChecklistGuidePage.cpp.