About Engauge dialog. This provides a hidden shortcut for triggering ENGAUGE_ASSERT.
More...
#include <DlgAbout.h>
About Engauge dialog. This provides a hidden shortcut for triggering ENGAUGE_ASSERT.
Definition at line 15 of file DlgAbout.h.
Single constructor.
Definition at line 11 of file DlgAbout.cpp.
12 QMessageBox (&mainWindow),
13 m_mainWindow (mainWindow)
15 setWindowTitle (tr (
"About Engauge"));
16 setTextFormat (Qt::RichText);
19 setText (QString (
"<p>%1 %2 %3</p> <p>© Mark Mitchell</p><p>%4</p><p>%5</p><p>%6</p><p>%7</p><p>%8:</p>"
21 "<li><a href=\"https://github.com/markummitchell/engauge-digitizer\">%9</a></li>"
22 "<li><a href=\"https://gitter.im/markummitchell/engauge-digitizer\">%10</a></li>"
26 "<li><a href=\"http://www.fftw.org\">%11</a></li>"
28 "<p>OpenJPEG 2.X:</p>"
30 "<li><a href=\"http://www.openjpeg.org\">%12</a></li>"
32 .arg (tr (
"Engauge Digitizer"))
35 .arg (tr (
"Engauge Digitizer is an open source tool for efficiently extracting accurate numeric data from "
36 "images of graphs. The process may be considered as inverse graphing. When you engauge a document, "
37 "you are converting pixels into numbers."))
38 .arg (tr (
"This is free software, and you are welcome to redistribute it under "
39 "certain conditions according to the GNU General Public License Version 2,"
40 "or (at your option) any later version."))
41 .arg (tr (
"Engauge Digitizer comes with ABSOLUTELY NO WARRANTY."))
42 .arg (tr (
"Read the included LICENSE file for details."))
43 .arg (tr (
"Engauge Digitizer"))
44 .arg (tr (
"Project Home Page"))
45 .arg (tr (
"Gitter Forum"))
46 .arg (tr (
"Project Page"))
47 .arg (tr (
"Project Page")));
const char * VERSION_NUMBER
The documentation for this class was generated from the following files: