mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Slightly changed ATC stations appearance, reload ATIS / load METAR
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user