refs #335, refs #288 some GUI finetuning

* turned log component (from toolbox) into tab widget (for consistency)
* made keypad ident/mute buttons checkable so style sheets can be applied
This commit is contained in:
Klaus Basan
2014-11-17 18:54:27 +01:00
committed by Roland Winklmeier
parent eb13c9d4ae
commit b8597ce8d8
4 changed files with 30 additions and 32 deletions

View File

@@ -80,6 +80,9 @@ namespace BlackGui
//! \copydoc BlackCore::IContextOwnAircraft::changedAircraftCockpit
void ps_ownAircraftCockpitChanged(const BlackMisc::Aviation::CAircraft &aircraft, const QString &originator);
//! \copydoc BlackCore::IContextAudio::changedMute
void ps_muteChanged(bool muted);
private:
//! If button is info area, identify it
CMainInfoAreaComponent::InfoArea buttonToMainInfoArea(const QObject *button) const;