Настройка сервера в кнопке Настройки

This commit is contained in:
2025-05-28 16:38:11 +03:00
parent 5191e12389
commit 2398ab609a
10 changed files with 407 additions and 23 deletions

View File

@@ -113,7 +113,13 @@ void FIMtasksWidget::changeEvent(QEvent *event)
reSetHeadTreeWidget();
//slot_NeedUpdateUI();
if(type == TypeList::listCommon)
{
//slot_NeedUpdateUI();
}
else if(type == TypeList::listForTrainee)
if(idTraineeSelected)
fillTree();
}
}