mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-14 14:54:32 -04:00
1. Remove several obsolete palette files.
2. Clear the "Name" field after logging a QSO. 3. Add fil4.f90, a subroutine for downsampling from 48000 Hz to 12000 Hz sample rate. (Not yet incorporated in WSJT-X, but intended to be called from arounf line 51 in Detector.cpp.) 4. Minor updates to User's Guide. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3570 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -48,6 +48,7 @@ void LogQSO::initLogQSO(QString hisCall, QString hisGrid, QString mode,
|
||||
{
|
||||
ui->call->setText(hisCall);
|
||||
ui->grid->setText(hisGrid);
|
||||
ui->name->setText("");
|
||||
ui->txPower->setText("");
|
||||
ui->comments->setText("");
|
||||
if (ui->cbTxPower->isChecked ()) ui->txPower->setText(m_txPower);
|
||||
|
||||
Reference in New Issue
Block a user