mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact1
This commit is contained in:
@@ -129,7 +129,8 @@ void ViewerTrainees::on_itemDoubleClicked(QTreeWidgetItem *item, int column)
|
||||
QHBoxLayout *layout = new QHBoxLayout(dlgCardTrainee);
|
||||
layout->addWidget(cardTrainee);
|
||||
dlgCardTrainee->setWindowTitle(tr("Personal card trainee"));
|
||||
dlgCardTrainee->setMinimumSize(1900, 1000);
|
||||
//dlgCardTrainee->setMinimumSize(1900, 1000);
|
||||
dlgCardTrainee->showMaximized();
|
||||
dlgCardTrainee->exec();
|
||||
|
||||
ammTasksWidgetCommon->setParent(this);
|
||||
|
||||
Reference in New Issue
Block a user