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