Engauge Digitizer
2
Checklist
ChecklistGuidePageIntro.cpp
1
/******************************************************************************************************
2
* (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3
* under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4
* LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5
******************************************************************************************************/
6
7
#include "ChecklistGuidePageIntro.h"
8
#include "Logger.h"
9
10
ChecklistGuidePageIntro::ChecklistGuidePageIntro
() :
11
ChecklistGuidePage
(
"Introduction"
)
12
{
13
LOG4CPP_INFO_S ((*mainCat)) <<
"ChecklistGuidePageIntro::ChecklistGuidePageIntro"
;
14
15
addHtml
(tr (
"<p>Engauge converts an image of a graph or map into numbers, as long as the image has axes and/or grid lines "
16
"to define the coordinates.</p>"
17
"<p>This wizard creates a checklist of steps that can serve as a helpful guide. By following those steps, you "
18
"can obtain digitized data points in an exported file. This wizard also provides a quick summary of the "
19
"most useful features of Engauge.</p>"
20
"<p>New users are encouraged to use this wizard.</p>"
));
21
}
ChecklistGuidePage
This class customizes QWizardPage for ChecklistGuideWizard.
Definition:
ChecklistGuidePage.h:19
ChecklistGuidePage::addHtml
void addHtml(const QString &html)
Insert html for display.
Definition:
ChecklistGuidePage.cpp:29
ChecklistGuidePageIntro::ChecklistGuidePageIntro
ChecklistGuidePageIntro()
Single constructor.
Definition:
ChecklistGuidePageIntro.cpp:10
Generated on Sat Oct 21 2017 12:50:35 for Engauge Digitizer by
1.8.13