Update About dialog

This commit is contained in:
Vadim Kuznetsov 2025-03-13 09:08:46 +03:00
parent 50630daab7
commit a9af3730be
2 changed files with 3 additions and 2 deletions

View File

@ -63,6 +63,7 @@ AboutDialog::AboutDialog(QWidget *parent)
"Muhammet Şükrü Demir - " + tr("CI setup, build system, MacOS support"), "Muhammet Şükrü Demir - " + tr("CI setup, build system, MacOS support"),
"Hampton Morgan - " + tr("Documentation"), "Hampton Morgan - " + tr("Documentation"),
"Iwbnwif Yiw - " + tr("Refactoring, general improvements"), "Iwbnwif Yiw - " + tr("Refactoring, general improvements"),
"Thomas Zecha - " + tr("Microelectronics PDK support"),
"Maria Dubinina - " + tr("testing, general bugfixes") "Maria Dubinina - " + tr("testing, general bugfixes")
}}; }};
currAuths = {{ currAuths = {{
@ -146,7 +147,7 @@ AboutDialog::AboutDialog(QWidget *parent)
lbl = new QLabel(versionText); lbl = new QLabel(versionText);
lbl->setAlignment(Qt::AlignHCenter); lbl->setAlignment(Qt::AlignHCenter);
vl->addWidget(lbl); vl->addWidget(lbl);
vl->addWidget(new QLabel(tr("Copyright (C)")+" 2017-2023 Qucs-S Team\n"+ vl->addWidget(new QLabel(tr("Copyright (C)")+" 2017-2025 Qucs-S Team\n"+
tr("Copyright (C)")+" 2011-2016 Qucs Team\n"+ tr("Copyright (C)")+" 2011-2016 Qucs Team\n"+
tr("Copyright (C)")+" 2003-2009 Michael Margraf")); tr("Copyright (C)")+" 2003-2009 Michael Margraf"));

View File

@ -45,7 +45,7 @@ private:
void setAuthorsText(void); void setAuthorsText(void);
void setTrText(void); void setTrText(void);
std::array<QString, 12> qucs_sDevs; std::array<QString, 13> qucs_sDevs;
std::array<QString, 9> currAuths; // current Qucs authors std::array<QString, 9> currAuths; // current Qucs authors
std::array<QString, 12> prevDevs; // previous Qucs developers std::array<QString, 12> prevDevs; // previous Qucs developers
std::array<QString, 19> trAuths; // Qucs translators std::array<QString, 19> trAuths; // Qucs translators