diff --git a/qucs/dialogs/aboutdialog.cpp b/qucs/dialogs/aboutdialog.cpp index a8306ea74..0c92e0186 100644 --- a/qucs/dialogs/aboutdialog.cpp +++ b/qucs/dialogs/aboutdialog.cpp @@ -55,6 +55,7 @@ AboutDialog::AboutDialog(QWidget *parent) "Vadim Kuznetsov - " + tr("project maintainer, simuator interface and GUI design"), "Mike Brinson - " + tr("component models, documentation"), "Tom Russo - " + tr("Xyce integration"), + "Tom Hajjar - " + tr("Testing, examples"), "Maria Dubinina - " + tr("testing, general bugfixes") }}; currAuths = {{ @@ -68,7 +69,7 @@ AboutDialog::AboutDialog(QWidget *parent) "Felix Salfelder - " + tr("refactoring, modularity"), "Andrés Martínez Mera - " + tr("RF design tools") }}; - + prevDevs = {{ "Michael Margraf - " + tr("founder of the project, GUI programmer"), "Stefan Jahn - " + tr("Programmer of simulator"), @@ -104,7 +105,7 @@ AboutDialog::AboutDialog(QWidget *parent) tr("Arabic by") + " Chabane Noureddine", tr("Kazakh by") + " Erbol Keshubaev" }}; - + std::shuffle(currAuths.begin(), currAuths.end(), rng); QLabel *lbl; @@ -124,7 +125,7 @@ AboutDialog::AboutDialog(QWidget *parent) hl->addWidget(iconLabel); all->addWidget(hbox); - + QWidget *vbox = new QWidget(); QVBoxLayout *vl = new QVBoxLayout(vbox); //vl->setContentsMargins(0,0,0,0); @@ -210,12 +211,12 @@ void AboutDialog::currentChangedSlot(int index) { std::shuffle(trAuths.begin(), trAuths.end(), rng); setTrText(); } - + prevTab = index; } void AboutDialog::setAuthorsText() { - + QString authorsText; authorsText = tr("Qucs-S project team:"); authorsText += "