1
0
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:
f4exb
2018-11-09 00:48:42 +01:00
parent e1ac6c2caa
commit 4d3113eabc
4 changed files with 19 additions and 7 deletions
+6 -1
View File
@@ -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);
}
}