This commit is contained in:
2025-09-17 17:42:34 +03:00
parent bd1bcd4e71
commit 8cf98ea2d9
17 changed files with 85 additions and 1307 deletions

View File

@@ -19,8 +19,8 @@ MainWindow::MainWindow(QWidget *parent)
ui->horizontalLayout->addWidget(instructorsAndTraineesWidget);
this->move(0, 0);
this->showNormal();
//this->showMaximized();
//this->showNormal();
this->showMaximized();
qtLanguageTranslator.load(QString("translations/GUIdataBaseLMS_") + instructorsAndTraineesWidget->getLanguage(), ".");
qApp->installTranslator(&qtLanguageTranslator);