mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
commitTMP
This commit is contained in:
@@ -65,15 +65,29 @@ InstructorsAndTraineesWidget::InstructorsAndTraineesWidget(QWidget *parent) :
|
||||
|
||||
|
||||
ui->horizontalLayout_3->addWidget(viewerTrainees);
|
||||
ui->horizontalLayout_3->addWidget(messangerWidget);
|
||||
|
||||
ui->verticalLayout_1->addWidget(viewerInstructors);
|
||||
ui->verticalLayout_2->addWidget(ammTasksWidget);
|
||||
ui->verticalLayout_2->addWidget(fimTasksWidget);
|
||||
QWidget* wGB2 = new QWidget(this);
|
||||
QHBoxLayout* lGB2 = new QHBoxLayout(this);
|
||||
wGB2->setLayout(lGB2);
|
||||
lGB2->addWidget(ui->groupBox_2);
|
||||
ui->horizontalLayout_3->addWidget(wGB2);
|
||||
|
||||
ui->verticalLayout_41->addWidget(ammTasksWidget);
|
||||
ui->verticalLayout_42->addWidget(fimTasksWidget);
|
||||
|
||||
ui->verticalLayout_2->addWidget(messangerWidget);
|
||||
|
||||
ui->verticalLayout_2->addWidget(viewerInstructors);
|
||||
|
||||
ui->btnSetVersion->hide();
|
||||
viewerTrainees->setMinimumHeight(800);
|
||||
viewerInstructors->setMinimumSize(1800, 300);
|
||||
messangerWidget->setMinimumSize(500, 600);
|
||||
viewerTrainees->setMaximumWidth(1050);
|
||||
//viewerInstructors->setMinimumSize(500, 200);
|
||||
//viewerInstructors->setMaximumHeight(400);
|
||||
|
||||
viewerInstructors->setMinimumSize(500, 400);
|
||||
viewerInstructors->setMaximumWidth(500);
|
||||
|
||||
messangerWidget->setMinimumSize(500, 800);
|
||||
messangerWidget->setMaximumWidth(500);
|
||||
|
||||
//ui->btnAuthorizationInstructor->setEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user