Hi, I use this to refresh file and directory list in my "browse folder" application. I store items opened or selected in a map but there is a problem when I collapse item. The "on_treeWidgetName_itemCollapsed()" private slot of my c++ class are not called (=> closed item is not removed from map).
Have you any suggestion to solve this?