1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-17 13:19:25 -04:00

Tx supoort: removed file record option. Unify play button status colors

This commit is contained in:
f4exb
2017-01-04 21:11:51 +01:00
parent 3479559859
commit a4f286835d
5 changed files with 4 additions and 54 deletions
@@ -324,20 +324,6 @@ void BladerfOutputGui::on_startStop_toggled(bool checked)
}
}
void BladerfOutputGui::on_record_toggled(bool checked)
{
// if (checked)
// {
// ui->record->setStyleSheet("QToolButton { background-color : red; }");
// m_fileSink->startRecording();
// }
// else
// {
// ui->record->setStyleSheet("QToolButton { background:rgb(79,79,79); }");
// m_fileSink->stopRecording();
// }
}
void BladerfOutputGui::updateHardware()
{
qDebug() << "BladerfGui::updateHardware";