mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-01 21:45:00 -04:00
More work in progress on the ActiveStations window.
This commit is contained in:
@@ -23,6 +23,8 @@ ActiveStations::ActiveStations(QSettings * settings, QFont const& font, QWidget
|
||||
read_settings ();
|
||||
ui->header_label->setText("Pts Call Grid Az S/N Dial Freq");
|
||||
ui->header_label2->setText(" Call Grid Age Points");
|
||||
|
||||
connect(ui->RecentStationsPlainTextEdit, &QPlainTextEdit::selectionChanged, this, select);
|
||||
}
|
||||
|
||||
ActiveStations::~ActiveStations()
|
||||
@@ -94,3 +96,9 @@ int ActiveStations::maxAge()
|
||||
{
|
||||
return ui->sbMaxAge->value();
|
||||
}
|
||||
|
||||
void ActiveStations::select()
|
||||
{
|
||||
int nline=ui->RecentStationsPlainTextEdit->textCursor().blockNumber();
|
||||
emit callSandP(nline);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user