Band Activity Double Click Switches Frequency Offset

This commit is contained in:
Jordan Sherer 2018-12-21 22:14:14 -05:00
parent caf3cbfc3c
commit 3b4ea12e5f

View File

@ -7608,6 +7608,9 @@ void MainWindow::on_tableWidgetRXAll_cellDoubleClicked(int row, int col){
auto item = ui->tableWidgetRXAll->item(row, 0); auto item = ui->tableWidgetRXAll->item(row, 0);
int offset = item->text().toInt(); int offset = item->text().toInt();
// switch to the offset of this row
setFreqOffsetForRestore(offset, false);
// print the history in the main window... // print the history in the main window...
int activityAging = m_config.activity_aging(); int activityAging = m_config.activity_aging();
QDateTime now = DriftingDateTime::currentDateTimeUtc(); QDateTime now = DriftingDateTime::currentDateTimeUtc();