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

" + QCoreApplication::applicationName () + " v" + QCoreApplication::applicationVersion () + " HF software" + "

\n\n" "It is modified WSJT-X software forked from WSJT-X v1.7 r6462,
" "FT8 code is forked from WSJT-X v1.8 and v2.0,
" "FT4 code is forked from WSJT-X v2.1,
" "WSPR code is forked from WSJT-X v2.1.2,
" "© 2001-2020 by Joe Taylor, K1JT.

" "JTDX supports FT8, FT4, JT9, T10 and JT65A digital modes for HF
" "amateur radio communication, focused on DXing
" "and being shaped by community of DXers.
" "© 2016-2020 by Igor Chernikov UA3DJY and Arvo Järve ES1JA.
" "It is created with contributions from 9A5CW, CE2EC, CT1AXS, DK7UY, DO1IP,
" "EA1AHY, EA7QL, ES2HV, ES4RLH, ES5TF, F1DSZ, G7OED, IZ5ILJ, JA2BQX, JP1LRT,
" "LU9DO, MM0HVU, N6ML, NL9222, OE1MWW, ON3CQ, R3BB, RK3AOL, RA4UDC, RW4O,
" "R0JF, SP2L, SV1IYF, UA3ALE, US-E-12, VE3NEA, VK3AMA, VK6KXW, VK7YUM, VR2UPU
" "and LY3BG family: Vytas and Rimas Kudelis.

" "

" "JTDX is licensed under the terms of Version3
" "of the GNU General Public License(GPL)
" "" "https://www.gnu.org/licenses/gpl-3.0.txt"); } CAboutDlg::~CAboutDlg() { }