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

@@ -126,6 +126,9 @@ namespace BlackGui
//! Select settings with given area
void selectSettingsTab(int index);
//! Select the audio tab
void selectAudioTab();
protected:
// CInfoArea overrides
virtual QSize getPreferredSizeWhenFloating(int areaIndex) const override;