Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Checklist
ChecklistGuidePageIntro.cpp
1
#include "ChecklistGuidePageIntro.h"
2
#include "Logger.h"
3
4
ChecklistGuidePageIntro::ChecklistGuidePageIntro
() :
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
}
ChecklistGuidePage
This class customizes QWizardPage for ChecklistGuideWizard.
Definition:
ChecklistGuidePage.h:13
ChecklistGuidePage::addHtml
void addHtml(const QString &html)
Insert html for display.
Definition:
ChecklistGuidePage.cpp:23
ChecklistGuidePageIntro::ChecklistGuidePageIntro
ChecklistGuidePageIntro()
Single constructor.
Definition:
ChecklistGuidePageIntro.cpp:4
Generated on Thu Feb 4 2016 21:05:25 for Engauge Digitizer by
1.8.10