This commit is contained in:
2025-05-30 12:01:24 +03:00
parent 0ff72cf6c1
commit c4d60f0081
13 changed files with 435 additions and 362 deletions

View File

@@ -8,7 +8,7 @@ ViewerTrainees::ViewerTrainees(ConnectorToServer* connectorToServer, QWidget *pa
ammTasksWidget(nullptr),
fimTasksWidget(nullptr)
{
ui->setupUi(this);
ui->setupUi(this);
connect(treeWidget, &QTreeWidget::currentItemChanged, this, &ViewerTrainees::on_treeWidget_currentItemChanged);