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:
Klaus Basan
2018-03-19 21:08:21 +01:00
parent 624eb7ca93
commit 8df74ce0e6
15 changed files with 296 additions and 294 deletions

View File

@@ -773,6 +773,11 @@ namespace BlackMisc
return tableRelationship16();
}
const QPixmap &CIcons::appInterpolation16()
{
return paperPlane16();
}
const QPixmap &CIcons::appLog16()
{
return monitorError16();

View File

@@ -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();