mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Update About dialog
This commit is contained in:
parent
50630daab7
commit
a9af3730be
@ -63,6 +63,7 @@ AboutDialog::AboutDialog(QWidget *parent)
|
||||
"Muhammet Şükrü Demir - " + tr("CI setup, build system, MacOS support"),
|
||||
"Hampton Morgan - " + tr("Documentation"),
|
||||
"Iwbnwif Yiw - " + tr("Refactoring, general improvements"),
|
||||
"Thomas Zecha - " + tr("Microelectronics PDK support"),
|
||||
"Maria Dubinina - " + tr("testing, general bugfixes")
|
||||
}};
|
||||
currAuths = {{
|
||||
@ -146,7 +147,7 @@ AboutDialog::AboutDialog(QWidget *parent)
|
||||
lbl = new QLabel(versionText);
|
||||
lbl->setAlignment(Qt::AlignHCenter);
|
||||
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)")+" 2003-2009 Michael Margraf"));
|
||||
|
||||
|
@ -45,7 +45,7 @@ private:
|
||||
void setAuthorsText(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, 12> prevDevs; // previous Qucs developers
|
||||
std::array<QString, 19> trAuths; // Qucs translators
|
||||
|
Loading…
x
Reference in New Issue
Block a user