Display software version in the window title
main
PianetaRadio 2024-07-24 19:44:29 +02:00 zatwierdzone przez GitHub
rodzic 8fb790c1eb
commit 5aadf42250
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ CatRadio
1.4.1 - 2024-xx-xx
+ CW memory keyer
+ Check hamlib version on startup
* Display software version in the window title
* Bug fix: IF shift
1.4.0 - 2024-03-17

Wyświetl plik

@ -78,6 +78,10 @@ MainWindow::MainWindow(QWidget *parent)
{
ui->setupUi(this);
//display name and version in the window title
QString version = QString::number(VERSION_MAJ)+"."+QString::number(VERSION_MIN)+"."+QString::number(VERSION_MIC);
this->setWindowTitle("CatRadio v."+version);
QDir::setCurrent(QCoreApplication::applicationDirPath()); //set current path = application path
timer = new QTimer(this); //timer for rigDaemon thread call