mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #576, added icon
This commit is contained in:
@@ -126,6 +126,7 @@ namespace BlackMisc
|
||||
CIcon(CIcons::StandardIconEmpty, "empty"),
|
||||
CIcon(CIcons::StandardIconEmpty16, "empty"),
|
||||
CIcon(CIcons::StandardIconError16, "error"),
|
||||
CIcon(CIcons::StandardIconFilter16, "filter"),
|
||||
CIcon(CIcons::StandardIconFloatAll16, "float all"),
|
||||
CIcon(CIcons::StandardIconFloatOne16, "floast one"),
|
||||
CIcon(CIcons::StandardIconGlobe16, "globe"),
|
||||
|
||||
@@ -389,6 +389,11 @@ namespace BlackMisc
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::filter16()
|
||||
{
|
||||
return tableSheet16();
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::database16()
|
||||
{
|
||||
static const QPixmap pm(":/pastel/icons/pastel/16/database.png");
|
||||
|
||||
@@ -119,6 +119,7 @@ namespace BlackMisc
|
||||
StandardIconEmpty,
|
||||
StandardIconEmpty16,
|
||||
StandardIconError16,
|
||||
StandardIconFilter16,
|
||||
StandardIconFloatAll16,
|
||||
StandardIconFloatOne16,
|
||||
StandardIconGlobe16,
|
||||
@@ -352,6 +353,9 @@ namespace BlackMisc
|
||||
//! Empty icon
|
||||
static const QPixmap &empty16();
|
||||
|
||||
//! Filter
|
||||
static const QPixmap &filter16();
|
||||
|
||||
//! Arrow
|
||||
static const QPixmap &arrowMediumNorth16();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user