mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Рефакт
This commit is contained in:
@@ -14,9 +14,16 @@ DialogChekerTask::DialogChekerTask(ConnectorToServer* connectorToServer, QString
|
||||
QHBoxLayout *layout = new QHBoxLayout(this);
|
||||
layout->addWidget(checkerTask);
|
||||
this->setWindowTitle(tr("Check Task"));
|
||||
this->setMinimumSize(1400, 700);
|
||||
|
||||
if(type == "fim")
|
||||
{
|
||||
this->setMinimumSize(1400, 700);
|
||||
this->setWindowState(Qt::WindowMaximized);
|
||||
}
|
||||
else
|
||||
{
|
||||
this->setMinimumSize(400, 200);
|
||||
}
|
||||
this->setModal(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user