First version of CRadarComponent

This commit is contained in:
Roland Rossgotterer
2019-01-30 09:45:16 +01:00
committed by Mat Sutcliffe
parent e0d04e7b92
commit 4273eb4260
14 changed files with 706 additions and 7 deletions

View File

@@ -56,6 +56,7 @@ namespace BlackMisc
ApplicationSimulator,
ApplicationTextMessages,
ApplicationWeather,
ApplicationRadar,
AviationAtis,
AviationAttitudeIndicator,
AviationMetar,
@@ -185,6 +186,7 @@ namespace BlackMisc
StandardIconWarning16,
StandardIconWeatherCloudy16,
StandardIconWrench16,
StandardIconBuilding16,
Swift16,
Swift24,
Swift48,
@@ -426,6 +428,9 @@ namespace BlackMisc
//! Cut
static const QPixmap &cut16();
//! Building
static const QPixmap &building16();
// --------------------------------------------------
// -- Database
// --------------------------------------------------
@@ -626,6 +631,9 @@ namespace BlackMisc
//! Stash
static const QPixmap &appDbStash16();
//! Radar
static const QPixmap &appRadar16();
// -------------------------------------------------------------
// Network and aviation
// -------------------------------------------------------------