mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Test Source: add phase imbalance control
This commit is contained in:
@@ -236,6 +236,13 @@ void TestSourceGui::on_qBias_valueChanged(int value)
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
void TestSourceGui::on_phaseImbalance_valueChanged(int value)
|
||||
{
|
||||
ui->phaseImbalanceText->setText(QString(tr("%1 %").arg(value)));
|
||||
m_settings.m_phaseImbalance = value / 100.0f;
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
void TestSourceGui::on_record_toggled(bool checked)
|
||||
{
|
||||
if (checked) {
|
||||
|
||||
Reference in New Issue
Block a user