#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-2022 by Joe Taylor, K1JT, Bill Somerville, G4WJS,
" "Steve Franke, K9AN, and Nico Palermo, IV3NWV.

" "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-2022 by Igor Chernikov, UA3DJY, and Arvo Järve, ES1JA.
" "It is created with contributions from 5P1KZX, 9A5CW, BD3OOX, CE2EC, CT1AXS,
" "DK7UY, DO1IP, EA1AHY, EA3W, EA7QL, ES2HV, ES2MC, ES4AW, ES5TF, F1DSZ, F5RUE,
" "G4UJS, G7OED, HA3LI, IZ5ILJ, JA2BQX, JG1APX, JP1LRT, LU9DO, MM0HVU, N6ML,
" "NL9222, OE1MWW, ON3CQ, PA7TWO, PP5FMM, R3BB, RK3AOL, RX3ASP, RA4UDC, RW4O, R0JF,
" "SM0LTV, SP2L, SV1IYF, UA3ALE, US-E-12, VE3NEA, VK3AMA, VK6KXW, VK7YUM, VR2UPU,
" "W9MDB, YL3GBC family 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() { }