mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #335, new icons, textures / placeholders
This commit is contained in:
@@ -27,7 +27,7 @@ namespace BlackMisc
|
||||
//! Index for each icon, allows to send them via DBus, efficiently store them, etc.
|
||||
enum IconIndex
|
||||
{
|
||||
// keep indexes alphabetically sorted and in sync with CIconList
|
||||
// !! keep indexes alphabetically sorted and in sync with CIconList
|
||||
AviationAttitudeIndicator,
|
||||
AviationAtis,
|
||||
AviationMetar,
|
||||
@@ -71,10 +71,10 @@ namespace BlackMisc
|
||||
StandardIconArrowMediumSouth16,
|
||||
StandardIconArrowMediumWest16,
|
||||
StandardIconClose16,
|
||||
StandardIconCross,
|
||||
StandardIconCrossCircle,
|
||||
StandardIconCrossSmall,
|
||||
StandardIconCrossWhite,
|
||||
StandardIconCross16,
|
||||
StandardIconCrossCircle16,
|
||||
StandardIconCrossSmall16,
|
||||
StandardIconCrossWhite16,
|
||||
StandardIconDelete16,
|
||||
StandardIconDockBottom16,
|
||||
StandardIconDockTop16,
|
||||
@@ -97,6 +97,7 @@ namespace BlackMisc
|
||||
StandardIconResize16,
|
||||
StandardIconResizeHorizontal16,
|
||||
StandardIconResizeVertical16,
|
||||
StandardIconSpeakerNetwork16,
|
||||
StandardIconStatusBar16,
|
||||
StandardIconSwift24,
|
||||
StandardIconSwift48,
|
||||
@@ -105,15 +106,15 @@ namespace BlackMisc
|
||||
StandardIconTableRelationship16,
|
||||
StandardIconTableSheet16,
|
||||
StandardIconText16,
|
||||
StandardIconTick,
|
||||
StandardIconTickRed,
|
||||
StandardIconTickSmall,
|
||||
StandardIconTickWhite,
|
||||
StandardIconTick16,
|
||||
StandardIconTickRed16,
|
||||
StandardIconTickSmall16,
|
||||
StandardIconTickWhite16,
|
||||
StandardIconUnknown16,
|
||||
StandardIconUser16,
|
||||
StandardIconUsers16,
|
||||
StandardIconViewMulticolumn,
|
||||
StandardIconViewTile,
|
||||
StandardIconViewMulticolumn16,
|
||||
StandardIconViewTile16,
|
||||
StandardIconVolumeHigh16,
|
||||
StandardIconVolumeLow16,
|
||||
StandardIconVolumeMuted16,
|
||||
@@ -294,6 +295,20 @@ namespace BlackMisc
|
||||
return pm;
|
||||
}
|
||||
|
||||
//! Radio
|
||||
static const QPixmap &radio16()
|
||||
{
|
||||
static const QPixmap pm(":/diagona/icons/diagona/icons/radio.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
//! Speaker (network)
|
||||
static const QPixmap &speakerNetwork16()
|
||||
{
|
||||
static const QPixmap pm(":/diagona/icons/diagona/icons/speaker-network.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
//! Joystick
|
||||
static const QPixmap &joystick16()
|
||||
{
|
||||
@@ -564,6 +579,18 @@ namespace BlackMisc
|
||||
return monitorError16();
|
||||
}
|
||||
|
||||
//! Application audio
|
||||
static const QPixmap &appAudio16()
|
||||
{
|
||||
return speakerNetwork16();
|
||||
}
|
||||
|
||||
//! Voice rooms
|
||||
static const QPixmap &appVoiceRooms16()
|
||||
{
|
||||
return tableRelationship16();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------
|
||||
// Network and aviation
|
||||
// -------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user