#Issue 15: Finish installer

This commit is contained in:
Jakub Melka
2022-06-05 18:13:50 +02:00
parent 519dba308e
commit 63a4fc6133
16 changed files with 152 additions and 33 deletions

View File

@ -31,7 +31,7 @@ PDFAboutDialog::PDFAboutDialog(QWidget* parent) :
ui->setupUi(this);
QString html = ui->copyrightLabel->text();
html.replace("PdfForQtViewer", QApplication::applicationDisplayName());
html.replace("PdfForQtViewer", QString("%1 %2").arg(QApplication::applicationDisplayName(), QApplication::applicationVersion()));
ui->copyrightLabel->setText(html);
std::vector<pdf::PDFDependentLibraryInfo> infos = pdf::PDFDependentLibraryInfo::getLibraryInfo();