Engauge Digitizer 2
Loading...
Searching...
No Matches
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
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.</p>"));
19}
ChecklistGuidePageIntro()
Single constructor.
This class customizes QWizardPage for ChecklistGuideWizard.
void addHtml(const QString &html)
Insert html for display.