Add annex project

This commit is contained in:
joshua 2021-08-20 17:41:08 +02:00
parent 5288cd8c8b
commit f3811d3035

View File

@ -159,6 +159,7 @@ void AboutQETDialog::setVersion()
void AboutQETDialog::setAnnexProject() void AboutQETDialog::setAnnexProject()
{ {
addLibrary(ui->m_annex_project_label, tr("redimensionneur d'éléments", "Element scaler"), "https://github.com/plc-user/QET_ElementScaler"); addLibrary(ui->m_annex_project_label, tr("redimensionneur d'éléments", "Element scaler"), "https://github.com/plc-user/QET_ElementScaler");
addLibrary(ui->m_annex_project_label, tr("Générateur d'élément lambda", "Lambda element generator"), "https://github.com/asnigma/qet_gen_element");
} }
/** /**