Вывел все окна в свои диалоги

This commit is contained in:
2025-09-18 13:26:22 +03:00
parent a2cd5280bd
commit 8bb54cb56c
17 changed files with 166 additions and 51 deletions

View File

@@ -15,7 +15,8 @@ DialogChekerTask::DialogChekerTask(ConnectorToServer* connectorToServer, QString
layout->addWidget(checkerTask);
this->setWindowTitle(tr("Check Task"));
this->setMinimumSize(1400, 700);
this->setWindowState(Qt::WindowMaximized);
if(type == "fim")
this->setWindowState(Qt::WindowMaximized);
this->setModal(true);
}