mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
Add tab "annex project" to about qelectrotech dialog
The goal is to list annex project of QElectroTech.
This commit is contained in:
@@ -38,6 +38,7 @@ AboutQETDialog::AboutQETDialog(QWidget *parent) :
|
||||
setTranslators();
|
||||
setContributors();
|
||||
setVersion();
|
||||
setAnnexProject();
|
||||
setLibraries();
|
||||
setLicence();
|
||||
setLoginfo();
|
||||
@@ -155,6 +156,11 @@ void AboutQETDialog::setVersion()
|
||||
ui->m_version_label->setText(str + MachineInfo::instance()->compilation_info());
|
||||
}
|
||||
|
||||
void AboutQETDialog::setAnnexProject()
|
||||
{
|
||||
addLibrary(ui->m_annex_project_label, tr("redimensionneur d'éléments", "Element scaler"), "https://github.com/plc-user/QET_ElementScaler");
|
||||
}
|
||||
|
||||
/**
|
||||
@brief AboutQETDialog::setLibraries
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user