Added about dialog. Most important feature since 0.0.1
This commit is contained in:
parent
35139c6d84
commit
ad060dad81
42
about.cpp
42
about.cpp
@ -13,23 +13,35 @@ CAboutDlg::CAboutDlg(QWidget *parent) :
|
|||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
ui->labelTxt->setText ("<h2>" + QString {"WSJT-X v"
|
ui->labelTxt->setText ("<h2>" + QString {"FT8Call v"
|
||||||
+ QCoreApplication::applicationVersion ()
|
+ QCoreApplication::applicationVersion ()
|
||||||
+ " " + revision ()}.simplified () + "</h2><br />"
|
+ " " + revision ()}.simplified () + "</h2><br />"
|
||||||
"WSJT-X implements a number of digital modes designed for <br />"
|
|
||||||
"weak-signal Amateur Radio communication. <br /><br />"
|
"FT8Call is a derivative of the WSJT-X application, "
|
||||||
"© 2001-2018 by Joe Taylor, K1JT, with grateful <br />"
|
"restructured and redesigned for message passing. <br/>"
|
||||||
"acknowledgment for contributions from AC6SL, AE4JY, <br />"
|
"It is not supported by nor endorsed by the WSJT-X "
|
||||||
"DJ0OT, G3WDG, G4KLA, G4WJS, IV3NWV, IW3RAB, K3WYC, K9AN, <br />"
|
"development group. <br/>FT8Call is "
|
||||||
"KA6MAL, KA9Q, KB1ZMX, KD6EKQ, KI7MT, KK1D, ND0B, PY2SDR, <br />"
|
"licensed under and in accordance with the terms "
|
||||||
"VE1SKY, VK3ACF, VK4BDJ, VK7MO, W4TI, W4TV, and W9MDB.<br /><br />"
|
"of the <a href=\"https://www.gnu.org/licenses/gpl-3.0.txt\">GPLv3 license</a>.<br/>"
|
||||||
"WSJT-X is licensed under the terms of Version 3 <br />"
|
"The source code modifications are public and can be found in <a href=\"https://bitbucket.org/widefido/wsjtx/\">this repository</a>.<br/><br/>"
|
||||||
"of the GNU General Public License (GPL) <br />"
|
|
||||||
"<a href=" WSJTX_STRINGIZE (PROJECT_HOMEPAGE) ">"
|
"FT8Call is heavily inspired by WSJT-X, Fldigi, "
|
||||||
"<img src=\":/icon_128x128.png\" /></a>"
|
"and FSQCall <br/>and would not exist without the hard work and "
|
||||||
"<a href=\"https://www.gnu.org/licenses/gpl-3.0.txt\">"
|
"dedication of the many <br/>developers in the amateur radio "
|
||||||
"<img src=\":/gpl-v3-logo.svg\" height=\"80\" /><br />"
|
"community.<br /><br />"
|
||||||
"https://www.gnu.org/licenses/gpl-3.0.txt</a>");
|
"FT8Call stands on the shoulder of giants...the takeoff angle "
|
||||||
|
"is better up there.<br /><br />"
|
||||||
|
"A special thanks goes out to the FT8Call development team:<br/><br/><strong>"
|
||||||
|
"KC9QNE, "
|
||||||
|
"KI6SSI, "
|
||||||
|
"LB9YH, "
|
||||||
|
"M0IAX, "
|
||||||
|
"N0JDS, "
|
||||||
|
"OH8STN, "
|
||||||
|
"VA3OSO, "
|
||||||
|
"VK1MIC, "
|
||||||
|
"W0FW,</strong><br/><br/>and the many other amateur radio operators who have given "
|
||||||
|
"FT8Call a chance.");
|
||||||
}
|
}
|
||||||
|
|
||||||
CAboutDlg::~CAboutDlg()
|
CAboutDlg::~CAboutDlg()
|
||||||
|
10
about.ui
10
about.ui
@ -5,8 +5,16 @@
|
|||||||
<property name="windowModality">
|
<property name="windowModality">
|
||||||
<enum>Qt::NonModal</enum>
|
<enum>Qt::NonModal</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>192</width>
|
||||||
|
<height>116</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>About WSJT-X</string>
|
<string>About FT8Call</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
|
@ -4421,14 +4421,11 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionAbout">
|
<action name="actionAbout">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>About FT8Call</string>
|
<string>About FT8Call</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
|
||||||
<string>Ctrl+F1</string>
|
|
||||||
</property>
|
|
||||||
</action>
|
</action>
|
||||||
<action name="actionWide_Waterfall">
|
<action name="actionWide_Waterfall">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -5000,9 +4997,6 @@ list. The list can be maintained in Settings (F2).</string>
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Copyright notice</string>
|
<string>Copyright notice</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
|
||||||
<string>Shift+F1</string>
|
|
||||||
</property>
|
|
||||||
</action>
|
</action>
|
||||||
<action name="actionFox_Log">
|
<action name="actionFox_Log">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
Loading…
Reference in New Issue
Block a user