mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T259, Ref T243 split mapping info area, new interpolation info area
* new interpolation info area * added interpolation and parts history to that area * adjusted keypad and main swift GUI
This commit is contained in:
@@ -773,6 +773,11 @@ namespace BlackMisc
|
||||
return tableRelationship16();
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::appInterpolation16()
|
||||
{
|
||||
return paperPlane16();
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::appLog16()
|
||||
{
|
||||
return monitorError16();
|
||||
|
||||
@@ -551,6 +551,9 @@ namespace BlackMisc
|
||||
//! Application mappings
|
||||
static const QPixmap &appMappings16();
|
||||
|
||||
//! Application interpolation
|
||||
static const QPixmap &appInterpolation16();
|
||||
|
||||
//! Application log/status messages
|
||||
static const QPixmap &appLog16();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user