Ref T203, OS icons

(icons from wikipedia marked as public domain)
This commit is contained in:
Klaus Basan
2017-12-09 19:29:51 +01:00
parent 6374e5e10a
commit 881304dc2f
8 changed files with 63 additions and 5 deletions

View File

@@ -89,7 +89,11 @@ namespace BlackMisc
NetworkVatsimLogo,
NetworkVatsimLogoWhite,
NotSet,
StandardIconAppAircrafts16,
OSAll,
OSLinux,
OSMacOs,
OSWindows,
StandardIconAppAircraft16,
StandardIconAppAtc16,
StandardIconAppFlightPlan16,
StandardIconAppLog16,
@@ -440,6 +444,22 @@ namespace BlackMisc
//! Database table
static const QPixmap &databaseTable16();
// --------------------------------------------------
// -- OS icons
// --------------------------------------------------
//! All OS
static const QPixmap &osAll();
//! Linux
static const QPixmap &osLinux();
//! MacOS
static const QPixmap &osMac();
//! Windows
static const QPixmap &osWindows();
// --------------------------------------------------
// -- Preloader icons
// --------------------------------------------------