mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T472, icons for category
This commit is contained in:
committed by
Mat Sutcliffe
parent
74be37339e
commit
af445b33e9
@@ -38,6 +38,7 @@ namespace BlackMisc
|
||||
{
|
||||
// !! keep indexes alphabetically sorted and in sync with CIconList
|
||||
ApplicationAircraft = 0,
|
||||
ApplicationAircraftCategories,
|
||||
ApplicationAircraftIcao,
|
||||
ApplicationAirlineIcao,
|
||||
ApplicationAtc,
|
||||
@@ -407,6 +408,12 @@ namespace BlackMisc
|
||||
//! Font
|
||||
static const QPixmap &font16();
|
||||
|
||||
//! Folder
|
||||
static const QPixmap &folder16();
|
||||
|
||||
//! Folder edit
|
||||
static const QPixmap &folderEdit16();
|
||||
|
||||
//! Arrow
|
||||
static const QPixmap &arrowMediumNorth16();
|
||||
|
||||
@@ -628,6 +635,9 @@ namespace BlackMisc
|
||||
//! Distributors
|
||||
static const QPixmap &appDistributors16();
|
||||
|
||||
//! Categories
|
||||
static const QPixmap &appAircraftCategories16();
|
||||
|
||||
//! Stash
|
||||
static const QPixmap &appDbStash16();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user