mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Formatting, new icons
This commit is contained in:
@@ -87,6 +87,8 @@ namespace BlackMisc
|
||||
StandardIconHeadingOne16,
|
||||
StandardIconInfo16,
|
||||
StandardIconJoystick16,
|
||||
StandardIconLockClosed16,
|
||||
StandardIconLockOpen16,
|
||||
StandardIconMonitorError16,
|
||||
StandardIconPaperPlane16,
|
||||
StandardIconPlugin16,
|
||||
@@ -267,6 +269,20 @@ namespace BlackMisc
|
||||
return pm;
|
||||
}
|
||||
|
||||
//! Lock
|
||||
static const QPixmap &lockOpen16()
|
||||
{
|
||||
static const QPixmap pm(":/pastel/icons/pastel/16/lock-open.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
//! Lock
|
||||
static const QPixmap &lockClosed16()
|
||||
{
|
||||
static const QPixmap pm(":/pastel/icons/pastel/16/lock.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
//! Plugin
|
||||
static const QPixmap &plugin16()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user