mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T25, icons for swift map
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c276d7cd44
commit
8e388bfeb5
@@ -658,6 +658,47 @@ namespace BlackMisc
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::swiftMap16()
|
||||
{
|
||||
static const QPixmap pm(":/own/icons/own/swift3D/sw3DYellow-16.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::swiftMap24()
|
||||
{
|
||||
static const QPixmap pm(":/own/icons/own/swift3D/sw3DYellow-24.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::swiftMap48()
|
||||
{
|
||||
static const QPixmap pm(":/own/icons/own/swift3D/sw3DYellow-48.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::swiftMap64()
|
||||
{
|
||||
static const QPixmap pm(":/own/icons/own/swift3D/sw3DYellow-64.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::swiftMap128()
|
||||
{
|
||||
static const QPixmap pm(":/own/icons/own/swift3D/sw3DYellow-128.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::swiftMap256()
|
||||
{
|
||||
static const QPixmap pm(":/own/icons/own/swift3D/sw3DYellow-512.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::swiftMap1024()
|
||||
{
|
||||
static const QPixmap pm(":/own/icons/own/swift3D/sw3DYellow-1024.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::appWeather16()
|
||||
{
|
||||
|
||||
@@ -487,6 +487,13 @@ namespace BlackMisc
|
||||
static const QPixmap &swiftLauncher128();
|
||||
static const QPixmap &swiftLauncher256();
|
||||
static const QPixmap &swiftLauncher1024();
|
||||
static const QPixmap &swiftMap16();
|
||||
static const QPixmap &swiftMap24();
|
||||
static const QPixmap &swiftMap48();
|
||||
static const QPixmap &swiftMap64();
|
||||
static const QPixmap &swiftMap128();
|
||||
static const QPixmap &swiftMap256();
|
||||
static const QPixmap &swiftMap1024();
|
||||
|
||||
//! @}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user