mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
SoapySDR support: cosmetic changes
This commit is contained in:
@@ -70,6 +70,11 @@ void ComplexFactorGUI::setLabel(const QString& text)
|
||||
ui->label->setText(text);
|
||||
}
|
||||
|
||||
void ComplexFactorGUI::setToolTip(const QString& text)
|
||||
{
|
||||
ui->label->setToolTip(text);
|
||||
}
|
||||
|
||||
void ComplexFactorGUI::on_automatic_toggled(bool set)
|
||||
{
|
||||
ui->module->setEnabled(!set);
|
||||
@@ -85,4 +90,4 @@ void ComplexFactorGUI::on_module_valueChanged(int value)
|
||||
void ComplexFactorGUI::on_arg_valueChanged(int value)
|
||||
{
|
||||
emit argumentChanged(value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user