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

%1

" "

What is JS8Call-improved?

" "

It is the result of a team that took JS8Call and added further improvements
(hopefully to be integrated into JS8Call proper later).
This team includes:
Chris AC9KH, Allan W6BAZ, Wyatt KJ4CTD, Joe K0OG, Andreas DJ3EI.

" "

The JS8Call-improved code lives in " "https://github.com/Chris-AC9KH/JS8Call-improved .

" "

What is JS8Call?

" "

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, " "W6BAZ,

and the many other amateur radio operators who have helped
" "bring JS8Call into the world.

"}.arg(program_title())); } CAboutDlg::~CAboutDlg() { }