Slightly changed ATC stations appearance, reload ATIS / load METAR

This commit is contained in:
Klaus Basan
2014-09-15 00:37:20 +02:00
parent 2d1226fefc
commit b989dec74d
6 changed files with 116 additions and 113 deletions

View File

@@ -29,6 +29,8 @@ namespace BlackMisc
{
// keep indexes alphabetically sorted and in sync with CIconList
AviationAttitudeIndicator,
AviationAtis,
AviationMetar,
GeoPosition,
NetworkCapabilityTextOnly,
NetworkCapabilityUnknown,
@@ -683,6 +685,18 @@ namespace BlackMisc
return pm;
}
//! METAR
static const QPixmap &metar()
{
return weatherCloudy16();
}
//! ATIS
static const QPixmap &atis()
{
return text16();
}
//! Geo position
static const QPixmap &geoPosition16()
{