#include "about.h" #include #include #include "revision_utils.hpp" #include "ui_about.h" CAboutDlg::CAboutDlg(QWidget *parent) : QDialog(parent), ui(new Ui::CAboutDlg) { ui->setupUi(this); ui->labelTxt->setText ("

" + QString {"JS8Call v" + QCoreApplication::applicationVersion () + " " + revision ()}.simplified () + "


" "JS8Call is a derivative of the WSJT-X application, " "restructured and redesigned for message passing.
" "It is not supported by nor endorsed by the WSJT-X " "development group.
JS8Call is " "licensed under and in accordance with the terms " "of the GPLv3 license.
" "The source code modifications are public and can be found in this repository.

" "JS8Call is heavily inspired by WSJT-X, Fldigi, " "and FSQCall
and would not exist without the hard work and " "dedication of the many
developers in the amateur radio " "community.

" "JS8Call stands on the shoulder of giants...the takeoff angle " "is better up there.

" "A special thanks goes out to:

" "KC9QNE, " "KI6SSI, " "K0OG, " "LB9YH, " "M0IAX, " "N0JDS, " "OH8STN, " "VA3OSO, " "VK1MIC, " "W0FW,

and the many other amateur radio operators who have helped
" "bring JS8Call into the world."); } CAboutDlg::~CAboutDlg() { }