Add installation and releasenotes sections to the user manual.

This commit is contained in:
eelke 2022-09-04 12:43:09 +02:00
parent 61346ae95d
commit 6b8c54398d
12 changed files with 71 additions and 20 deletions

View file

@ -8,7 +8,7 @@ void ShowAboutDialog(QWidget *parent)
QString pgLabVersionString = "0.2";
QString releaseNotesUrl = "file:///" + QCoreApplication::applicationDirPath() + "\\releasenotes.html";
QString year = QString::fromLatin1(__DATE__, 11).right(4);
QMessageBox::about(parent, "pgLab " + pgLabVersionString, QMessageBox::tr(
QMessageBox::about(parent, "pgLab", QMessageBox::tr(
"<h1>Version %3</h1>"
"<p><a href=\"%2\">Releasenotes</a></p>"
"<p>Copyrights 2016-%1, Eelke Klein, All Rights Reserved.</p>"