mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T203, OS icons
(icons from wikipedia marked as public domain)
This commit is contained in:
@@ -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
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user