Engauge Digitizer  2
Public Member Functions | List of all members
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. More...
 
- Public Member Functions inherited from ChecklistGuidePage
 ChecklistGuidePage (const QString &title)
 Single constructor. More...
 
void addHtml (const QString &html)
 Insert html for display. More...
 
QRadioButton * addLabelAndRadioButton (const QString &label, const QString &whatsThis)
 Insert radio button and corresponding label. More...
 
void addLineEdit (ChecklistLineEdit *edit, const QString &whatsThis)
 Insert line edit. More...
 

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  .arg (tr ("Engauge converts an image of a graph or map into numbers, as long as the image has axes and/or grid lines "
19  "to define the coordinates."))
20  .arg (tr ("This wizard creates a checklist of steps that can serve as a helpful guide. By following those steps, you "
21  "can obtain digitized data points in an exported file. This wizard also provides a quick summary of the "
22  "most useful features of Engauge."))
23  .arg (tr ("New users are encouraged to use this wizard.")));
24 }
#define LOG4CPP_INFO_S(logger)
Definition: convenience.h:18
This class customizes QWizardPage for ChecklistGuideWizard.
log4cpp::Category * mainCat
Definition: Logger.cpp:14
void addHtml(const QString &html)
Insert html for display.

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