Ref T275, log display using aircraft situation change view

This commit is contained in:
Klaus Basan
2018-06-10 02:17:56 +02:00
parent 69e1c3f4c2
commit fb243cca8c
2 changed files with 51 additions and 6 deletions

View File

@@ -145,6 +145,8 @@ namespace BlackGui
// ui->te_LastInterpolatedSituation->setText(sLog.toQString(false, true, true, false, "<br>"));
ui->te_LastInterpolatedSituation->setText(sLog.situationCurrent.toQString(true));
ui->te_SituationChange->setText(sLog.change.toQString(true));
ui->tvp_Changes->push_frontKeepLatestAdjustedFirst(sLog.change, 5);
ui->le_SceneryOffset->setText(sLog.change.getGuessedSceneryDeviation().valueRoundedWithUnit(CLengthUnit::ft(), 1));
ui->le_SceneryOffsetCG->setText(sLog.change.getGuessedSceneryDeviationCG().valueRoundedWithUnit(CLengthUnit::ft(), 1));