UI, smaller LEDs for cockpit component

This commit is contained in:
Klaus Basan
2017-09-02 22:43:06 +02:00
committed by Mathew Sutcliffe
parent 5d4c022dc0
commit 11abb9f481

View File

@@ -48,6 +48,9 @@ namespace BlackGui
connect(ui->sbp_ComPanelTransponder, &QDoubleSpinBox::editingFinished, this, &CCockpitComForm::onGuiChangedCockpitValues);
connect(ui->cbp_ComPanelTransponderMode, &CTransponderModeSelector::transponderModeChanged, this, &CCockpitComForm::onGuiChangedCockpitValues);
connect(ui->frp_ComPanelSelcalSelector, &CSelcalCodeSelector::valueChanged, this, &CCockpitComForm::onGuiChangedCockpitValues);
ui->led_ComPanelCom1->setShape(CLedWidget::Rounded);
ui->led_ComPanelCom2->setShape(CLedWidget::Rounded);
}
CCockpitComForm::~CCockpitComForm()