Gui: [skip ci] show program version a file was created with in project information dialog

This commit is contained in:
wmayer
2020-06-14 17:52:02 +02:00
parent f5a5bf7900
commit 4a64679422
4 changed files with 50 additions and 16 deletions

View File

@@ -53,6 +53,7 @@ DlgProjectInformationImp::DlgProjectInformationImp(App::Document* doc, QWidget*
ui->lineEditName->setText(QString::fromUtf8(doc->Label.getValue()));
ui->lineEditPath->setText(QString::fromUtf8(doc->FileName.getValue()));
ui->lineEditUuid->setText(QString::fromUtf8(doc->Uid.getValueStr().c_str()));
ui->lineEditProgramVersion->setText(QString::fromUtf8(doc->getProgramVersion()));
ui->lineEditCreator->setText(QString::fromUtf8(doc->CreatedBy.getValue()));
ui->lineEditDate->setText(QString::fromUtf8(doc->CreationDate.getValue()));
ui->lineEditLastMod->setText(QString::fromUtf8(doc->LastModifiedBy.getValue()));