mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +08:00
UI, smaller LEDs for cockpit component
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5d4c022dc0
commit
11abb9f481
@@ -48,6 +48,9 @@ namespace BlackGui
|
|||||||
connect(ui->sbp_ComPanelTransponder, &QDoubleSpinBox::editingFinished, this, &CCockpitComForm::onGuiChangedCockpitValues);
|
connect(ui->sbp_ComPanelTransponder, &QDoubleSpinBox::editingFinished, this, &CCockpitComForm::onGuiChangedCockpitValues);
|
||||||
connect(ui->cbp_ComPanelTransponderMode, &CTransponderModeSelector::transponderModeChanged, this, &CCockpitComForm::onGuiChangedCockpitValues);
|
connect(ui->cbp_ComPanelTransponderMode, &CTransponderModeSelector::transponderModeChanged, this, &CCockpitComForm::onGuiChangedCockpitValues);
|
||||||
connect(ui->frp_ComPanelSelcalSelector, &CSelcalCodeSelector::valueChanged, 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()
|
CCockpitComForm::~CCockpitComForm()
|
||||||
|
|||||||
Reference in New Issue
Block a user