Engauge Digitizer 2
Loading...
Searching...
No Matches
ChecklistGuidePageIntro.cpp
Go to the documentation of this file.
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
8#include "Logger.h"
9
11 ChecklistGuidePage (tr ("Introduction"))
12{
13 LOG4CPP_INFO_S ((*mainCat)) << "ChecklistGuidePageIntro::ChecklistGuidePageIntro";
14
15 addHtml (QString ("<p>%1</p>"
16 "<p>%2</p>"
17 "<p>%3</p>"
18 "<p>%4</p>")
19 .arg (tr ("Engauge converts an image of a graph or map into numbers, as long as the image has axes and/or grid lines "
20 "to define the coordinates."))
21 .arg (tr ("This wizard creates a checklist of steps that can serve as a helpful guide. By following those steps, you "
22 "can obtain digitized data points in an exported file. This wizard also provides a quick summary of the "
23 "most useful features of Engauge."))
24 .arg (tr ("The wizard can be turned on and off using the Help menu."))
25 .arg (tr ("New users are encouraged to use this wizard.")));
26}
log4cpp::Category * mainCat
Definition Logger.cpp:14
ChecklistGuidePageIntro()
Single constructor.
ChecklistGuidePage(const QString &title)
Single constructor.
void addHtml(const QString &html)
Insert html for display.
#define LOG4CPP_INFO_S(logger)
Definition convenience.h:18