More tweaks to the QMAP user interface.

This commit is contained in:
Joe Taylor
2023-02-23 12:03:38 -05:00
parent 631e3ed1cb
commit 73e1198f08
4 changed files with 28 additions and 2 deletions
+3 -2
View File
@@ -10,8 +10,9 @@ CAboutDlg::CAboutDlg(QWidget *parent) :
ui->labelTxt->setText("<html><h2>" + QString {"QMAP v"
+ QCoreApplication::applicationVersion ()
+ " " + revision ()}.simplified () + "</h2><br />"
"QMAP is a wideband receiver for the Q65 protocol, <br />"
"intended primarily for amateur radio EME communication. <br /><br />"
"QMAP is a wideband receiver for the Q65 protocol, intnded<br />"
"primarily for amateur radio EME communication. It works <br />"
"in close cooperation with WSJT-X, versions 2.7 and later. <br /><br />"
"Copyright 2001-2023 by Joe Taylor, K1JT. Additional <br />"
"acknowledgments are contained in the source code.");
}