mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Server. Фильтрация subProc на совпадения
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user