Display all current calls with grids. Add asterisk for those ready to call.

This commit is contained in:
Joe Taylor
2022-03-19 19:42:29 -04:00
parent 6ca1b14477
commit 653ea56a77
2 changed files with 16 additions and 16 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 Az S/N Freq Tx Age Pts Bands");
ui->header_label2->setText(" N Call Grid Az S/N Freq Tx Age Pts Bands");
connect(ui->RecentStationsPlainTextEdit, SIGNAL(selectionChanged()), this, SLOT(select()));
}