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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user