Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
ChecklistGuidePageIntro.cpp
1 #include "ChecklistGuidePageIntro.h"
2 #include "Logger.h"
3 
5  ChecklistGuidePage ("Introduction")
6 {
7  LOG4CPP_INFO_S ((*mainCat)) << "ChecklistGuidePageIntro::ChecklistGuidePageIntro";
8 
9  addHtml ("<p>Engauge converts an image of a graph or map into numbers, as long as the image has axes and/or grid lines "
10  "to define the coordinates.</p>"
11  "<p>This wizard creates a checklist of steps that can serve as a helpful guide. By following those steps, you "
12  "can obtain digitized data points in an exported file.</p>");
13 }
This class customizes QWizardPage for ChecklistGuideWizard.
void addHtml(const QString &html)
Insert html for display.
ChecklistGuidePageIntro()
Single constructor.