refs #335, improved cockpit

* support for squawk ident
* enable for runtime
* LEDs showing right state when connected to voice room
This commit is contained in:
Klaus Basan
2014-10-25 00:24:08 +02:00
committed by Roland Winklmeier
parent 3351791016
commit 858e8895d8
5 changed files with 69 additions and 17 deletions

View File

@@ -45,6 +45,11 @@ namespace BlackGui
return this->ui->wip_CockpitComPanelShowHideBar->isShown();
}
void CCockpitComponent::setSelectedTransponderModeStateIdent()
{
this->ui->comp_CockpitComComponent->setSelectedTransponderModeStateIdent();
}
void CCockpitComponent::ps_onToggleShowHideDetails(bool show)
{
Q_ASSERT(this->isParentDockWidgetFloating()); // show hide should not be visible if docked