on_treeWidget_itemClicked

This commit is contained in:
2025-09-09 17:57:14 +03:00
parent 0728582be0
commit 43a3bc793c
6 changed files with 44 additions and 31 deletions

View File

@@ -41,6 +41,10 @@ public:
treeWidget->clear();
lastCurrentID = 0;
}
void clearSelection()
{
treeWidget->clearSelection();
}
protected:
void setArchiveVisible(bool archiveVisible)