Engauge Digitizer 2
Loading...
Searching...
No Matches
ChecklistGuidePageIntro Class Reference

This class sets up the introduction page. More...

#include <ChecklistGuidePageIntro.h>

Inheritance diagram for ChecklistGuidePageIntro:
Inheritance graph
Collaboration diagram for ChecklistGuidePageIntro:
Collaboration graph

Public Member Functions

 ChecklistGuidePageIntro ()
 Single constructor.
Public Member Functions inherited from ChecklistGuidePage
 ChecklistGuidePage (const QString &title)
 Single constructor.
void addHtml (const QString &html)
 Insert html for display.
QRadioButton * addLabelAndRadioButton (const QString &label, const QString &whatsThis)
 Insert radio button and corresponding label.
void addLineEdit (ChecklistLineEdit *edit, const QString &whatsThis)
 Insert line edit.

Detailed Description

This class sets up the introduction page.

Definition at line 13 of file ChecklistGuidePageIntro.h.

Constructor & Destructor Documentation

◆ ChecklistGuidePageIntro()

ChecklistGuidePageIntro::ChecklistGuidePageIntro ( )

Single constructor.

Definition at line 10 of file ChecklistGuidePageIntro.cpp.

10 :
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
ChecklistGuidePage(const QString &title)
Single constructor.
void addHtml(const QString &html)
Insert html for display.
#define LOG4CPP_INFO_S(logger)
Definition convenience.h:18

The documentation for this class was generated from the following files: