Server. Фильтрация subProc на совпадения

This commit is contained in:
2025-11-19 17:33:50 +03:00
parent 74594de4ad
commit 176ced7045
9 changed files with 37 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ DialogCardTrainee::DialogCardTrainee(ConnectorToServer* connectorToServer, Messa
QHBoxLayout *layout = new QHBoxLayout(this);
layout->addWidget(cardTrainee);
this->setWindowTitle(tr("Personal card trainee"));
this->setMinimumSize(1400, 700);
this->setMinimumSize(1600, 800);
this->setWindowState(Qt::WindowMaximized);
this->setModal(true);
}