mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #335, formatting, member initialization, new icons, remove redundant methods
This commit is contained in:
committed by
Roland Winklmeier
parent
c965fbb785
commit
b0f01a3ec6
@@ -100,6 +100,7 @@ namespace BlackMisc
|
||||
CIcon(CIcons::StandardIconPaperPlane16, "plane"),
|
||||
CIcon(CIcons::StandardIconPlugin16, "plugin"),
|
||||
CIcon(CIcons::StandardIconRadar16, "radar"),
|
||||
CIcon(CIcons::StandardIconRadio16, "radio"),
|
||||
CIcon(CIcons::StandardIconRefresh16, "refresh"),
|
||||
CIcon(CIcons::StandardIconResize16, "resize"),
|
||||
CIcon(CIcons::StandardIconResizeHorizontal16, "resize (horizontal)"),
|
||||
|
||||
@@ -93,6 +93,7 @@ namespace BlackMisc
|
||||
StandardIconPaperPlane16,
|
||||
StandardIconPlugin16,
|
||||
StandardIconRadar16,
|
||||
StandardIconRadio16,
|
||||
StandardIconRefresh16,
|
||||
StandardIconResize16,
|
||||
StandardIconResizeHorizontal16,
|
||||
@@ -543,6 +544,12 @@ namespace BlackMisc
|
||||
return tableSheet16();
|
||||
}
|
||||
|
||||
//! Application cockpit
|
||||
static const QPixmap &appCockpit16()
|
||||
{
|
||||
return radio16();
|
||||
}
|
||||
|
||||
//! Application simulator
|
||||
static const QPixmap &appSimulator16()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user