GEMC
2.2
Geant4 Monte-Carlo Framework
Main Page
Namespaces
Data Structures
Files
File List
Globals
gui
src
docs
about.h
Go to the documentation of this file.
1
#ifndef about_H
2
#define about_H 1
3
9
10
// Notice:
11
// For images, use png format.
12
22
23
extern
char
*
GEMC_VERSION
;
24
25
QString
AboutTab::load_doc
()
26
{
27
string
doc =
"<html><body><center>"
;
28
doc.append(
"<br>"
);
29
doc.append(
GEMC_VERSION
);
30
doc.append(
"<br>"
);
31
doc.append(
"<br>"
);
32
doc.append(
"<h3> Author, Support: </h3>"
);
33
doc.append(
"Maurizio Ungaro "
);
34
doc.append(
"<a target='_blank' href='mailto:ungaro@jlab.org'>ungaro@jlab.org</a>"
);
35
doc.append(
"<br><br><h3> Website: </h3>"
);
36
doc.append(
"<a target='_blank' href=\"http://gemc.jlab.org\">gemc.jlab.org</a><br>"
);
37
doc.append(
"</body></center></html>"
);
38
39
return
doc.c_str();
40
}
41
#endif
AboutTab::load_doc
QString load_doc()
Definition:
about.h:25
GEMC_VERSION
char * GEMC_VERSION
Definition:
gemc.cc:40
Generated on Wed Jul 6 2016 11:13:15 for GEMC by
1.8.11