refs #720, show file name in editor (mapping tool)

This commit is contained in:
Klaus Basan
2016-08-11 22:24:23 +02:00
committed by Mathew Sutcliffe
parent bb8a0ca3f5
commit 1a4b0c5e76
4 changed files with 67 additions and 63 deletions

View File

@@ -81,6 +81,7 @@ namespace BlackGui
ui->le_Id->setText(model.getDbKeyAsString());
ui->le_Description->setText(model.getDescription());
ui->le_Name->setText(model.getName());
ui->le_FileName->setText(model.getFileName());
ui->selector_ModelMode->setValue(model.getModelMode());
ui->selector_Simulator->setValue(model.getSimulator());
m_originalModel = model;