Повторная сортировка при загрузке Инстр и Обуч

This commit is contained in:
krivoshein
2025-01-29 16:51:16 +03:00
parent 534ef54aab
commit 5926b20942
2 changed files with 4 additions and 0 deletions

View File

@@ -193,6 +193,8 @@ void TraineesView::loadTraineesFromDB()
else
setCurrentTrainee(lastCurrentID);
treeWidget->sortItems(ColumnsTreeTrainees::clmn_Trainee, Qt::SortOrder::AscendingOrder);
mtxTreeWidget.unlock();
}