00001
00002
00003
00004
00005
00006
00007 #include "ChecklistGuidePageIntro.h"
00008 #include "Logger.h"
00009
00010 ChecklistGuidePageIntro::ChecklistGuidePageIntro() :
00011 ChecklistGuidePage ("Introduction")
00012 {
00013 LOG4CPP_INFO_S ((*mainCat)) << "ChecklistGuidePageIntro::ChecklistGuidePageIntro";
00014
00015 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 "
00016 "to define the coordinates.</p>"
00017 "<p>This wizard creates a checklist of steps that can serve as a helpful guide. By following those steps, you "
00018 "can obtain digitized data points in an exported file. This wizard also provides a quick summary of the "
00019 "most useful features of Engauge.</p>"
00020 "<p>New users are encouraged to use this wizard.</p>"));
00021 }