mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user