mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Issue #69 Add icon for terminal applications
This commit is contained in:
@@ -62,6 +62,7 @@ namespace BlackMisc
|
||||
CIcon(CIcons::ApplicationModels, "models"),
|
||||
CIcon(CIcons::ApplicationSettings, "settings"),
|
||||
CIcon(CIcons::ApplicationSimulator, "simulator"),
|
||||
CIcon(CIcons::ApplicationTerminal, "terminal"),
|
||||
CIcon(CIcons::ApplicationTextMessages, "text messages"),
|
||||
CIcon(CIcons::ApplicationWeather, "weather"),
|
||||
CIcon(CIcons::ApplicationRadar, "radar"),
|
||||
|
||||
@@ -830,6 +830,12 @@ namespace BlackMisc
|
||||
return joystick16();
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::appTerminal16()
|
||||
{
|
||||
static const QPixmap pm(":/pastel/icons/pastel/16/monitor-terminal.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::appTextMessages16()
|
||||
{
|
||||
return text16();
|
||||
|
||||
@@ -54,6 +54,7 @@ namespace BlackMisc
|
||||
ApplicationModels,
|
||||
ApplicationSettings,
|
||||
ApplicationSimulator,
|
||||
ApplicationTerminal,
|
||||
ApplicationTextMessages,
|
||||
ApplicationWeather,
|
||||
ApplicationRadar,
|
||||
@@ -595,6 +596,9 @@ namespace BlackMisc
|
||||
//! Application simulator
|
||||
static const QPixmap &appSimulator16();
|
||||
|
||||
//! Terminal application
|
||||
static const QPixmap &appTerminal16();
|
||||
|
||||
//! Application text messages
|
||||
static const QPixmap &appTextMessages16();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user