Hello
I have created file manager gui using qt model view. I can dragging and dropping files to the view but I want dragging item to be dropped into the folder, which is QTableView cell and dragging item is over that item. what I should do to achieve it?