| 
									
										
										
										
											2012-05-22 17:09:48 +00:00
										 |  |  | #include "about.h"
 | 
					
						
							| 
									
										
										
										
											2021-04-30 22:51:09 +01:00
										 |  |  | #include "revision_utils.hpp"
 | 
					
						
							| 
									
										
										
										
											2012-05-22 17:09:48 +00:00
										 |  |  | #include "ui_about.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-04-30 22:51:09 +01:00
										 |  |  | CAboutDlg::CAboutDlg(QWidget *parent) : | 
					
						
							| 
									
										
										
										
											2012-05-22 17:09:48 +00:00
										 |  |  |   QDialog(parent), | 
					
						
							|  |  |  |   ui(new Ui::CAboutDlg) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   ui->setupUi(this); | 
					
						
							| 
									
										
										
										
											2021-05-03 10:25:02 -04:00
										 |  |  |   ui->labelTxt->setText("<html><h2>" + QString {"MAP65 v" | 
					
						
							| 
									
										
										
										
											2021-04-30 22:51:09 +01:00
										 |  |  |                 + QCoreApplication::applicationVersion () | 
					
						
							| 
									
										
										
										
											2021-05-03 10:25:02 -04:00
										 |  |  |                 + " " + revision ()}.simplified () + "</h2><br />" | 
					
						
							| 
									
										
										
										
											2021-04-30 22:51:09 +01:00
										 |  |  |     "MAP65 implements a wideband polarization-matching receiver <br />" | 
					
						
							|  |  |  |     "for the JT65 protocol, with a matching transmitting facility. <br />" | 
					
						
							|  |  |  |     "It is primarily intended for amateur radio EME communication. <br /><br />" | 
					
						
							|  |  |  |     "Copyright 2001-2021 by Joe Taylor, K1JT.   Additional <br />" | 
					
						
							|  |  |  |     "acknowledgments are contained in the source code."); | 
					
						
							| 
									
										
										
										
											2012-05-22 17:09:48 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | CAboutDlg::~CAboutDlg() | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   delete ui; | 
					
						
							|  |  |  | } |