Ref T369, text message component style / font size +/-

This commit is contained in:
Klaus Basan
2018-09-26 03:38:29 +02:00
parent 1a0bcdaecc
commit 3d2c177637
4 changed files with 34 additions and 5 deletions

View File

@@ -71,6 +71,11 @@ namespace BlackGui
//! Display the tab for given callsign
void showCorrespondingTab(const BlackMisc::Aviation::CCallsign &callsign);
//! Font size @{
void fontSizeMinus();
void fontSizePlus();
//! @}
signals:
//! Message to be displayed in info window
void displayInInfoWindow(const BlackMisc::CVariant &message, int displayDurationMs) const;