As a follow up of voice testing

* allow to directly go from ATC component to audio component (control volume)
* reordered keypad a bit
* audio setup, "private slots" -> "private"
This commit is contained in:
Klaus Basan
2018-06-02 01:56:20 +02:00
parent 6fb620a8f6
commit c750ad1dfc
10 changed files with 241 additions and 221 deletions

View File

@@ -159,6 +159,12 @@ namespace BlackGui
ui->comp_Settings->setSettingsTab(static_cast<CSettingsComponent::SettingTab>(index));
}
void CMainInfoAreaComponent::selectAudioTab()
{
this->getCockpitComponent()->showAudio();
this->selectArea(CMainInfoAreaComponent::InfoAreaCockpit);
}
const QPixmap &CMainInfoAreaComponent::indexToPixmap(int areaIndex) const
{
const InfoArea area = static_cast<InfoArea>(areaIndex);