mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 06:22:15 -05:00
Example code for use of 'Alt-X' to test refactored code.
This commit is contained in:
parent
1e56c3ca8e
commit
c6b72f497b
@ -927,7 +927,6 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
QByteArray cfname=fname.toLocal8Bit();
|
QByteArray cfname=fname.toLocal8Bit();
|
||||||
fftwf_import_wisdom_from_filename(cfname);
|
fftwf_import_wisdom_from_filename(cfname);
|
||||||
|
|
||||||
//genStdMsgs(m_rpt);
|
|
||||||
m_ntx = 6;
|
m_ntx = 6;
|
||||||
ui->txrb6->setChecked(true);
|
ui->txrb6->setChecked(true);
|
||||||
|
|
||||||
@ -2201,7 +2200,8 @@ void MainWindow::keyPressEvent (QKeyEvent * e)
|
|||||||
break;
|
break;
|
||||||
case Qt::Key_X:
|
case Qt::Key_X:
|
||||||
if(e->modifiers() & Qt::AltModifier) {
|
if(e->modifiers() & Qt::AltModifier) {
|
||||||
qDebug() << "Alt-X" << revision();
|
// qDebug() << "Alt-X" << m_mode << m_TRperiod << m_nsps << m_bFast9
|
||||||
|
// << tx_duration(m_mode,m_TRperiod,m_nsps,m_bFast9);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user