Move Settings to the File menu.

This commit is contained in:
Joe Taylor
2022-12-10 14:12:57 -05:00
parent d26f8c1a30
commit 9f1c616487
6 changed files with 14 additions and 34 deletions
-8
View File
@@ -48,11 +48,3 @@ void DevSetup::accept()
m_dB=ui.sb_dB->value();
QDialog::accept();
}
void DevSetup::on_soundCardRadioButton_toggled(bool checked)
{
ui.label_Port->setEnabled(!checked);
ui.sbPort->setEnabled(!checked);
ui.cbIQswap->setEnabled(checked);
ui.sb_dB->setEnabled(checked);
}