mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
refs #911, icons for cut and paste
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a5946e1727
commit
05b7226a08
@@ -30,7 +30,6 @@ namespace BlackMisc
|
||||
class BLACKMISC_EXPORT CIcons
|
||||
{
|
||||
public:
|
||||
|
||||
//! Constructor, use class static only
|
||||
CIcons() = delete;
|
||||
|
||||
@@ -108,10 +107,12 @@ namespace BlackMisc
|
||||
StandardIconColor16,
|
||||
StandardIconColorPicker16,
|
||||
StandardIconColorSwatch16,
|
||||
StandardIconCopy16,
|
||||
StandardIconCross16,
|
||||
StandardIconCrossCircle16,
|
||||
StandardIconCrossSmall16,
|
||||
StandardIconCrossWhite16,
|
||||
StandardIconCut16,
|
||||
StandardIconDatabase16,
|
||||
StandardIconDatabaseAdd16,
|
||||
StandardIconDatabaseConnect16,
|
||||
@@ -140,6 +141,7 @@ namespace BlackMisc
|
||||
StandardIconMonitorError16,
|
||||
StandardIconPaperPlane16,
|
||||
StandardIconPaintCan16,
|
||||
StandardIconPaste16,
|
||||
StandardIconPlugin16,
|
||||
StandardIconRadar16,
|
||||
StandardIconRadio16,
|
||||
@@ -199,7 +201,6 @@ namespace BlackMisc
|
||||
SwiftLauncher512,
|
||||
SwiftLauncher1024,
|
||||
|
||||
|
||||
// ---------------------------
|
||||
// Icon is not from resources, but generated at runtime
|
||||
// ---------------------------
|
||||
@@ -398,6 +399,15 @@ namespace BlackMisc
|
||||
//! Arrow
|
||||
static const QPixmap &arrowMediumWest16();
|
||||
|
||||
//! Copy
|
||||
static const QPixmap ©16();
|
||||
|
||||
//! Paste
|
||||
static const QPixmap &paste16();
|
||||
|
||||
//! Cut
|
||||
static const QPixmap &cut16();
|
||||
|
||||
// --------------------------------------------------
|
||||
// -- Database
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user