Add bands worked and other stuff to ActiveStations display.

This commit is contained in:
Joe Taylor
2022-03-18 11:55:44 -04:00
parent 2c0d05e05d
commit 6e193ab0e1
3 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ ActiveStations::ActiveStations(QSettings * settings, QFont const& font, QWidget
ui->RecentStationsPlainTextEdit->setReadOnly (true);
changeFont (font);
read_settings ();
ui->header_label2->setText(" N Call Grid S/N Tx Age Points");
ui->header_label2->setText(" N Call Grid Az S/N Freq Tx Age Pts Bands");
connect(ui->RecentStationsPlainTextEdit, &QPlainTextEdit::selectionChanged, this, select);
}